command buttons
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 12 Jul 2005 19:16:19 +0000 (19:16 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 12 Jul 2005 19:16:19 +0000 (19:16 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@1153 dcc99617-32d9-48b4-a31d-7c20da2025e4

Evergreen/staff_client/chrome/content/evergreen/patron/patron_display_overlay.xul

index 8cc2090..499ade8 100755 (executable)
                alert('Not Yet Implemented'); "/>
 
        <command id="cmd_patron_refresh" oncommand="try { refresh(); } catch(E) { mw.sdump('D_ERROR',E); };" />
-       <command id="cmd_patron_checkout" />
-       <command id="cmd_patron_items" />
-       <command id="cmd_patron_holds" />
-       <command id="cmd_patron_bills" />
-       <command id="cmd_patron_edit" />
+       <command id="cmd_patron_checkout" oncommand="try { } catch(E) { mw.sdump('D_ERROR',E); };"/>
+       <command id="cmd_patron_items" oncommand="try { show_items(); } catch(E) { mw.sdump('D_ERROR',E); };"/>
+       <command id="cmd_patron_holds" oncommand="try { } catch(E) { mw.sdump('D_ERROR',E); };"/>
+       <command id="cmd_patron_bills" oncommand="try { } catch(E) { mw.sdump('D_ERROR',E); };"/>
+       <command id="cmd_patron_edit" oncommand="try { } catch(E) { mw.sdump('D_ERROR',E); };"/>
        <command id="cmd_patron_info" oncommand="alert('info');"/>
 
 </commandset>