[open-ils-commits] [GIT] Evergreen ILS branch rel_3_4 updated. df9edf380e49bd21d2a594d40c58579b91d3b43e

Evergreen Git git at git.evergreen-ils.org
Tue Oct 22 13:59:14 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_4 has been updated
       via  df9edf380e49bd21d2a594d40c58579b91d3b43e (commit)
      from  719a04637c83456ccb8ce1e6bf8d4b4a72040cfe (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 df9edf380e49bd21d2a594d40c58579b91d3b43e
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