=== modified file 'dhis-2/dhis-services/dhis-service-core/src/main/resources/META-INF/dhis/beans.xml' --- dhis-2/dhis-services/dhis-service-core/src/main/resources/META-INF/dhis/beans.xml 2013-10-03 22:19:25 +0000 +++ dhis-2/dhis-services/dhis-service-core/src/main/resources/META-INF/dhis/beans.xml 2013-10-04 14:34:08 +0000 @@ -1276,91 +1276,90 @@ - + - + - + - + - + - + - + - + - + - + - + - - - + + + - - + + - - + + - - - + + + - + - + - + - + - + - - - - + + + - + - + @@ -1368,28 +1367,28 @@ - + - + - + - - + + - + - + - + - + @@ -1401,18 +1400,18 @@ - - - + + + - + - + - + - - + + @@ -1422,15 +1421,15 @@ - + - - + + - + @@ -1442,9 +1441,9 @@ - + - + @@ -1452,83 +1451,82 @@ - + - - + + - + - - + + - + - - + + - + - + - - + + - - - - - + + + + + - - + + - + - + - + - - + + - - - + + - - - + + + - + - + === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/java/org/hisp/dhis/dataadmin/action/locale/ShowAddLocaleFormAction.java' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/java/org/hisp/dhis/dataadmin/action/locale/ShowAddLocaleFormAction.java 2013-10-01 16:44:42 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/java/org/hisp/dhis/dataadmin/action/locale/ShowAddLocaleFormAction.java 2013-10-04 14:34:08 +0000 @@ -72,8 +72,8 @@ public String execute() { - //availableLanguages = localeService.getAvailableLanguages(); - //availableCountries = localeService.getAvailableCountries(); + availableLanguages = localeService.getAvailableLanguages(); + availableCountries = localeService.getAvailableCountries(); return SUCCESS; } === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/resources/org/hisp/dhis/dataadmin/i18n_module.properties' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/resources/org/hisp/dhis/dataadmin/i18n_module.properties 2013-09-25 09:43:22 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/resources/org/hisp/dhis/dataadmin/i18n_module.properties 2013-10-04 14:34:08 +0000 @@ -91,7 +91,7 @@ intro_patient_data_archive=Archive person data which is not currently relevant to your system. Data can also be unarchived. intro_maintenance=Perform maintenance tasks such as pruning of data values and periods and clearing of database resource tables. intro_resource_table=Generate resource database tables for the organisation unit hierarchy and group set structure among others. -intro_locale=Create, manage locales. +intro_locale=Create and manage locales for database content. A locale is a combination of language and country. intro_organisation_unit_merge=Merge two organisation units and their data values. Data is merged depending on existence and date of last modification. intro_data_statistics=Browse the number of objects in the database, like data elements, indicators, data sets and data values. intro_cache_statistics=Monitor and clear the system database cache status. Provides information on object and query caches. === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/resources/struts.xml' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/resources/struts.xml 2013-10-03 09:11:19 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/resources/struts.xml 2013-10-04 14:34:08 +0000 @@ -61,7 +61,6 @@ F_LOCALE_MANAGEMENT - @@ -70,7 +69,6 @@ plainTextError - @@ -93,6 +91,7 @@ class="org.hisp.dhis.dataadmin.action.locale.ShowAddLocaleFormAction"> /main.vm /dhis-web-maintenance-dataadmin/addLocaleForm.vm + /dhis-web-maintenance-dataadmin/menu.vm F_LOCALE_ADD @@ -100,6 +99,7 @@ class="org.hisp.dhis.dataadmin.action.locale.ShowUpdateLocaleFormAction"> /main.vm /dhis-web-maintenance-dataadmin/updateLocaleForm.vm + /dhis-web-maintenance-dataadmin/menu.vm F_LOCALE_UPDATE