LP#1685929 - Organize CheckIn grid action menu actions
authorCesar Velez <cesar.velez@equinoxinitiative.org>
Mon, 31 Jul 2017 20:03:18 +0000 (16:03 -0400)
committerCesar Velez <cesar.velez@equinoxinitiative.org>
Tue, 1 Aug 2017 18:49:56 +0000 (14:49 -0400)
Make use of group labels and add placeholder item
for Print Spine Labels Action

Signed-off by: Cesar Velez <cesar.velez@equinoxinitiative.org>

Open-ILS/src/templates/staff/circ/checkin/t_checkin_table.tt2

index a2dfb1b..e79c4fd 100644 (file)
     handler="showBackdateDialog"
     label="[% l('Backdate Post-Checkin') %]">
   </eg-grid-action>
-  <eg-grid-action 
+  <eg-grid-action
+    group="[% l('Show')"
     handler="showMarkDamaged"
     label="[% l('Mark Items Damaged') %]">
   </eg-grid-action>
   <eg-grid-action
+    group="[% l('Show')"
     handler="show_mark_missing_pieces"
     label="[% l('Mark Missing Pieces') %]">
   </eg-grid-action>
@@ -44,6 +46,9 @@
     label="[% l('Volumes and Items') %]">
   </eg-grid-action>
 
+  <eg-grid-action handler="printSpineLabels" group="[% l('Print') %]"
+    label="[% l('Spine Labels') %]">
+  </eg-grid-action>
   <eg-grid-field label="[% l('Alert Msg') %]"   
     path="acp.alert_message"></eg-grid-field>