From: phasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Wed, 7 Apr 2010 18:16:54 +0000 (+0000)
Subject: fix Admin->For Developers->Fieldmapper; global.css is mandatory for <messagecatalog... 
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=61956cdb47ebb6755d56322ba68a452062c91a7b;p=evergreen%2Fmasslnc.git

fix Admin->For Developers->Fieldmapper; global.css is mandatory for <messagecatalog>.  The fieldmapper method here is dangerous, however, and can exhaust memory


git-svn-id: svn://svn.open-ils.org/ILS/trunk@16158 dcc99617-32d9-48b4-a31d-7c20da2025e4
---

diff --git a/Open-ILS/xul/staff_client/chrome/content/util/fm_view.xul b/Open-ILS/xul/staff_client/chrome/content/util/fm_view.xul
index d53898bc47..45047114b4 100644
--- a/Open-ILS/xul/staff_client/chrome/content/util/fm_view.xul
+++ b/Open-ILS/xul/staff_client/chrome/content/util/fm_view.xul
@@ -4,7 +4,7 @@
 
 <!-- Stylesheets -->
 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
-<?xml-stylesheet href="chrome://open_ils_staff_client/skin/global.css" type="text/css"?>
+<?xml-stylesheet href="/xul/server/skin/global.css" type="text/css"?>
 
 <!-- OVERLAYS -->
 <?xul-overlay href="/xul/server/OpenILS/util_overlay.xul"?>