From 71282ba4226ec0f3c31f51fcd5a926e28e87ab4c Mon Sep 17 00:00:00 2001 From: phasefx Date: Mon, 3 Nov 2008 17:08:15 +0000 Subject: [PATCH] backporting tweaks to support xulrunner 1.9 git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4@11033 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/main/data.xul | 31 +++++++++++++--------- .../server/main/gen_offline_widgets.xul | 9 ++++--- Open-ILS/xul/staff_client/server/main/ws_info.xul | 7 ++++- Open-ILS/xul/staff_client/server/skin/global.css | 3 +++ 4 files changed, 34 insertions(+), 16 deletions(-) diff --git a/Open-ILS/xul/staff_client/server/main/data.xul b/Open-ILS/xul/staff_client/server/main/data.xul index b41ebf79c3..6303fe3b07 100644 --- a/Open-ILS/xul/staff_client/server/main/data.xul +++ b/Open-ILS/xul/staff_client/server/main/data.xul @@ -8,8 +8,10 @@ + @@ -40,7 +42,7 @@ - - + + &staff.main.ws_info.entry; diff --git a/Open-ILS/xul/staff_client/server/skin/global.css b/Open-ILS/xul/staff_client/server/skin/global.css index b4c21c011d..8a2f43efb4 100644 --- a/Open-ILS/xul/staff_client/server/skin/global.css +++ b/Open-ILS/xul/staff_client/server/skin/global.css @@ -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; } */ -- 2.11.0