Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Sep 1, 2023

Conversation

AnujaDhane-TW
Copy link
Contributor

On the Patient Dashboard, Treatment Display control, when the mouse cursor hovers on share button it changes to hand icon and displays a tooltip to say: “Share or print the Prescription”.

@CLAassistant
Copy link

CLAassistant commented Aug 29, 2023

CLA assistant check
All committers have signed the CLA.

@@ -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="Share or print the Prescription">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we remove the hardcoded tooltip and have it as translation key? Also the casing is not proper.

@AnujaDhane-TW
Copy link
Contributor Author

Added translation key and updated the tooltip.

@parvathy00 parvathy00 merged commit f7759d1 into Bahmni:master Sep 1, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants