=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/jsonPatientProperties.vm' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/jsonPatientProperties.vm 2013-02-28 04:34:35 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/jsonPatientProperties.vm 2013-02-28 06:45:35 +0000 @@ -17,7 +17,7 @@ { "id": "fixedAttr_gender", "name": "$i18n.getString('gender')", - "valueType": "list" + "valueType": "string" }, { "id": "fixedAttr_birthDate", === modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/patientForm.vm' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/patientForm.vm 2013-02-22 13:10:44 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/patientForm.vm 2013-02-28 06:45:35 +0000 @@ -14,9 +14,6 @@ - @@ -150,18 +147,18 @@ - #if( $attribute.valueType == "YES/NO" ) + #if( $attribute.valueType == "bool" ) - #elseif( $attribute.valueType == "DATE" ) + #elseif( $attribute.valueType == "date" ) - #elseif( $attribute.valueType == "COMBO" ) + #elseif( $attribute.valueType == "combo" ) - #elseif( $attribute.valueType == "DATE" ) + #elseif( $attribute.valueType == "date" ) - #elseif( $attribute.valueType == "COMBO" ) + #elseif( $attribute.valueType == "combo" )