=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/updatePatientForm.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/updatePatientForm.vm 2011-05-26 03:19:50 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/updatePatientForm.vm 2011-05-26 08:02:38 +0000 @@ -14,7 +14,11 @@ datePickerValid( 'birthDate' ); datePickerValid( 'deathDate' ); - jQuery("#btnRepresentativeInfo").cluetip({local:"#representativeInfo"}); + + jQuery("#btnRepresentativeInfo").cluetip( + { + local:"#representativeInfo" + }); jQuery("#updatePatientForm").validate({ meta:"validate" @@ -166,7 +170,6 @@ $i18n.getString("representative") $!patient.representative.getFullName() $i18n.getString( - #end