=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/validationRules.js' --- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/validationRules.js 2011-03-31 12:05:54 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/validationRules.js 2011-03-31 13:13:10 +0000 @@ -204,5 +204,20 @@ "alphanumericwithbasicpuncspaces" : true, "firstletteralphabet" : true } + }, + "indicatorGroupSet" : { + "name" : { + "rangelength" : [ 2, 230 ] + } + }, + "indicatorType" : { + "name" : { + "rangelength" : [ 3, 150 ], + "alphanumericwithbasicpuncspaces" : true, + "firstletteralphabet" : true + }, + "factor" : { + "rangelength" : [ 1, 10 ] + } } } === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/addIndicatorGroupSet.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/addIndicatorGroupSet.vm 2011-03-18 14:14:32 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/addIndicatorGroupSet.vm 2011-03-31 13:13:10 +0000 @@ -1,12 +1,4 @@ - +

$i18n.getString( "add_indicatorgroupset" )

@@ -18,7 +10,7 @@ - + === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/addIndicatorTypeForm.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/addIndicatorTypeForm.vm 2011-03-18 14:14:32 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/addIndicatorTypeForm.vm 2011-03-31 13:13:10 +0000 @@ -1,9 +1,4 @@ - +

$i18n.getString( "create_new_indicator_type" )

@@ -15,11 +10,11 @@ - + - + === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/dataElementGroupEditorView.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/dataElementGroupEditorView.vm 2011-03-18 14:14:32 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/dataElementGroupEditorView.vm 2011-03-31 13:13:10 +0000 @@ -6,6 +6,7 @@ getAssignedDataElementGroups(); jQuery( "#addDataElementGroupForm" ).dialog({autoOpen:false, modal:true}); + jQuery("#tabs").tabs(); }); var dataElementGroups = new Array(); @@ -336,7 +337,7 @@ } -