dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #22612
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 10917: Minor changes.
------------------------------------------------------------
revno: 10917
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2013-05-21 14:51:32 +0700
message:
Minor changes.
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/patient.js
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/report.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-caseentry/src/main/webapp/dhis-web-caseentry/javascript/patient.js'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/patient.js 2013-05-21 03:27:20 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/patient.js 2013-05-21 07:51:32 +0000
@@ -40,6 +40,7 @@
function listAllPatient()
{
+ jQuery('#loaderDiv').show();
hideById('listPatientDiv');
hideById('editPatientDiv');
hideById('migrationPatientDiv');
@@ -74,7 +75,6 @@
jQuery('#loaderDiv').hide();
});
}
- hideLoader();
}
function advancedSearch( params )
=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/report.js'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/report.js 2013-05-15 03:40:15 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/report.js 2013-05-21 07:51:32 +0000
@@ -42,6 +42,7 @@
jQuery("#viewRecordsDiv :input" ).datepicker("destroy");
jQuery("#viewRecordsDiv :input" ).removeAttr("onclick");
jQuery("#viewRecordsDiv :input" ).removeAttr("onchange");
+ jQuery("#viewRecordsDiv :input" ).width("260");
jQuery("#viewRecordsDiv" ).find('img').removeAttr("onclick");
showById("reportTitle");
hideById("patientInforTB");
=== 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-05-20 08:41:33 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/resources/org/hisp/dhis/patient/i18n_module.properties 2013-05-21 07:51:32 +0000
@@ -402,4 +402,5 @@
and_operator = AND
or_operator = OR
combine_operator = COMBINE
-filter_by_type = Filter by type
\ No newline at end of file
+filter_by_type = Filter by type
+orgunit_group = Organisation unit group
\ No newline at end of file