Skip to content

Commit

Permalink
RA-1613:Change hover message for 'x' icon in manage conditions (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
haripriya999 authored and dkayiwa committed Aug 5, 2019
1 parent ea26113 commit b417bdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ ${ui.includeFragment("coreapps", "patientHeader", [patient: patient])}
<td>{{formatDate(condition.onSetDate)}}</td>
<td ng-if="condition.status==='INACTIVE' && condition.voided===false" ng-style="strikeThrough(condition.voided)">{{formatDate(condition.endDate)}}</td>
<td ng-if="'${hasModifyConditionsPrivilege}'">
<i class="icon-remove delete-action" title="${ui.message("coreapps.coreapps.delete")}"
<i class="icon-remove delete-action" title="${ui.message("coreapps.delete")}"
ng-click="conditionConfirmation(condition)" ng-if="condition.voided===false"></i>
<button style="background-color: #cccccc;border: none; color: black; padding: 5px;font-size: 10px; margin: 2px 2px; border-radius: 4px;"
ng-click="activateCondition(condition)" ng-if="condition.status==='INACTIVE' && condition.voided===false">Set Active</button>
Expand Down

0 comments on commit b417bdc

Please sign in to comment.