=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/resources/struts.xml' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/resources/struts.xml 2012-01-31 06:40:20 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/resources/struts.xml 2012-03-01 07:16:15 +0000 @@ -718,7 +718,7 @@ - /dhis-web-maintenance-patient/responseAggDataElement.vm + /dhis-web-maintenance-patient/responsePSDataElements.vm === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/responseAggDataElement.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/responseAggDataElement.vm 2012-02-14 03:37:23 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/responseAggDataElement.vm 2012-03-01 07:16:15 +0000 @@ -1,10 +1,10 @@ - #foreach( $dataElement in $dataElementList ) + #foreach( $ocName in $optionComboNames ) + #set( $count = $velocityCount - 1 ) - [DE:$psId.$dataElement.id] - $encoder.xmlEncode( $dataElement.name ) - $!dataElement.optionSet.options + $optionComboIds.get($count) + $encoder.xmlEncode( $ocName ) #end \ No newline at end of file === added file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/responsePSDataElement.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/responsePSDataElement.vm 1970-01-01 00:00:00 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/responsePSDataElement.vm 2012-03-01 07:16:15 +0000 @@ -0,0 +1,10 @@ + + + #foreach( $dataElement in $dataElementList ) + + [DE:$psId.$dataElement.id] + $encoder.xmlEncode( $dataElement.name ) + $encoder.xmlEncode( $dataElement.optionSet.options ) + + #end + \ No newline at end of file