=== 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 2014-01-07 17:10:17 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/patientForm.vm 2014-01-08 07:49:43 +0000 @@ -1,4 +1,5 @@ - +$attributeGroups.size() +$identifierTypes.size() #if($!customRegistrationForm) $customRegistrationForm #elseif($!patientRegistrationForm) @@ -12,7 +13,7 @@ {validate:{required:true}} #end #end - + #if( $identifierTypes.size() > 0) $i18n.getString("patient_identifiers") @@ -46,20 +47,20 @@ #if( $attribute.valueType == "bool" ) - #elseif( $attribute.valueType == "trueOnly" ) - + #elseif( $attribute.valueType == "date" ) - + #elseif( $attribute.valueType == "combo" ) - #foreach ($option in $attribute.attributeOptions )