I deleted a chrome version of util_overlay.xul mistakenly thinking it was redundant
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 15 Jan 2009 06:18:30 +0000 (06:18 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 15 Jan 2009 06:18:30 +0000 (06:18 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@11838 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/chrome/content/OpenILS/util_overlay_chrome.xul [new file with mode: 0644]
Open-ILS/xul/staff_client/chrome/content/admin/survey_wizard.xul
Open-ILS/xul/staff_client/chrome/content/cat/opac.xul
Open-ILS/xul/staff_client/chrome/content/main/main.xul
Open-ILS/xul/staff_client/chrome/content/main/menu_frame.xul
Open-ILS/xul/staff_client/chrome/content/util/browser.xul

diff --git a/Open-ILS/xul/staff_client/chrome/content/OpenILS/util_overlay_chrome.xul b/Open-ILS/xul/staff_client/chrome/content/OpenILS/util_overlay_chrome.xul
new file mode 100644 (file)
index 0000000..168e714
--- /dev/null
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<overlay id="openils_util_overlay"
+        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
+
+       <scripts id="openils_util_scripts">
+               <script>dump('starting openils_util_overlay\n');</script>
+               <script type="text/javascript" src="../main/constants.js" />
+               <script type="text/javascript" src="util/utils.js" />
+               <script type="text/javascript" src="util/CGI.js" />
+               <script type="text/javascript" src="util/md5.js" />
+               <script type="text/javascript" src="util/JSON_v1.js" />
+               <script type="text/javascript" src="util/fmall.js" />
+               <script type="text/javascript" src="util/fmgen.js" />
+               <script type="text/javascript" src="util/RemoteRequest.js" />
+               <script type="text/javascript" src="util/OrgTree.js" />
+               <script type="text/javascript" src="util/org_utils.js" />   
+               <script type="text/javascript" src="global_util.js" />   
+               <messagecatalog id="offlineStrings" src='chrome://open_ils_staff_client/locale/offline.properties'/>
+               <script>dump('finished openils_util_overlay\n');</script>
+       </scripts>
+
+</overlay>
+
index a7ec139..1193017 100644 (file)
@@ -4,7 +4,7 @@
 
        <!-- Overlays for this XUL file -->
        <?xul-overlay href="chrome://open_ils_staff_client/content/admin/survey_overlay.xul"?>
-       <?xul-overlay href="chrome://open_ils_staff_client/content/OpenILS/util_overlay.xul"?>
+       <?xul-overlay href="chrome://open_ils_staff_client/content/OpenILS/util_overlay_chrome.xul"?>
 
 <!-- This DTD declaration needs to be fixed for Mozilla locales -->
 <!DOCTYPE wizard SYSTEM "chrome://open_ils_staff_client/locale/lang.dtd">
index 479fb3b..46f7e8f 100644 (file)
@@ -13,7 +13,7 @@
 
 <!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
 <!-- OVERLAYS -->
-<?xul-overlay href="chrome://open_ils_staff_client/content/OpenILS/util_overlay.xul"?>
+<?xul-overlay href="chrome://open_ils_staff_client/content/OpenILS/util_overlay_chrome.xul"?>
 
 <window id="opac_win"
        onload="try { my_init(); } catch(E) { alert(E); }"
index 6b307fc..ebe5e0f 100644 (file)
@@ -15,7 +15,7 @@
 <!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
 <!-- OVERLAYS -->
 <!--
-<?xul-overlay href="chrome://open_ils_staff_client/content/OpenILS/util_overlay.xul"?>
+<?xul-overlay href="chrome://open_ils_staff_client/content/OpenILS/util_overlay_chrome.xul"?>
 -->
 
 <window id="main_win" 
index 6d5ecec..98e6922 100644 (file)
@@ -21,7 +21,7 @@
 <!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
 <!-- OVERLAYS -->
 <?xul-overlay href="chrome://open_ils_staff_client/content/main/menu_frame_overlay.xul"?>
-<?xul-overlay href="chrome://open_ils_staff_client/content/OpenILS/util_overlay.xul"?>
+<?xul-overlay href="chrome://open_ils_staff_client/content/OpenILS/util_overlay_chrome.xul"?>
 <!--
 <?xul-overlay href="/xul/server/main/menu_frame_overlay.xul"?>
 <?xul-overlay href="/xul/server/OpenILS/util_overlay.xul"?>
index 47ea663..9e33902 100644 (file)
@@ -13,7 +13,7 @@
 
 <!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
 <!-- OVERLAYS -->
-<?xul-overlay href="chrome://open_ils_staff_client/content/OpenILS/util_overlay.xul"?>
+<?xul-overlay href="chrome://open_ils_staff_client/content/OpenILS/util_overlay_chrome.xul"?>
 
 <window id="util_browser_win" 
        onload="try { my_init(); font_helper(); } catch(E) { alert(E); }"