=== 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-03-01 07:16:15 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/resources/struts.xml 2012-03-01 08:09:34 +0000 @@ -718,7 +718,7 @@ - /dhis-web-maintenance-patient/responsePSDataElements.vm + /dhis-web-maintenance-patient/responsePSDataElement.vm === removed file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/responseCaseAggOptionCapture.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/responseCaseAggOptionCapture.vm 2010-08-05 12:25:16 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/responseCaseAggOptionCapture.vm 1970-01-01 00:00:00 +0000 @@ -1,9 +0,0 @@ - - - #foreach( $optionCombo in $optionCombos ) - - $optionCombo.id - $optionCombo.name - - #end - \ No newline at end of file === removed file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/responseExpression.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/responseExpression.vm 2010-02-22 09:19:15 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/responseExpression.vm 1970-01-01 00:00:00 +0000 @@ -1,2 +0,0 @@ - -$encoder.xmlEncode( $expression ) \ No newline at end of file === removed file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/responseGetDataElements.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/responseGetDataElements.vm 2010-02-22 09:19:15 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/responseGetDataElements.vm 1970-01-01 00:00:00 +0000 @@ -1,8 +0,0 @@ - - - - #foreach( $dataElement in $listDataElement ) - $encoder.xmlEncode( $dataElement.name ) - #end - - \ No newline at end of file === removed file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/responseMemberList.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/responseMemberList.vm 2009-10-11 17:27:07 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/responseMemberList.vm 1970-01-01 00:00:00 +0000 @@ -1,8 +0,0 @@ - - -#foreach ( $member in $members ) - - $encoder.xmlEncode( $member.firstName ) $encoder.xmlEncode( $member.middleName ) $encoder.xmlEncode( $member.lastName ) - -#end - === removed file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/responseOptionCombo.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/responseOptionCombo.vm 2010-02-22 09:19:15 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/responseOptionCombo.vm 1970-01-01 00:00:00 +0000 @@ -1,11 +0,0 @@ - -#set($count = 0) - - - #foreach( $optionComboId in $optionComboIds ) - #set($optionComboName = $optionComboNames.get($count)) - $encoder.xmlEncode( $optionComboName ) - #set($count = $count + 1) - #end - - \ No newline at end of file === modified 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 2012-03-01 07:16:15 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/responsePSDataElement.vm 2012-03-01 08:09:34 +0000 @@ -4,7 +4,7 @@ [DE:$psId.$dataElement.id] $encoder.xmlEncode( $dataElement.name ) - $encoder.xmlEncode( $dataElement.optionSet.options ) + $!dataElement.optionSet.options #end \ No newline at end of file === removed file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/responseSelProgramStageList.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/responseSelProgramStageList.vm 2010-02-22 09:19:15 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/responseSelProgramStageList.vm 1970-01-01 00:00:00 +0000 @@ -1,8 +0,0 @@ - - - - #foreach( $programStage in $listProgramStage ) - $encoder.xmlEncode( $programStage.name ) - #end - - \ No newline at end of file