[open-ils-commits] [GIT] Evergreen ILS branch master updated. 87f01e7bc0d26ee2e628e6832707d81eba37de82

Evergreen Git git at git.evergreen-ils.org
Tue Oct 22 13:58:06 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, master has been updated
       via  87f01e7bc0d26ee2e628e6832707d81eba37de82 (commit)
      from  65ee0cb4c23f9f1277bd37ef7d52e186e1b6a303 (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 87f01e7bc0d26ee2e628e6832707d81eba37de82
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