=== 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 2010-12-12 18:39:35 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/organisationUnitSearch.vm 2010-12-12 19:06:42 +0000 @@ -36,7 +36,7 @@ - + @@ -52,17 +52,35 @@

$i18n.getString( "found" ) $organisationUnits.size() $i18n.getString( "organisation_units" )

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