dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #29331
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 14790: minor
------------------------------------------------------------
revno: 14790
committer: Abyot Asalefew Gizaw abyota@xxxxxxxxx
branch nick: dhis2
timestamp: Fri 2014-04-11 09:13:54 +0200
message:
minor
modified:
dhis-2/dhis-web/dhis-web-tracker-capture/src/main/webapp/dhis-web-tracker-capture/i18n/en.json
dhis-2/dhis-web/dhis-web-tracker-capture/src/main/webapp/dhis-web-tracker-capture/views/selection.html
--
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-tracker-capture/src/main/webapp/dhis-web-tracker-capture/i18n/en.json'
--- dhis-2/dhis-web/dhis-web-tracker-capture/src/main/webapp/dhis-web-tracker-capture/i18n/en.json 2014-04-08 15:37:00 +0000
+++ dhis-2/dhis-web/dhis-web-tracker-capture/src/main/webapp/dhis-web-tracker-capture/i18n/en.json 2014-04-11 07:13:54 +0000
@@ -60,5 +60,6 @@
"like": "LIKE",
"not_like": "NOT LIKE",
"move_to_selected": "Move to selected",
- "move_all_to_selected": "Move all to selected"
+ "move_all_to_selected": "Move all to selected",
+ "more": "More"
}
\ No newline at end of file
=== modified file 'dhis-2/dhis-web/dhis-web-tracker-capture/src/main/webapp/dhis-web-tracker-capture/views/selection.html'
--- dhis-2/dhis-web/dhis-web-tracker-capture/src/main/webapp/dhis-web-tracker-capture/views/selection.html 2014-04-07 11:43:43 +0000
+++ dhis-2/dhis-web/dhis-web-tracker-capture/src/main/webapp/dhis-web-tracker-capture/views/selection.html 2014-04-11 07:13:54 +0000
@@ -26,7 +26,7 @@
<div class="input-group col-md-6">
<input type="text" class="form-control" ng-focus="hideSearch()">
<span class="input-group-btn">
- <button class="btn btn-default" type="button" ng-click="showSearch()"><i class="fa fa-caret-down"></i></button>
+ <button class="btn btn-default" type="button" title="{{'more' | translate}}" ng-click="showSearch()"><i class="fa fa-caret-down"></i></button>
</span>
</div>
<div class="btn-group col-md-6">