will be a derived file now like patron_items
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 15 Jul 2005 12:39:42 +0000 (12:39 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 15 Jul 2005 12:39:42 +0000 (12:39 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@1198 dcc99617-32d9-48b4-a31d-7c20da2025e4

Evergreen/staff_client/chrome/content/evergreen/patron/patron_search_form_overlay.xul
Evergreen/staff_client/chrome/content/evergreen/patron/patron_search_overlay.xul
Evergreen/staff_client/chrome/content/evergreen/patron/patron_search_results_overlay.xul [deleted file]

index ce083d2..3df78e2 100644 (file)
@@ -10,8 +10,8 @@
        <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>
 
index 1a219c0..7e19978 100644 (file)
@@ -5,6 +5,11 @@
 
        <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;"
diff --git a/Evergreen/staff_client/chrome/content/evergreen/patron/patron_search_results_overlay.xul b/Evergreen/staff_client/chrome/content/evergreen/patron/patron_search_results_overlay.xul
deleted file mode 100644 (file)
index 8ea0412..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<?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>