[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. f2f6296b59aae24780b388de6c6486b8067e20ab

Evergreen Git git at git.evergreen-ils.org
Fri May 25 14:47:43 EDT 2018


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_1 has been updated
       via  f2f6296b59aae24780b388de6c6486b8067e20ab (commit)
      from  7bc31039a6efb8adaf185cbec3df6022d2afa8a1 (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 f2f6296b59aae24780b388de6c6486b8067e20ab
Author: Jeanette Lundgren <jlundgren at cwmars.org>
Date:   Mon May 14 13:26:45 2018 -0400

    Lp#1760859: Add Missing Images to Tranist and Hold Slips
    
    Added new truck transit.png image for web client holds/transit dialog
    
    Added holds.png img tag to t_hold_shelf_dialog.tt2
    
    Added transit.png img tag to t_transit_dialog.tt2
    
    Signed-off-by: Jeanette Lundgren <jlundgren at cwmars.org>
    Signed-off-by: Jason Stephenson <jason at sigio.com>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/templates/staff/circ/share/t_hold_shelf_dialog.tt2 b/Open-ILS/src/templates/staff/circ/share/t_hold_shelf_dialog.tt2
index aa112ed..bd6eebc 100644
--- a/Open-ILS/src/templates/staff/circ/share/t_hold_shelf_dialog.tt2
+++ b/Open-ILS/src/templates/staff/circ/share/t_hold_shelf_dialog.tt2
@@ -3,6 +3,7 @@
     <button type="button" class="close" 
       ng-click="ok()" aria-hidden="true">×</button>
     <h4 class="modal-title">[% l('Hold Slip') %]</h4>
+    <img src="/images/portal/holds.png" alt="holds icon" style="padding:5px;">
   </div>
   <div class="modal-body">
     <div ng-switch on="hold.behind_desk">
diff --git a/Open-ILS/src/templates/staff/circ/share/t_transit_dialog.tt2 b/Open-ILS/src/templates/staff/circ/share/t_transit_dialog.tt2
index 3d920c9..0d6da41 100644
--- a/Open-ILS/src/templates/staff/circ/share/t_transit_dialog.tt2
+++ b/Open-ILS/src/templates/staff/circ/share/t_transit_dialog.tt2
@@ -4,6 +4,7 @@
       <button type="button" class="close" 
         ng-click="ok()" aria-hidden="true">×</button>
       <h4 class="modal-title">[% l('Transit Slip') %]</h4>
+      <img src="/images/transit.png" alt="transit van icon" style="padding:5px;">
     </div>
     <div class="modal-body">
       <div>
diff --git a/Open-ILS/web/images/transit.png b/Open-ILS/web/images/transit.png
new file mode 100644
index 0000000..c3536eb
Binary files /dev/null and b/Open-ILS/web/images/transit.png differ

-----------------------------------------------------------------------

Summary of changes:
 .../staff/circ/share/t_hold_shelf_dialog.tt2       |    1 +
 .../staff/circ/share/t_transit_dialog.tt2          |    1 +
 Open-ILS/web/images/transit.png                    |  Bin 0 -> 5834 bytes
 3 files changed, 2 insertions(+), 0 deletions(-)
 create mode 100644 Open-ILS/web/images/transit.png


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list