onload="params.w = window;
params.app = 'PatronDisplay';
params.clamshell = 'PatronDisplay_groupbox';
+ mw.focus_widget( document, 'PatronNavBar_refresh' );
mw.OpenILS_init(params);"
onunload="mw.OpenILS_exit(params);"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<command id="cmd_broken" oncommand="
alert('Not Yet Implemented'); "/>
- <command id="cmd_patron_refresh" oncommand="refresh()" />
+ <command id="cmd_patron_refresh" oncommand="try { refresh(); } catch(E) { alert(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_info" />
+ <command id="cmd_patron_info" oncommand="alert('info');"/>
</commandset>