dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #43838
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 22230: minor
------------------------------------------------------------
revno: 22230
committer: Abyot Asalefew Gizaw <abyot@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2016-03-10 10:15:35 +0100
message:
minor
modified:
dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/views/defaultForm.html
dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/default-form.html
dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/registration/default-registration-form.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-apps/src/main/webapp/dhis-web-event-capture/views/defaultForm.html'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/views/defaultForm.html 2016-03-08 16:27:49 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/views/defaultForm.html 2016-03-10 09:15:35 +0000
@@ -39,7 +39,7 @@
template="dataelement-details.html"
trigger="click"
placement="right">
- <a href >{{eventGridColumn.displayName}}</a>
+ <a href title="{{'details'| translate}}">{{eventGridColumn.displayName}}</a>
</span>
<span ng-if="eventGridColumn.compulsory" class="required">*</span>
</td>
@@ -297,7 +297,7 @@
template="dataelement-details.html"
trigger="click"
placement="right">
- <a href >{{prStDes[de.dataElement.id].dataElement.formName ? prStDes[de.dataElement.id].dataElement.formName : prStDes[de.dataElement.id].dataElement.displayName}}</a>
+ <a href title="{{'details'| translate}}">{{prStDes[de.dataElement.id].dataElement.formName ? prStDes[de.dataElement.id].dataElement.formName : prStDes[de.dataElement.id].dataElement.displayName}}</a>
</span>
<span ng-if="prStDes[de.dataElement.id].compulsory" class="required">*</span>
</td>
=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/default-form.html'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/default-form.html 2016-03-08 16:27:49 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/default-form.html 2016-03-10 09:15:35 +0000
@@ -37,7 +37,7 @@
template="dataelement-details.html"
trigger="click"
placement="right">
- <a href >{{prStDe.dataElement.formName ? prStDe.dataElement.formName : prStDe.dataElement.displayName}}</a>
+ <a href title="{{'details'| translate}}">{{prStDe.dataElement.formName ? prStDe.dataElement.formName : prStDe.dataElement.displayName}}</a>
</span>
<span ng-if="prStDe.compulsory" class="required">*</span>
<span class="hideInPrint">
@@ -94,7 +94,7 @@
template="dataelement-details.html"
trigger="click"
placement="right">
- <a href >{{prStDes[de.dataElement.id].dataElement.formName ? prStDes[de.dataElement.id].dataElement.formName : prStDes[de.dataElement.id].dataElement.displayName}}</a>
+ <a href title="{{'details'| translate}}">{{prStDes[de.dataElement.id].dataElement.formName ? prStDes[de.dataElement.id].dataElement.formName : prStDes[de.dataElement.id].dataElement.displayName}}</a>
</span>
<span ng-if="prStDes[de.dataElement.id].compulsory" class="required">*</span>
<span class="hideInPrint">
=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/registration/default-registration-form.html'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/registration/default-registration-form.html 2016-03-08 16:27:49 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/registration/default-registration-form.html 2016-03-10 09:15:35 +0000
@@ -27,7 +27,7 @@
template="attribute-details.html"
trigger="click"
placement="right">
- <a href >{{attribute.displayName}}</a>
+ <a href title="{{'details'| translate}}">{{attribute.displayName}}</a>
</span>
<span ng-if="attribute.mandatory || attribute.unique" class="required">*</span>
</td>