← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 18661: Dashboard, minor

 

------------------------------------------------------------
revno: 18661
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2015-03-23 09:15:51 +0100
message:
  Dashboard, 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/interpretationFeed.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	2015-01-14 16:58:34 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/resources/org/hisp/dhis/dashboard/i18n_module.properties	2015-03-23 08:15:51 +0000
@@ -48,7 +48,7 @@
 sending_message=Sending message
 explore=Explore
 interpretations=Interpretations
-share_your_own_interpretations_from=resizeShare your own interpretations from
+share_your_own_interpretations_from=Share your own interpretations from
 gis=GIS
 pivot_table=Pivot table
 add_a_comment=Add a comment

=== modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/interpretationFeed.vm'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/interpretationFeed.vm	2014-09-01 19:00:23 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/interpretationFeed.vm	2015-03-23 08:15:51 +0000
@@ -50,8 +50,8 @@
             #getSymbol( $ip )
           </div>
           <div class="interpretationUser">
-             <a class="bold userLink" href="profile.action?id=${ip.user.uid}">${encoder.htmlEncode( $ip.user.name )}</a><br>
-             <span class="tipText">${format.formatDate( $ip.created )}</span>
+             <a class="bold userLink" href="profile.action?id=${ip.user.uid}">$!{encoder.htmlEncode( $ip.user.name )}</a><br>
+             <span class="tipText">$!{format.formatDate( $ip.created )}</span>
           </div>
           #gearDropDown( $ip.user )
         </div>