=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/organisationUnitSearch.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/organisationUnitSearch.vm 2011-10-27 05:55:02 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/organisationUnitSearch.vm 2011-12-05 04:46:21 +0000 @@ -13,66 +13,63 @@

$i18n.getString( "org_unit_search_management" )

- - + - - - - - - - - - - - - - - -#foreach( $groupSet in $groupSets ) - - - - -#end - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + #foreach( $groupSet in $groupSets ) + + + + + #end + + + + + + + + + + + + + + + + + + + + + +
$i18n.getString( "criteria" )$i18n.getString( "options" )
$i18n.getString( "organisation_unit" )
$i18n.getString( "name" ) -
$encoder.htmlEncode( $groupSet.name ) - -
$i18n.getString( "criteria" )$i18n.getString( "options" )
$i18n.getString( "organisation_unit" )
$i18n.getString( "name" ) +
$encoder.htmlEncode( $groupSet.name ) + +
@@ -83,31 +80,33 @@

$i18n.getString( "found" ) $organisationUnits.size() $i18n.getString( "organisation_units" ) #if( $limited )($i18n.getString( "limited" ))#end

- - - - - -#foreach( $groupSet in $groupSets ) - -#end - - - - - -#foreach( $unit in $organisationUnits ) - - - -#foreach( $groupSet in $groupSets ) - -#end - - -#end - - +
$i18n.getString( "code" )$i18n.getString( "name" )$encoder.htmlEncode( $groupSet.name )
$!encoder.htmlEncode( $unit.code )$!encoder.htmlEncode( $unit.name )$!unit.getGroupNameInGroupSet( $groupSet )$i18n.getString( 'show_details' )
+ + + + + #foreach( $groupSet in $groupSets ) + + #end + + + + + + #foreach( $unit in $organisationUnits ) + + + + #foreach( $groupSet in $groupSets ) + + #end + + + #end +
$i18n.getString( "code" )$i18n.getString( "name" )$encoder.htmlEncode( $groupSet.name )
$!encoder.htmlEncode( $unit.code )$!encoder.htmlEncode( $unit.name )$!unit.getGroupNameInGroupSet( $groupSet ) + $i18n.getString( 'edit' ) + $i18n.getString( 'show_details' ) +
#end