[open-ils-commits] [GIT] Evergreen ILS branch rel_3_3 updated. da0d83259f1c04eaf144cfe773ace998c8fd0460
Evergreen Git
git at git.evergreen-ils.org
Tue Oct 22 13:58:54 EDT 2019
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, rel_3_3 has been updated
via da0d83259f1c04eaf144cfe773ace998c8fd0460 (commit)
from d94d60e441f89a5870b02a7a0dcfc28d39d85b1d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit da0d83259f1c04eaf144cfe773ace998c8fd0460
Author: Tiffany Little <tlittle at georgialibraries.org>
Date: Mon Mar 18 13:51:03 2019 -0400
LP #1765434 Browser refresh closes purchase order
Adds a Refresh button to refresh the iframe in place.
Signed-off-by: Tiffany Little <tlittle at georgialibraries.org>
Signed-off-by: Chris Sharp <csharp at georgialibraries.org>
diff --git a/Open-ILS/src/templates/staff/share/t_eframe.tt2 b/Open-ILS/src/templates/staff/share/t_eframe.tt2
index 1a117fade6..de065beab0 100644
--- a/Open-ILS/src/templates/staff/share/t_eframe.tt2
+++ b/Open-ILS/src/templates/staff/share/t_eframe.tt2
@@ -1,5 +1,6 @@
<div class="eg-embed-frame">
<button type="button" class="btn btn-default btn-xs" ng-show="allowEscape && showIframe" ng-click="escapeEmbed()">[% l('Open in New Window') %]</button>
+ <button type="button" class="btn btn-default btn-xs" ng-show="allowEscape && showIframe" ng-click="restoreEmbed()">[% l('Refresh') %]</button>
<button type="button" class="btn btn-default btn-xs" ng-show="allowEscape && !showIframe" ng-click="restoreEmbed()">[% l('Re-embed') %]</button>
<!--
'src' is replaced by the controller, after linking, and as soon as a
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/templates/staff/share/t_eframe.tt2 | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list