← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 7132: Minor

 

------------------------------------------------------------
revno: 7132
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2012-06-01 13:29:46 +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-05-31 22:31:59 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/resources/org/hisp/dhis/dashboard/i18n_module.properties	2012-06-01 11:29:46 +0000
@@ -37,7 +37,9 @@
 explore=Explore
 interpretations=Interpretations
 share_your_own_interpretations_from=Share your own interpretations from
-data_visualizer=Data Visualizer
+data_visualizer=Data visualizer
+gis=GIS
+report_table=Report table
 add_a_comment=Add a comment
 new_interpretations=new interpretations
 new_interpretation=new interpretation

=== 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-06-01 10:21:32 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/interpretation.vm	2012-06-01 11:29:46 +0000
@@ -1,7 +1,11 @@
 
 <h3>$i18n.getString( "interpretations" )</h3>
 
-<div id="shareLink">$i18n.getString( "share_your_own_interpretations_from" ) <a href="../dhis-web-visualizer/app/index.html">$i18n.getString( "data_visualizer" )</a></div>
+<div id="shareLink">$i18n.getString( "share_your_own_interpretations_from" ) 
+	<a href="../dhis-web-visualizer/app/index.html">$i18n.getString( "data_visualizer" )</a>,  
+	<a href="../dhis-web-mapping/mapping/index.html">$i18n.getString( "gis" )</a> or 
+	<a href="../displayManageTableForm.action">$i18n.getString( "report_table" )</a>
+</div>
 
 <div id="interpretationFeed">
 #foreach( $ip in $interpretations )