Make use of group labels and add placeholder item
for Print Spine Labels Action
Signed-off by: Cesar Velez <cesar.velez@equinoxinitiative.org>
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>
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>