=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/caseAggregationResult.vm' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/caseAggregationResult.vm 2013-05-14 09:24:09 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/caseAggregationResult.vm 2013-06-07 08:22:37 +0000 @@ -23,7 +23,9 @@ #foreach( $header in $grid.getVisibleHeaders() ) - $!encoder.htmlEncode( $header.name ) + #if($velocityCount!=2) + $!encoder.htmlEncode( $header.name ) + #end #end $i18n.getString('operator') @@ -50,7 +52,13 @@ #foreach( $col in $row ) - #if($velocityCount>6) $col #end + #if($velocityCount == 7) + $col + #elseif($velocityCount==8) + $col + #elseif( $velocityCount > 8 ) + $col + #end #end $i18n.getString( 'show_details' )