=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/java/org/hisp/dhis/caseentry/action/patient/ValidatePatientAction.java' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/java/org/hisp/dhis/caseentry/action/patient/ValidatePatientAction.java 2011-12-14 11:15:54 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/java/org/hisp/dhis/caseentry/action/patient/ValidatePatientAction.java 2012-03-08 08:39:51 +0000 @@ -132,13 +132,6 @@ return INPUT; } - if ( age == null && birthDate == null ) - { - message = i18n.getString( "specfiy_birth_date_or_age" ); - - return INPUT; - } - if ( dobType != null && (dobType == Patient.DOB_TYPE_VERIFIED || dobType == Patient.DOB_TYPE_DECLARED) ) { birthDate = birthDate.trim(); === 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 2012-03-08 06:39:51 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/org/hisp/dhis/caseentry/i18n_module.properties 2012-03-08 08:39:51 +0000 @@ -264,7 +264,7 @@ get_report_as_pdf =Download as PDF set_complete_status = Set complete status orgunit_provided_service = Organisation unit provided service -how_to_search_tabular_report = Quotes (") match phrases. Text values support %%, %=, %= and =. Numeric values support >=, >, <=, <, = and != operators. +how_to_search_tabular_report = Quotes (") match phrases. Text values support %%, %=, =% and =. Numeric values support >=, >, <=, <, = and != operators. syntax_error_in_search_value = Syntax error is in search value remove_selected_data_elements = Please remove selected data elements to select other program stage. Do you want to remove them ? add_selected = Add selected === modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/commons.js' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/commons.js 2012-03-08 04:56:36 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/commons.js 2012-03-08 08:39:51 +0000 @@ -131,7 +131,7 @@ modal:false, overlay:{background:'#000000', opacity:0.1}, width: 800, - height: 400 + height: 520 }); } === modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/listPatient.vm' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/listPatient.vm 2012-02-17 16:49:58 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/listPatient.vm 2012-03-08 08:39:51 +0000 @@ -21,7 +21,7 @@ #if($mapPatientOrgunit.size()!=0) #end - + # $i18n.getString( "full_name" ) @@ -60,9 +60,10 @@ #end - $i18n.getString( 'data_entry' ) - $i18n.getString( 'view_patient_chart' ) - $i18n.getString( 'show_details' ) + $i18n.getString( 'data_entry' ) + $i18n.getString( 'view_patient_chart' ) + $i18n.getString( "show_details" ) + $i18n.getString( 'show_details' ) #if( $mark ) @@ -87,6 +88,7 @@
+