dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #22313
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 10700: Minor fix.
------------------------------------------------------------
revno: 10700
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2013-04-26 21:46:03 +0700
message:
Minor fix.
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/jQuery/jquery.validate.ext.js
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/resources/org/hisp/dhis/patient/i18n_module.properties
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/jQuery/jquery.validate.ext.js'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/jQuery/jquery.validate.ext.js 2013-02-06 12:33:38 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/jQuery/jquery.validate.ext.js 2013-04-26 14:46:03 +0000
@@ -417,7 +417,7 @@
});
jQuery.validator.addMethod("number", function(value, element, param) {
- return this.optional(element) || isRealNumber(value);
+ return this.optional(element) || isNumber(value);
});
jQuery.validator.addMethod("integer", function(value, element, param) {
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/resources/org/hisp/dhis/patient/i18n_module.properties'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/resources/org/hisp/dhis/patient/i18n_module.properties 2013-04-18 06:45:36 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/resources/org/hisp/dhis/patient/i18n_module.properties 2013-04-26 14:46:03 +0000
@@ -388,4 +388,5 @@
date_for_calculating = Date for calculating
create_new_program_indicator = Create new program indicator
update_program_indicator = Edit program indicator
-disable_registration_fields = Disable registration fields
\ No newline at end of file
+disable_registration_fields = Disable registration fields
+data_entry = Data entry
\ No newline at end of file