dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #38835
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 19732: tracker-capture: minor cosmetic fix in relationship widget
------------------------------------------------------------
revno: 19732
committer: Abyot Asalefew Gizaw <abyota@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2015-08-06 16:14:31 +0200
message:
tracker-capture: minor cosmetic fix in relationship widget
modified:
dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/relationship/relationship.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-tracker-capture/components/relationship/relationship.html'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/relationship/relationship.html 2015-06-02 12:25:03 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/relationship/relationship.html 2015-08-06 14:14:31 +0000
@@ -30,6 +30,7 @@
<th ng-repeat="att in attributes" ng-if="att.displayInListNoProgram">
{{att.name}}
</th>
+ <th></th>
</tr>
<tr ng-repeat="rel in relatedTeis">
<td title="{{'go_to_dashboard'| translate}}" ng-click="showDashboard(rel.trackedEntityInstance, rel.relId)">{{rel.relName}}</td>
@@ -37,7 +38,7 @@
{{rel.attributes[att.id]}}
</td>
<td ng-click="removeRelationship(rel)" title="{{'delete_relationship'| translate}}">
- <i class="fa fa-trash-o"></i>
+ <i class="fa fa-trash-o red"></i>
</td>
</tr>
</table>