Lp#1760859: Add Missing Images to Tranist and Hold Slips
authorJeanette Lundgren <jlundgren@cwmars.org>
Mon, 14 May 2018 17:26:45 +0000 (13:26 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Fri, 25 May 2018 18:56:42 +0000 (14:56 -0400)
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@cwmars.org>
Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>

Open-ILS/src/templates/staff/circ/share/t_hold_shelf_dialog.tt2
Open-ILS/src/templates/staff/circ/share/t_transit_dialog.tt2
Open-ILS/web/images/transit.png [new file with mode: 0644]

index aa112ed..bd6eebc 100644 (file)
@@ -3,6 +3,7 @@
     <button type="button" class="close" 
       ng-click="ok()" aria-hidden="true">&times;</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">
index 3d920c9..0d6da41 100644 (file)
@@ -4,6 +4,7 @@
       <button type="button" class="close" 
         ng-click="ok()" aria-hidden="true">&times;</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 (file)
index 0000000..c3536eb
Binary files /dev/null and b/Open-ILS/web/images/transit.png differ