dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #31700
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 16198: tracker capture - removed tracked entity name from register button label. Except taking space and...
------------------------------------------------------------
revno: 16198
committer: Abyot Asalefew Gizaw abyota@xxxxxxxxx
branch nick: dhis2
timestamp: Mon 2014-07-21 11:53:38 +0200
message:
tracker capture - removed tracked entity name from register button label. Except taking space and messing up responsive layouts, it adds no value. Just saying register is enough.
modified:
dhis-2/dhis-web/dhis-web-tracker-capture/src/main/webapp/dhis-web-tracker-capture/views/home.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/views/home.html'
--- dhis-2/dhis-web/dhis-web-tracker-capture/src/main/webapp/dhis-web-tracker-capture/views/home.html 2014-07-21 09:39:19 +0000
+++ dhis-2/dhis-web/dhis-web-tracker-capture/src/main/webapp/dhis-web-tracker-capture/views/home.html 2014-07-21 09:53:38 +0000
@@ -79,7 +79,7 @@
class="btn btn-primary"
ng-disabled="showReportDiv"
ng-click="showRegistration()">
- {{'register'| translate}} {{selectedProgram.trackedEntity.name}}
+ {{'register'| translate}}
</button>
<button type="button"
class="btn btn-primary"