=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/javascript/dataElement.js' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/javascript/dataElement.js 2011-09-26 10:48:38 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/javascript/dataElement.js 2011-09-30 06:17:24 +0000 @@ -66,7 +66,8 @@ var typeMap = { 'int' : i18n_number, 'bool' : i18n_yes_no, - 'string' : i18n_text + 'string' : i18n_text, + 'date' : i18n_date }; var type = json.dataElement.valueType; setInnerHTML( 'typeField', typeMap[type] );