=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/org/hisp/dhis/caseentry/i18n_module.properties' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/org/hisp/dhis/caseentry/i18n_module.properties 2013-07-09 03:26:26 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/org/hisp/dhis/caseentry/i18n_module.properties 2013-07-09 07:14:55 +0000 @@ -662,4 +662,6 @@ enter_age_in_years = Enter age in years... send_to = Send to table_layout = Layout -is_hidden = Is hidden \ No newline at end of file +is_hidden = Is hidden +default_form_name = Default form name +custom_form_name = Custom form name \ No newline at end of file === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/patientRegistrationForm.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/patientRegistrationForm.vm 2013-07-04 06:08:28 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/patientRegistrationForm.vm 2013-07-09 07:14:55 +0000 @@ -13,12 +13,14 @@ - + + - + + @@ -27,9 +29,6 @@ #foreach( $registrationForm in $registrationForms ) - + + - + +
$i18n.getString( "name" ) $i18n.getString( "program" )$i18n.getString( "default_form_name" )$i18n.getString( "custom_form_name" ) $i18n.getString( "operations" )
- $encoder.htmlEncode( $registrationForm.name ) - #if($registrationForm.program) $encoder.htmlEncode( $registrationForm.program.name ) #else @@ -37,6 +36,12 @@ #set($hasCommonForm = 'true') #end + $!encoder.htmlEncode( $registrationForm.name ) + + $!encoder.htmlEncode( $registrationForm.dataEntryForm.name ) + $i18n.getString( 'edit' ) @@ -52,7 +57,8 @@ #foreach($program in $programs)
$encoder.htmlEncode( $program.name )[$i18n.getString('none')][$i18n.getString('none')][$i18n.getString('none')] $i18n.getString( 'edit' ) $i18n.getString( 'design_data_entry_form' )