=== 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 2012-06-25 02:11:55 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/patient.js 2012-06-25 03:19:12 +0000 @@ -627,7 +627,7 @@ if( statusSearching == 0) { - loadAllPatient(); + listAllPatient(); } else if( statusSearching == 1 ) { @@ -639,7 +639,7 @@ // Load all patients // ----------------------------------------------------------------------------- -function loadAllPatient() +function listAllPatient() { hideById('listPatientDiv'); hideById('editPatientDiv'); === modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programEnrollmentSelectForm.vm' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programEnrollmentSelectForm.vm 2012-06-18 04:21:23 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programEnrollmentSelectForm.vm 2012-06-25 03:19:12 +0000 @@ -46,12 +46,11 @@

-
- $i18n.getString( "enroll_for" ) +
- +
- + @@ -88,11 +87,11 @@ - - + +
@@ -67,7 +66,7 @@
-
+

=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/style.css' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/style.css 2012-06-23 15:48:45 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/style.css 2012-06-25 03:19:12 +0000 @@ -44,7 +44,7 @@ } td.input-column { - width: 280px; + width: 300px; padding-left: 5px; padding-right: 1px; } @@ -98,6 +98,14 @@ text-align: right; } +div.enrollment-form +{ + border:1px solid #c0c0c0; + padding:10px; + margin-right:10px; + border-radius:3px; +} + /*----------------------------------------------------------------------------*/ /* For data entry form */ /*----------------------------------------------------------------------------*/