=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/commons.ajax.js' --- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/commons.ajax.js 2012-09-19 16:14:28 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/commons.ajax.js 2012-10-17 18:53:29 +0000 @@ -224,7 +224,7 @@ if ( numberOfPages > 1 ) { - html += 'Page: '; for ( var i = 1; i <= numberOfPages; i++ ) { === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/javascript/indicator.js' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/javascript/indicator.js 2011-12-01 04:07:26 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/javascript/indicator.js 2012-10-17 18:53:29 +0000 @@ -10,15 +10,18 @@ { var type = byId( 'indicatorTypeId' ).options[byId( 'indicatorTypeId' ).selectedIndex].getAttribute( 'number' ); byId( 'denominatorButton' ).disabled = eval( type ); + if ( eval( type ) ) { setFieldValue( 'denominator', '1' ); - } else + } + else { if ( getFieldValue( 'denominatorFormula' ) == undefined ) { setFieldValue( 'denominator', '' ); - } else + } + else { setFieldValue( 'denominator', getFieldValue( 'denominatorFormula' ) ); } === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/resources/org/hisp/dhis/oum/i18n_module.properties' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/resources/org/hisp/dhis/oum/i18n_module.properties 2012-02-23 11:12:25 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/resources/org/hisp/dhis/oum/i18n_module.properties 2012-10-17 18:53:29 +0000 @@ -96,3 +96,4 @@ data_sets=Data sets organisation_unit_groups=Organisation unit groups select_group=Select group +phone_number=Phone number \ 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/addOrganisationUnitForm.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/addOrganisationUnitForm.vm 2012-03-07 10:32:33 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/addOrganisationUnitForm.vm 2012-10-17 18:53:29 +0000 @@ -23,37 +23,37 @@

$i18n.getString( "create_new_org_unit" ) #openHelp( "ou_edit" )

-
+ - - + + - + - + - + - + - + - + - + - +
$i18n.getString( "details" )
- @@ -61,19 +61,19 @@
@@ -88,20 +88,20 @@ $i18n.getString( "contact_details" ) - - + + - + - + - + @@ -114,8 +114,8 @@ $i18n.getString( "data_sets" ) - - #foreach( $dataSet in $dataSets ) #end @@ -131,7 +131,7 @@ - + @@ -145,7 +145,7 @@ $encoder.htmlEncode( $groupSet.name ) - #foreach ( $group in $groupSet.getSortedGroups() ) === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/addOrganisationUnitGroupForm.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/addOrganisationUnitGroupForm.vm 2012-06-01 13:05:54 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/addOrganisationUnitGroupForm.vm 2012-10-17 18:53:29 +0000 @@ -18,15 +18,15 @@

$i18n.getString( "crease_new_org_unit_group" ) #openHelp( "ou_groups_edit" )

- + - - + +
$i18n.getString( "details" )
=== 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 2012-09-25 02:21:14 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/addOrganisationUnitGroupSetForm.vm 2012-10-17 18:53:29 +0000 @@ -21,7 +21,7 @@

$i18n.getString( "create_new_org_unit_group_set" ) #openHelp( "ou_groupsets_edit" )

- + @@ -29,19 +29,19 @@ - - + + - + - - + + - + - + - + @@ -132,9 +132,9 @@ - + - + - + - + + - + - + @@ -107,7 +108,6 @@ #end - === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/webapp/dhis-web-maintenance-user/updateUserForm.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/webapp/dhis-web-maintenance-user/updateUserForm.vm 2012-09-25 02:21:14 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/webapp/dhis-web-maintenance-user/updateUserForm.vm 2012-10-17 18:53:29 +0000 @@ -39,14 +39,14 @@

$i18n.getString( "edit_user" )

- +
- === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/saveOrganisationUnitLevelForm.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/saveOrganisationUnitLevelForm.vm 2011-03-18 14:24:55 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/saveOrganisationUnitLevelForm.vm 2012-10-17 18:53:29 +0000 @@ -6,7 +6,7 @@

