[open-ils-commits] r11020 - in trunk/Open-ILS/xul/staff_client/server: main skin

svn at svn.open-ils.org svn at svn.open-ils.org
Sat Nov 1 20:27:07 EDT 2008


Author: phasefx
Date: 2008-11-01 20:27:06 -0400 (Sat, 01 Nov 2008)
New Revision: 11020

Modified:
   trunk/Open-ILS/xul/staff_client/server/main/data.xul
   trunk/Open-ILS/xul/staff_client/server/skin/global.css
Log:
this seems to let the client work with xulrunner 1.9, though the collapsible groupboxes aren't working (the bindings make reference to chrome, and xr1.9 doesn't seem to like any mingling of chrome and remote xul.

Modified: trunk/Open-ILS/xul/staff_client/server/main/data.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/main/data.xul	2008-11-01 13:44:14 UTC (rev 11019)
+++ trunk/Open-ILS/xul/staff_client/server/main/data.xul	2008-11-02 00:27:06 UTC (rev 11020)
@@ -8,8 +8,10 @@
 <!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
 <!-- PRESENTATION -->
 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
+<!-- xulrunner 1.9 doesn't like this mixing of chrome and remote
 <?xml-stylesheet href="chrome://open_ils_staff_client/skin/global.css" type="text/css"?>
 <?xml-stylesheet href="chrome://open_ils_staff_client/skin/auth.css" type="text/css"?>
+-->
 <!-- Load these just to cache them -->
 <?xml-stylesheet href="/xul/server/skin/global.css" type="text/css"?>
 <?xml-stylesheet href="/xul/server/skin/cat.css" type="text/css"?>
@@ -40,7 +42,7 @@
 	<script type="text/javascript">var myPackageDir = 'open_ils_staff_client'; var IAMXUL = true; var g = {};</script>
 	<scripts id="openils_util_scripts"/>
 
-	<script type="text/javascript" src="chrome://open_ils_staff_client/content/main/JSAN.js"/>
+	<script type="text/javascript" src="/xul/server/main/JSAN.js"/>
 	<script>
 	<![CDATA[
 

Modified: trunk/Open-ILS/xul/staff_client/server/skin/global.css
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/skin/global.css	2008-11-01 13:44:14 UTC (rev 11019)
+++ trunk/Open-ILS/xul/staff_client/server/skin/global.css	2008-11-02 00:27:06 UTC (rev 11020)
@@ -1,6 +1,9 @@
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 
 @namespace html url("http://www.w3.org/TR/REC-html40"); 
 
+messagecatalog { -moz-binding: url('/xul/server/main/bindings.xml#messagecatalog'); }
+.shrinkable_groupbox { font-weight: bold; -moz-binding: url('/xul/server/main/bindings.xml#caption'); }
+
 /*
 * { font-size-adjust: .5; }
 */



More information about the open-ils-commits mailing list