dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #12312
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 3753: Fix bug: Display error when show representative's infomation into update patient form.
------------------------------------------------------------
revno: 3753
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2011-05-26 15:02:38 +0700
message:
Fix bug: Display error when show representative's infomation into update patient form.
modified:
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/updatePatientForm.vm
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== 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 @@
<td>$i18n.getString("representative")</td>
<td>$!patient.representative.getFullName()
<a title="$i18n.getString('patient_info')" href="#" id="btnRepresentativeInfo" rel="#representativeInfo"><img src="../images/information.png" alt="$i18n.getString( "show_details" )"></a></td>
- <script>jQuery("#btnRepresentativeInfo").cluetip({width:'350px'});</script>
</tr>
#end