Hide Delete Patrons button from user buckets (function was
not allowed by permissions, so no need to even show it).
Signed-off-by: McCanna <tmccanna@georgialibraries.org>
[% INCLUDE 'staff/circ/patron/bucket/t_grid_menu.tt2' %]
+ <!-- PINES Customization: Hide Delete Bucket Option -->
+ <!--
<eg-grid-menu-item disabled="noDeletePerms" label="[% l('Delete all users') %]"
handler="deleteAllUsers" standalone="true"></eg-grid-menu-item>
+ -->
<eg-grid-menu-item disabled="noUpdatePerms" label="[% l('Batch edit all users') %]"
handler="updateAllUsers" standalone="true"></eg-grid-menu-item>