[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. 754a28bb0f6c76f21b6bc827d0d41fde60198d31

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_0 has been updated
       via  754a28bb0f6c76f21b6bc827d0d41fde60198d31 (commit)
      from  c8b4f62dd5b9b680ac63d41eb5a60a5a40a2ddd7 (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 754a28bb0f6c76f21b6bc827d0d41fde60198d31
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 8fa2d4b..6287634 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 771bb17..b75159a 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