dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #21524
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 10202: Add button to hide history div in dashboard.
------------------------------------------------------------
revno: 10202
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2013-03-14 15:30:49 +0700
message:
Add button to hide history div in dashboard.
modified:
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/programEnrollmentForm.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-caseentry/src/main/webapp/dhis-web-caseentry/patientDashboard.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/patientDashboard.vm 2013-03-07 16:01:54 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/patientDashboard.vm 2013-03-14 08:30:49 +0000
@@ -207,7 +207,9 @@
<tr>
<th>$i18n.getString("date")</th>
<th>$i18n.getString("visitor")</th>
- <th>$i18n.getString("accessed_module")</th>
+ <th>$i18n.getString("accessed_module")
+ <a href="javascript:dashboardHistoryToggle();" class='bold'><img src='../images/cross.png' style="float:right; padding-right:2px;"></a>
+ </th>
</tr>
</table>
<div style="height:200px;width:450px;overflow:auto">
=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programEnrollmentForm.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programEnrollmentForm.vm 2013-03-08 09:15:27 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programEnrollmentForm.vm 2013-03-14 08:30:49 +0000
@@ -125,8 +125,8 @@
<div id='tab-5'>
<p>
- <input type="button" onclick="exportProgramReports( '$programInstance.id', 'xls' )" value="$i18n.getString('get_report_as_xls')">
- <input type="button" onclick="exportProgramReports( '$programInstance.id', 'pdf' )" value="$i18n.getString('get_report_as_pdf')">
+ <input type="button" onclick="exportProgramReports( '$programInstance.id', 'xls' )" value="$i18n.getString('get_report_as_xls')" style='width:150px;'>
+ <input type="button" onclick="exportProgramReports( '$programInstance.id', 'pdf' )" value="$i18n.getString('get_report_as_pdf')" style='width:150px;'>
</p>
<div id='programReportDiv'></div>
</div>