=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/commons.js' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/commons.js 2012-08-13 05:15:26 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/commons.js 2012-08-13 06:36:23 +0000 @@ -447,10 +447,10 @@ // Move stage-flow // ---------------------------------------------------------------------------- -function moveLeft(){ - jQuery("#programInstanceFlowDiv").animate({scrollLeft: "-=200"}, 'fast'); +function moveLeft( programInstanceFlowDiv ){ + jQuery("#" + programInstanceFlowDiv).animate({scrollLeft: "-=200"}, 'fast'); } -function moveRight(){ - jQuery("#programInstanceFlowDiv").animate({scrollLeft: "+=200"}, 'fast'); +function moveRight(programInstanceFlowDiv){ + jQuery("#" + programInstanceFlowDiv).animate({scrollLeft: "+=200"}, 'fast'); } \ No newline at end of file === modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programStageInstanceFlow.vm' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programStageInstanceFlow.vm 2012-08-13 05:15:26 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programStageInstanceFlow.vm 2012-08-13 06:36:23 +0000 @@ -1,10 +1,10 @@ #if($!programStageInstanceMap.get($programInstance)) #set($programStageInstances = $programStageInstanceMap.get($programInstance) ) - #foreach( $programStageInstance in $programStageInstances ) - - - #end + #end #if( $mark ) @@ -65,6 +84,7 @@ #end #end
-
 
+
 
-
+
#foreach( $programStageInstance in $programStageInstances ) @@ -24,7 +24,7 @@
-
 
+
 
\ No newline at end of file === modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/smsPatientRecords.vm' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/smsPatientRecords.vm 2012-08-09 14:21:01 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/smsPatientRecords.vm 2012-08-13 06:36:23 +0000 @@ -34,28 +34,47 @@
- - - - - - - - - - -
- - $programStageInstance.outboundSms.size() $i18n.getString('messages') -
-
+ + + + + + + +
+
 
+
+
+ + #foreach( $programStageInstance in $programStageInstances ) + + + #end + +
+ + + + + + + + + + +
+ + $programStageInstance.outboundSms.size() $i18n.getString('messages') +
+
+
+
 
+
+
+
#parse( "/dhis-web-commons/paging/paging.vm" )