$i18n.getString( "organisation_unit_level_management" ) #openHelp( "ou_level" )

- + @@ -16,7 +16,7 @@ #foreach ( $level in $levels ) - + #end === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitForm.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitForm.vm 2012-03-07 14:05:05 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitForm.vm 2012-10-17 18:53:29 +0000 @@ -29,7 +29,7 @@

$i18n.getString( "edit_org_unit" ) #openHelp( "ou_edit" )

- +
@@ -40,36 +40,36 @@
- - + + - + - + - + - + #if( $numberOfChildren == 0 ) - + #end - + #if( $point ) - + - + #end - +
$level.level
$i18n.getString( "details" )
- @@ -77,21 +77,21 @@
@@ -106,20 +106,20 @@
$i18n.getString( "contact_details" )
$i18n.getString( "data_sets" )
- #foreach( $dataSet in $availableDataSets ) #end @@ -151,7 +151,7 @@
- #foreach( $dataSet in $dataSets ) #end @@ -168,7 +168,7 @@
$encoder.htmlEncode( $groupSet.name ) - #foreach ( $group in $groupSet.getSortedGroups() ) === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitGroupForm.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitGroupForm.vm 2012-06-01 13:05:54 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitGroupForm.vm 2012-10-17 18:53:29 +0000 @@ -17,7 +17,7 @@

$i18n.getString( "edit_org_unit_group" ) #openHelp( "ou_groups_edit" )

- + @@ -25,8 +25,8 @@ - - + +
$i18n.getString( "details" )
=== 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 2012-09-25 02:21:14 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitGroupSetForm.vm 2012-10-17 18:53:29 +0000 @@ -27,7 +27,7 @@

$i18n.getString( "edit_org_unit_group_set" ) #openHelp( "ou_groupsets_edit" )

- + @@ -38,18 +38,18 @@
- === 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 2012-09-25 02:21:14 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/webapp/dhis-web-maintenance-user/addRoleForm.vm 2012-10-17 18:53:29 +0000 @@ -33,25 +33,26 @@

$i18n.getString( "create_new_user_role" )

- + - + - + + - + - + === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/webapp/dhis-web-maintenance-user/addUserForm.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/webapp/dhis-web-maintenance-user/addUserForm.vm 2012-09-25 02:21:14 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/webapp/dhis-web-maintenance-user/addUserForm.vm 2012-10-17 18:53:29 +0000 @@ -36,13 +36,10 @@

$i18n.getString( "create_new_user" )

- +
$i18n.getString( "details" )$i18n.getString( "details" )
- - - - + @@ -50,32 +47,32 @@ - + - + - + - + - + - + === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/webapp/dhis-web-maintenance-user/addUserGroupForm.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/webapp/dhis-web-maintenance-user/addUserGroupForm.vm 2012-09-25 02:21:14 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/webapp/dhis-web-maintenance-user/addUserGroupForm.vm 2012-10-17 18:53:29 +0000 @@ -32,11 +32,10 @@

$i18n.getString( "add_user_group" )

- +
$i18n.getString( "details" )
- - + @@ -44,7 +43,7 @@ - +
$i18n.getString( "user_group_details" )
=== 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 2012-09-25 02:21:14 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/webapp/dhis-web-maintenance-user/updateRoleForm.vm 2012-10-17 18:53:29 +0000 @@ -31,7 +31,7 @@

$i18n.getString( "edit_user_role" )

- +
@@ -43,17 +43,18 @@
$i18n.getString( "details" )$i18n.getString( "details" )
- + @@ -57,41 +57,41 @@ - + - + - + - + - + - + - + - +
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/webapp/dhis-web-maintenance-user/updateUserGroupForm.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/webapp/dhis-web-maintenance-user/updateUserGroupForm.vm 2012-09-25 02:21:14 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/webapp/dhis-web-maintenance-user/updateUserGroupForm.vm 2012-10-17 18:53:29 +0000 @@ -34,11 +34,11 @@

$i18n.getString( "edit_user_group" )

