Skip to content

Commit

Permalink
Minor Icon Update
Browse files Browse the repository at this point in the history
Made a minor update to the Share Icon that is displayed when you have an exercise program open.
  • Loading branch information
mfrank4101 committed Sep 21, 2022
1 parent e2e0ca0 commit 283d855
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions jquery-ptlinked_plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -2225,7 +2225,7 @@
results_container_html += '<span class="metadata-block text-right margin-left-20 is-clickable btn-save_program"><i class="fa fa-save"></i>Save</span>' ;
}
if( !options["training_mode"] && options["secure_messaging"] && ( options["user_type"] == "physician" || options["user_type"] == "staff" ) ) {
results_container_html += '<span class="metadata-block text-right margin-left-20 is-clickable btn-share_program"><i class="fa fa-share-square"></i>Send</span>' ;
results_container_html += '<span class="metadata-block text-right margin-left-20 is-clickable btn-share_program"><i class="fa fa-share-square-o"></i>Send</span>' ;
}
results_container_html += '</div>' +
'</div>' +
Expand All @@ -2235,7 +2235,7 @@
results_container_html += '<span class="metadata-block text-right margin-left-20 is-clickable btn-save_program" data-code="QDG081"><i class="fa fa-save"></i>Save</span></span>' ;
}
if( !options["training_mode"] && options["secure_messaging"] && ( options["user_type"] == "physician" || options["user_type"] == "staff" ) ) {
results_container_html += '<span class="metadata-block text-right margin-left-20 is-clickable btn-share_program" data-code="QDG081"><i class="fa fa-share-square"></i><span class="label">Send</span></span>' ;
results_container_html += '<span class="metadata-block text-right margin-left-20 is-clickable btn-share_program" data-code="QDG081"><i class="fa fa-share-square-o"></i><span class="label">Send</span></span>' ;
}
results_container_html += '</div>' +
'<div class="viewer--close_button">' +
Expand Down
2 changes: 1 addition & 1 deletion jquery-ptlinked_plugin.min.js

Large diffs are not rendered by default.

0 comments on commit 283d855

Please sign in to comment.