dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #31787
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 16236: Event visualizer, missing translation
------------------------------------------------------------
revno: 16236
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2014-07-25 11:36:28 +0200
message:
Event visualizer, missing translation
modified:
dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/javascript/dashboard.js
dhis-2/dhis-web/dhis-web-event-visualizer/src/main/resources/org/hisp/dhis/eventvisualizer/i18n_module.properties
--
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/javascript/dashboard.js'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/javascript/dashboard.js 2014-07-15 21:26:02 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/javascript/dashboard.js 2014-07-25 09:36:28 +0000
@@ -64,7 +64,7 @@
dashboardIntro: "<li><div class='dasboardIntro'>${i18n_add}</div>" +
"<div class='dasboardTip'>${i18n_arrange}</div></li>",
- hitHeader: "<li class='hitHeader'>${title} " +
+ hitHeader: "<li class='hitHeader'><span class='bold'>${title}</span> " +
"<a id='hitMore-${type}' href='javascript:dhis2.db.searchMore( \"${type}\" )'>${i18n_see_more_hits} »</a>" +
"<a id='hitFewer-${type}' href='javascript:dhis2.db.searchFewer( \"${type}\" )' style='display:none'>« ${i18n_see_fewer_hits}</a></li>",
=== modified file 'dhis-2/dhis-web/dhis-web-event-visualizer/src/main/resources/org/hisp/dhis/eventvisualizer/i18n_module.properties'
--- dhis-2/dhis-web/dhis-web-event-visualizer/src/main/resources/org/hisp/dhis/eventvisualizer/i18n_module.properties 2014-06-23 11:47:18 +0000
+++ dhis-2/dhis-web/dhis-web-event-visualizer/src/main/resources/org/hisp/dhis/eventvisualizer/i18n_module.properties 2014-07-25 09:36:28 +0000
@@ -189,4 +189,5 @@
general=General
go_to_event_reports=Go to event reports
open_this_chart_as_table=Open this chart as table
-open_last_table=Open last table
\ No newline at end of file
+open_last_table=Open last table
+chart_options=Chart options
\ No newline at end of file