=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/ajax/jsonSystemAuthorities.vm' --- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/ajax/jsonSystemAuthorities.vm 2011-06-19 09:21:37 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/ajax/jsonSystemAuthorities.vm 2011-06-19 09:59:18 +0000 @@ -2,7 +2,10 @@ { "systemAuthorities": [ #foreach( $systemAuthority in $systemAuthorities ) { - "name": "$!encoder.jsonEncode( ${systemAuthority} )" + #set( $name = $i18n.getString( "${systemAuthority}") ) + + "id": "$!encoder.jsonEncode( ${systemAuthority} )", + "name": "$!encoder.jsonEncode( $name )" }#if( $velocityCount < $size ),#end #end ] === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/webapp/dhis-web-maintenance-user/addRoleForm.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/webapp/dhis-web-maintenance-user/addRoleForm.vm 2011-04-11 11:16:51 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/webapp/dhis-web-maintenance-user/addRoleForm.vm 2011-06-19 09:59:18 +0000 @@ -1,72 +1,109 @@

$i18n.getString( "create_new_user_role" )

- +
+ + + + + + + - - - + - + + - + + + + + - - + + + + + + - +
$i18n.getString( "details" )
$i18n.getString( "available" ) $i18n.getString( "selected" )
- - - - - +
+
+
+ +
- +
- - - - - + + +
+
+
+ +
- +
+ + +
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/webapp/dhis-web-maintenance-user/updateRoleForm.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/webapp/dhis-web-maintenance-user/updateRoleForm.vm 2011-04-11 11:16:51 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/webapp/dhis-web-maintenance-user/updateRoleForm.vm 2011-06-19 09:59:18 +0000 @@ -1,4 +1,33 @@ +

$i18n.getString( "edit_user_role" )

@@ -8,72 +37,85 @@ + + + + + + + - - - + - + + + - - + + + - - + + + + - +
$i18n.getString( "details" )
$i18n.getString( "available" ) $i18n.getString( "selected" )
- + - - - - +
+
+
+ +
+ +
- + - - - - +
+
+
+ +
+
+ + +