=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/addDataSet.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/addDataSet.vm 2010-03-10 06:35:04 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/addDataSet.vm 2010-04-07 16:00:16 +0000 @@ -93,7 +93,10 @@ - + #foreach ( $availableDataElement in $dataElements ) + + #end @@ -121,19 +124,3 @@ - - \ No newline at end of file === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/editDataSet.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/editDataSet.vm 2010-03-17 13:16:09 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/editDataSet.vm 2010-04-07 16:00:16 +0000 @@ -93,15 +93,18 @@ - + $i18n.getString( "name" ) - + - + #foreach ( $availableDataElement in $dataElements ) + + #end @@ -113,6 +116,9 @@ @@ -129,18 +135,3 @@ - - === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/javascript/dataSet.js' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/javascript/dataSet.js 2010-03-12 14:29:20 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/javascript/dataSet.js 2010-04-07 16:00:16 +0000 @@ -176,22 +176,3 @@ document.getElementById( 'message' ).style.display = 'block'; } } - -// ---------------------------------------------------------------------- -// List -// ---------------------------------------------------------------------- - -function initLists() -{ - var id; - - for ( id in dataSetMembers ) - { - $("#selectedList").append( $( "" ).attr( "value",id ).text( dataSetMembers[id] )) ; - } - - for ( id in availableDataElements ) - { - $("#availableList").append( $( "" ).attr( "value",id ).text( availableDataElements[id] )) ; - } -} \ No newline at end of file === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/addOrganisationUnitGroupSetForm.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/addOrganisationUnitGroupSetForm.vm 2010-02-09 09:10:29 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/addOrganisationUnitGroupSetForm.vm 2010-04-07 16:00:16 +0000 @@ -67,10 +67,14 @@ $i18n.getString( "selected_groups" ) - + + + < $i18n.getString( "filters" ) > + + - #foreach ( $group in $availableGroups ) #end @@ -83,7 +87,7 @@ - === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitGroupSetForm.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitGroupSetForm.vm 2010-02-09 09:10:29 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitGroupSetForm.vm 2010-04-07 16:00:16 +0000 @@ -66,10 +66,14 @@ $i18n.getString( "selected_groups" ) - + + + < $i18n.getString( "filters" ) > + + - #foreach ( $group in $availableGroups ) #end @@ -82,7 +86,7 @@ - #foreach ( $group in $selectedGroups ) #end