=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/java/org/hisp/dhis/dd/action/indicator/SaveIndicatorSortOrderAction.java' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/java/org/hisp/dhis/dd/action/indicator/SaveIndicatorSortOrderAction.java 2009-08-20 08:17:49 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/java/org/hisp/dhis/dd/action/indicator/SaveIndicatorSortOrderAction.java 2009-10-10 16:04:11 +0000 @@ -86,4 +86,3 @@ return SUCCESS; } } - === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/sortDataElementForm.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/sortDataElementForm.vm 2009-09-09 05:41:45 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/sortDataElementForm.vm 2009-10-10 16:04:11 +0000 @@ -1,44 +1,22 @@

$i18n.getString( "data_element_sort_order" )

-
- - - - - - - - - - - -
$i18n.getString( "data_element" )$i18n.getString( "data_element_sort_order" )
- -
- - -
-
-
-
- -
- -
- - -
-
-

-

-

- -
+ + +

+ +

+ +

+ +

function submitForm() { - moveAllById('sourceSataElements' , 'targetDataElements' ); - selectAllById( "targetDataElements" ); + selectAllById( "dataElements" ); document.getElementById( "sortOrderForm" ).submit(); } - === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/sortIndicatorForm.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/sortIndicatorForm.vm 2009-09-09 05:41:45 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/sortIndicatorForm.vm 2009-10-10 16:04:11 +0000 @@ -2,45 +2,22 @@

$i18n.getString( "indicator_sort_order" )

- - - - - - - - - - - - -
$i18n.getString( "indicator" )$i18n.getString( "indicator_sort_order" )
- -
- - - -
-
-
-
- -
- -
- - -
-
-

-

-

- -
+ +

+ +

+ +

+ +

+

@@ -51,7 +28,6 @@