- + - + @@ -47,7 +47,7 @@ - +
=== modified file 'dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/addDocumentForm.vm' --- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/addDocumentForm.vm 2011-12-09 20:44:59 +0000 +++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/addDocumentForm.vm 2012-10-17 18:53:29 +0000 @@ -17,7 +17,7 @@

$i18n.getString( 'create_new_resource' )

- + @@ -25,12 +25,12 @@ - +
- #if( $!document && !$!document.external ) #elseif( $!document) @@ -48,7 +48,7 @@ - +
@@ -57,7 +57,7 @@ - +
=== modified file 'dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/addReportForm.vm' --- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/addReportForm.vm 2012-10-01 10:50:34 +0000 +++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/addReportForm.vm 2012-10-17 18:53:29 +0000 @@ -4,24 +4,24 @@

$i18n.getString( 'create_new_report' )

- + - - + + - + - + @@ -36,7 +36,7 @@
$i18n.getString( "details" )
- @@ -52,7 +52,7 @@
$i18n.getString( "report_table" ) - #foreach( $table in $reportTables ) === modified file 'dhis-2/dhis-web/dhis-web-validationrule/src/main/webapp/dhis-web-validationrule/addValidationRuleForm.vm' --- dhis-2/dhis-web/dhis-web-validationrule/src/main/webapp/dhis-web-validationrule/addValidationRuleForm.vm 2012-09-22 21:59:39 +0000 +++ dhis-2/dhis-web/dhis-web-validationrule/src/main/webapp/dhis-web-validationrule/addValidationRuleForm.vm 2012-10-17 18:53:29 +0000 @@ -1,22 +1,22 @@

$encoder.htmlEncode( $i18n.getString( "create_new_validation_rule" ) )

- + - + - + - + - + - - + - +
$i18n.getString( "details" )
- #foreach ( $periodType in $periodTypes ) #end @@ -27,7 +27,7 @@
- === modified file 'dhis-2/dhis-web/dhis-web-validationrule/src/main/webapp/dhis-web-validationrule/addValidationRuleGroupForm.vm' --- dhis-2/dhis-web/dhis-web-validationrule/src/main/webapp/dhis-web-validationrule/addValidationRuleGroupForm.vm 2012-09-25 02:21:14 +0000 +++ dhis-2/dhis-web/dhis-web-validationrule/src/main/webapp/dhis-web-validationrule/addValidationRuleGroupForm.vm 2012-10-17 18:53:29 +0000 @@ -17,7 +17,7 @@

$i18n.getString( "create_new_validation_rule_group" )

- + @@ -26,12 +26,12 @@ - + - +
=== modified file 'dhis-2/dhis-web/dhis-web-validationrule/src/main/webapp/dhis-web-validationrule/updateValidationRuleForm.vm' --- dhis-2/dhis-web/dhis-web-validationrule/src/main/webapp/dhis-web-validationrule/updateValidationRuleForm.vm 2012-09-22 21:59:39 +0000 +++ dhis-2/dhis-web/dhis-web-validationrule/src/main/webapp/dhis-web-validationrule/updateValidationRuleForm.vm 2012-10-17 18:53:29 +0000 @@ -5,7 +5,7 @@

$encoder.htmlEncode( $i18n.getString( "edit_validation_rule" ) )

- +
@@ -17,15 +17,15 @@
- === modified file 'dhis-2/dhis-web/dhis-web-validationrule/src/main/webapp/dhis-web-validationrule/updateValidationRuleGroupForm.vm' --- dhis-2/dhis-web/dhis-web-validationrule/src/main/webapp/dhis-web-validationrule/updateValidationRuleGroupForm.vm 2012-09-25 02:21:14 +0000 +++ dhis-2/dhis-web/dhis-web-validationrule/src/main/webapp/dhis-web-validationrule/updateValidationRuleGroupForm.vm 2012-10-17 18:53:29 +0000 @@ -17,7 +17,7 @@

$i18n.getString( "edit_validation_rule_group" )

- +
@@ -30,12 +30,12 @@