[open-ils-commits] r16158 - trunk/Open-ILS/xul/staff_client/chrome/content/util (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Apr 7 14:16:59 EDT 2010


Author: phasefx
Date: 2010-04-07 14:16:54 -0400 (Wed, 07 Apr 2010)
New Revision: 16158

Modified:
   trunk/Open-ILS/xul/staff_client/chrome/content/util/fm_view.xul
Log:
fix Admin->For Developers->Fieldmapper; global.css is mandatory for <messagecatalog>.  The fieldmapper method here is dangerous, however, and can exhaust memory


Modified: trunk/Open-ILS/xul/staff_client/chrome/content/util/fm_view.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/content/util/fm_view.xul	2010-04-07 18:15:52 UTC (rev 16157)
+++ trunk/Open-ILS/xul/staff_client/chrome/content/util/fm_view.xul	2010-04-07 18:16:54 UTC (rev 16158)
@@ -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"?>



More information about the open-ils-commits mailing list