Skip to content

Commit

Permalink
Anuja, Vasuki | BAH-3144 | Change cursor to hand icon and display too…
Browse files Browse the repository at this point in the history
…ltip for treatments share button (#685)

* Anuja, Vasuki | BAH-3144 | Change cursor to hand icon and display tooltip for treatments share button

* Anuja, Vasuki | BAH-3144 | Add  translation key for share prescription tooltip
  • Loading branch information
AnujaDhane-TW authored Sep 1, 2023
1 parent a8b4211 commit f7759d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h2 ng-if="::params.translationKey" class="section-title">{{::params | titleTran
<thead>
<th colspan="4" ng-if="::!isOtherActiveSection(drugOrderSection.visitDate)">
{{::'VISIT_ON_TRANSLATION_KEY'|translate}} {{::drugOrderSection.visitDate | bahmniDate}}
<div class="share-prescription-icon" ng-if="::!params.visitUuids" bm-pop-over autoclose="true">
<div class="share-prescription-icon" ng-if="::!params.visitUuids" bm-pop-over autoclose="true" title="{{'CLINICAL_SHARE_PRESCRIPTION_KEY'|translate}}">
<i class="fa fa-share-alt" bm-pop-over-trigger>
</i>
<div class="share-popup" bm-pop-over-target>
Expand Down
1 change: 1 addition & 0 deletions ui/app/i18n/clinical/locale_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
"SAVE_ACCESS_KEY": "s",
"CLINICAL_PRINT_TRANSLATION_KEY": "P<u>r</u>int",
"CLINICAL_PRINT_ACCESS_KEY": "r",
"CLINICAL_SHARE_PRESCRIPTION_KEY": "Share or print the prescription",
"VISIT_ON_TRANSLATION_KEY": "Visit On",
"ENTERING_DATA_FOR_TRANSLATION_KEY": "Entering data for",
"EDITITNG_DATA_FOR_ENCOUNTER_TRANSLATION_KEY": "Editing data for encounter",
Expand Down
1 change: 1 addition & 0 deletions ui/app/styles/clinical.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
float: right;
margin-right: 10px;
position: relative;
cursor: pointer;
}

.share-popup {
Expand Down

0 comments on commit f7759d1

Please sign in to comment.