<commandset id="items_cmds">
<command id="cmd_items_print" />
- <command id="cmd_items_reprint" />
+ <command id="cmd_items_renew" />
+ <command id="cmd_items_checkin" />
+ <command id="cmd_show_catalog" />
</commandset>
<box id="items_main" />
</box>
<vbox id="cmvb1" flex="1">
- <groupbox id="cmgb1" flex="2">
+ <groupbox id="cmgb1" flex="1">
<caption label="&staff.patron_navbar.items;" />
- <hbox id="items_top_ui" />
+ <vbox flex="0">
+ <hbox id="items_top_ui" />
+ </vbox>
<tree id="items_list" flex="1" enableColumnDrag="true"/>
- <hbox id="items_bottom_ui" />
+ <vbox flex="0">
+ <hbox id="items_bottom_ui" />
+ </vbox>
</groupbox>
</vbox>
-<hbox id="items_bottom_ui">
+<hbox id="items_top_ui" flex="1">
+ <spacer id="pcii3s" flex="1"/>
+ <button id="show_catalog"
+ label="Show in Catalog"
+ command="cmd_show_catalog"
+ />
+ <button id="items_renew"
+ label="Renew"
+ command="cmd_items_renew"
+ />
+ <button id="items_checkin"
+ label="Check In"
+ command="cmd_items_checkin"
+ />
<button id="items_print"
label="&staff.patron_display.items.print_receipt_label;"
command="cmd_items_print"
- accesskey="&staff.patron_display.items.print_receipt_label.accesskey;"/>
- <spacer id="pcii3s" flex="1"/>
+ accesskey="&staff.patron_display.items.print_receipt_label.accesskey;"
+ />
</hbox>
</overlay>