dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #37578
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 19191: Pivot, approval, label
------------------------------------------------------------
revno: 19191
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2015-05-27 15:57:18 -0400
message:
Pivot, approval, label
modified:
dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-pivot/i18n/i18n_app.properties
dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-pivot/scripts/app.js
--
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-apps/src/main/webapp/dhis-web-pivot/i18n/i18n_app.properties'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-pivot/i18n/i18n_app.properties 2015-05-27 13:46:35 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-pivot/i18n/i18n_app.properties 2015-05-27 19:57:18 +0000
@@ -193,5 +193,5 @@
username=Username
error=Error
warning=Warning
-approval_level=Approval level
+data_approved_at_level=Data approved at level
show_all_data=Show all data
=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-pivot/scripts/app.js'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-pivot/scripts/app.js 2015-05-27 19:35:03 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-pivot/scripts/app.js 2015-05-27 19:57:18 +0000
@@ -598,7 +598,7 @@
style: 'margin-bottom:' + comboBottomMargin + 'px',
width: comboboxWidth,
labelWidth: 130,
- fieldLabel: NS.i18n.approval_level,
+ fieldLabel: NS.i18n.data_approved_at_level,
labelStyle: 'color:#333',
queryMode: 'local',
valueField: 'id',