LP#1402797 remove Group Actions from Group Member Details
authorJason Etheridge <jason@esilibrary.com>
Fri, 6 Feb 2015 22:25:10 +0000 (17:25 -0500)
committerBill Erickson <berickxx@gmail.com>
Wed, 25 Feb 2015 16:16:08 +0000 (11:16 -0500)
place "Move Another Patron To This Group" under Actions

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/templates/staff/circ/patron/t_group.tt2

index 8725652..aa273ea 100644 (file)
 <eg-grid
   idl-class="au"
   sort="gridSort"
-  grid-controls="gridControls"
-  menu-label="[% l('Group Actions') %]">
+  grid-controls="gridControls">
 
-  <eg-grid-menu-item handler="moveToGroup"
-    label="[% l('Move Another Patron To This Group') %]"></eg-grid-menu-item>
+  <eg-grid-action handler="moveToGroup"
+    label="[% l('Move Another Patron To This Group') %]"></eg-grid-action>
 
   <eg-grid-action 
     label="[% l('Register a New Group Member by Cloning Selected Patron') %]"