crud
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 15 Jul 2005 20:04:50 +0000 (20:04 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 15 Jul 2005 20:04:50 +0000 (20:04 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@1219 dcc99617-32d9-48b4-a31d-7c20da2025e4

Evergreen/staff_client/chrome/content/evergreen/patron/patron_search.xul [deleted file]
Evergreen/staff_client/chrome/content/evergreen/patron/patron_search_results.xul [deleted file]

diff --git a/Evergreen/staff_client/chrome/content/evergreen/patron/patron_search.xul b/Evergreen/staff_client/chrome/content/evergreen/patron/patron_search.xul
deleted file mode 100644 (file)
index 1122079..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0"?>
-<!-- Clamlication: Evergreen Staff Client -->
-
-<!-- Localization -->
-<!DOCTYPE page SYSTEM "chrome://evergreen/locale/patron_search.dtd">
-
-<page id="patron_search_win"
-       orient="vertical" style="overflow: auto" width="800" height="500"
-       sizemode="maximized" persist="width height" 
-       onload="params.w = window;
-               params.app = 'PatronSearch'; 
-               params.clamshell_node = document.getElementById('ClamShell_main'); 
-               params.patron_display_status_node = document.getElementById('PatronDisplayStatus_main');
-               params.patron_search_form_node = document.getElementById('PatronSearchForm_main');
-               params.patron_search_results_node = document.getElementById('PatronSearchResults_main');
-               params.popupset_node = document.getElementById('universal_popupset');
-               mw.focus_widget( document, 'pst1' );
-               mw.OpenILS_init(params);"
-       onunload="mw.OpenILS_exit(params);"
-       xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
-       <script>mw.sdump('D_TRACE','Loading patron_search.xul\n');</script>
-
-       <!-- Stylesheets -->
-       <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
-       <?xml-stylesheet href="chrome://evergreen/skin/evergreen.css" type="text/css"?>
-       <?xml-stylesheet href="chrome://evergreen/skin/patron_search.css" type="text/css"?>
-       
-       <!-- Overlays for this XUL file -->
-       <?xul-overlay href="chrome://evergreen/content/patron/patron_search_overlay.xul"?>
-
-       <!-- XUL'ified abstraction for logic to attach to widgets -->
-       <commandset id="universal_cmds" />
-
-       <!-- Accelerator Keys (Accessor Keys are in DTD's) -->
-       <keyset id="PatronSearch_keys" />
-
-       <!-- Layout to be filled in by overlays and javascript -->
-       <box id="PatronSearch_main" />
-
-       <popupset id="universal_popupset" />
-
-</page>
-
diff --git a/Evergreen/staff_client/chrome/content/evergreen/patron/patron_search_results.xul b/Evergreen/staff_client/chrome/content/evergreen/patron/patron_search_results.xul
deleted file mode 100644 (file)
index d37b702..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0"?>
-<!-- Clamlication: Evergreen Staff Client -->
-
-<!-- Localization -->
-<!DOCTYPE page SYSTEM "chrome://evergreen/locale/patron_search_results.dtd">
-
-<page id="patron_search_results_win"
-       orient="vertical" style="overflow: auto" width="800" height="500"
-       sizemode="maximized" persist="width height" 
-       onload="params.w = window; params.paged_tree = 'PatronSearchResults_pagedtree'; params.app = 'PatronSearchResults'; mw.OpenILS_init(params);"
-       onunload="mw.OpenILS_exit(params);"
-       xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
-       <script>mw.sdump('D_TRACE','Loading patron_search_results.xul\n');</script>
-
-       <!-- Stylesheets -->
-       <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
-       <?xml-stylesheet href="chrome://evergreen/skin/evergreen.css" type="text/css"?>
-       <?xml-stylesheet href="chrome://evergreen/skin/patron_search_results.css" type="text/css"?>
-       
-       <!-- Overlays for this XUL file -->
-       <?xul-overlay href="chrome://evergreen/content/patron/patron_search_results_overlay.xul"?>
-
-       <!-- XUL'ified abstraction for logic to attach to widgets -->
-       <commandset id="universal_cmds" />
-
-       <!-- Accelerator Keys (Accessor Keys are in DTD's) -->
-       <keyset id="PatronSearchResults_keys" />
-
-       <!-- Layout to be filled in by overlays and javascript -->
-       <box id="PatronSearchResults_main" />
-
-       <popupset id="universal_popupset" />
-
-</page>
-