add standard List Actions to Triggered Events UI
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 14 Nov 2009 08:08:37 +0000 (08:08 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 14 Nov 2009 08:08:37 +0000 (08:08 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14914 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/patron/trigger_events.js
Open-ILS/xul/staff_client/server/patron/trigger_events.xul

index 3f37173..736c5e1 100644 (file)
@@ -36,6 +36,8 @@ function trigger_event_init() {
         dojo.require('openils.Util');
 
         init_list();
+        $('list_actions').appendChild( list.render_list_actions() );
+        list.set_list_actions();
         $('cmd_cancel_event').addEventListener('command', gen_event_handler('cancel'), false);
         $('cmd_reset_event').addEventListener('command', gen_event_handler('reset'), false);
         $('circ').addEventListener('command', function() { populate_list(); }, false);
index 73d4dbd..54ca12c 100644 (file)
@@ -74,6 +74,7 @@
             </hbox>
         </vbox>
         <tree id="atev_list" flex="1" enableColumnDrag="true" context="atev_actions" />
+        <hbox id="list_actions" />
     </groupbox>
 
     <popupset id="atev_popupset">