dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #03494
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1172: Set correct header on report table dashboard view
------------------------------------------------------------
revno: 1172
committer: Lars Helge Oeverland larshelge@xxxxxxxxx
branch nick: trunk
timestamp: Sun 2009-12-06 15:26:06 +0100
message:
Set correct header on report table dashboard view
modified:
dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/report_table.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-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/report_table.vm'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/report_table.vm 2009-05-20 08:31:50 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/report_table.vm 2009-12-06 14:26:06 +0000
@@ -1,7 +1,7 @@
<table class="contentProviderTable">
<tr>
- <th colspan="2">$i18n.getString( "data_mart_export" )</th>
+ <th colspan="2">$i18n.getString( "report_table" )</th>
</tr>
#foreach ( $table in $reportTables )
<tr>