<command id="cmd_broken" oncommand="
alert('Not Yet Implemented'); "/>
- <command id="cmd_search" />
- <command id="cmd_clear" />
+ <command id="cmd_patron_search_form_search" />
+ <command id="cmd_patron_search_form_clear" />
</commandset>
<script>mw.sdump('D_TRACE','Loading patron_search_overlay.xul\n');</script>
+ <?xul-overlay href="chrome://evergreen/content/main/clam_shell_overlay.xul"?>
+ <?xul-overlay href="chrome://evergreen/content/patron/patron_display_status.xul"?>
+ <?xul-overlay href="chrome://evergreen/content/patron/patron_search_form_overlay.xul"?>
+ <?xul-overlay href="chrome://evergreen/content/patron/patron_search_results_overlay.xul"?>
+
<commandset id="universal_cmds">
<command id="cmd_broken" oncommand="
<!-- main widget for patron_search -->
<box id="PatronSearch_main" flex="1" orient="vertical">
- <deck id="psmd1">
- </deck>
- <splitter id="psms" />
- <deck id="PatronSearch_right_panel"/>
+ <box id="ClamShell_main" />
</box>
+<deck id="ClamShell_first_deck">
+ <box id="PatronSearchForm_main">
+</deck>
+
+<deck id="ClamShell_second_deck">
+
+</deck>
+
<hbox id="PatronSearch_DisplayStatus_insert1"/>
<label id="PatronSearch_patron_name" class="patronNameMedium"
tooltiptext="&patron_display.name.label;"
+++ /dev/null
-<?xml version="1.0"?>
-<!DOCTYPE overlay SYSTEM "chrome://evergreen/locale/patron_search_results.dtd">
-<overlay id="patron_search_results_overlay"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <script>mw.sdump('D_TRACE','Loading patron_search_results_overlay.xul\n');</script>
-
-<commandset id="universal_cmds">
-
- <command id="cmd_broken" oncommand="
- alert('Not Yet Implemented'); "/>
-
-</commandset>
-
-<!-- main widget for patron_search_results -->
-<box id="PatronSearchResults_main" flex="1" orient="horizontal">
- <box id="PatronSearchResults_pagedtree" flex="1" orient="horizontal"/>
-</box>
-
-<!-- Accelerator Keys (Accessor Keys are in DTD's) -->
-<keyset id="PatronSearchResults_keys">
-</keyset>
-
-</overlay>