dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #18837
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 8003: Minor
------------------------------------------------------------
revno: 8003
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2012-09-05 09:20:37 +0200
message:
Minor
modified:
dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/resources/org/hisp/dhis/dashboard/i18n_module.properties
dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/interpretation.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/resources/org/hisp/dhis/dashboard/i18n_module.properties'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/resources/org/hisp/dhis/dashboard/i18n_module.properties 2012-09-03 19:48:33 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/resources/org/hisp/dhis/dashboard/i18n_module.properties 2012-09-05 07:20:37 +0000
@@ -55,5 +55,4 @@
from=From
load_favorite_click_share=load a favorite and click 'Share' on the top menu
generate_report_table_click_share=generate a report table and click 'Share' on the top menu
-share_interpretation=Share interpretation
-view_data_set_report=View data set report
\ No newline at end of file
+share_interpretation=Share interpretation
\ No newline at end of file
=== modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/interpretation.vm'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/interpretation.vm 2012-09-03 19:48:33 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/interpretation.vm 2012-09-05 07:20:37 +0000
@@ -37,7 +37,7 @@
<a class="bold"
title="$i18n.getString( 'click_to_view_data_set_report' )"
href="../dhis-web-reporting/showDataSetReportForm.action?ds=${ip.dataSet.uid}&pe=${ip.period.isoDate}&ou=${ip.organisationUnit.uid}">
- $i18n.getString( "view_data_set_report" )</a>
+ $encoder.htmlEncode( $ip.dataSet.name )</a>
#end
</div>