=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/patientDashboard.vm' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/patientDashboard.vm 2012-08-29 06:02:27 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/patientDashboard.vm 2012-08-29 07:20:26 +0000 @@ -1,16 +1,11 @@ -

$i18n.getString("patient_dashboard") +

+ $i18n.getString( 'back_to_registration' ) + • $i18n.getString( "program_management" )$i18n.getString( "edit_profile" )$i18n.getString( "manage_relationship" )$i18n.getString( "change_patient_location" )

- - - + #foreach( $identifier in $identifiers ) === modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/style.css' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/style.css 2012-08-28 05:48:46 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/style.css 2012-08-29 07:20:26 +0000 @@ -235,7 +235,6 @@ width:350px; overflow:hidden; position:relative; - top: 45px; } .contentProviderTable
@@ -37,7 +32,13 @@
$i18n.getString("phone_number")$!patient.phoneNumber + #if($!patient.phoneNumber && $!patient.phoneNumber!='') + $!patient.phoneNumber + #else + [$i18n.getString('none')] + #end +