From 7a19d36c1f26fc4e31136dbaa0e9a444e0e76eb7 Mon Sep 17 00:00:00 2001 From: phasefx Date: Thu, 22 Oct 2009 07:09:54 +0000 Subject: [PATCH] inline style here no longer works in xulrunner 1.9 for some reason git-svn-id: svn://svn.open-ils.org/ILS/trunk@14554 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/content/util/network.js | 2 +- Open-ILS/xul/staff_client/server/skin/global.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/chrome/content/util/network.js b/Open-ILS/xul/staff_client/chrome/content/util/network.js index e3f77fd680..5aab089535 100644 --- a/Open-ILS/xul/staff_client/chrome/content/util/network.js +++ b/Open-ILS/xul/staff_client/chrome/content/util/network.js @@ -428,7 +428,7 @@ util.network.prototype = { var t3 = String((override_params.text[r[i].ilsevent] ? override_params.text[r[i].ilsevent](r[i]) : '')).replace(/&/g,'&').replace(//g,'>'); var t4 = String(r[i].desc).replace(/&/g,'&').replace(//g,'>'); xml += '' + - '' + t2 + '' + + '' + t2 + '' + '' + t3 + '' + '' + '' + t4 + '' + ''; } diff --git a/Open-ILS/xul/staff_client/server/skin/global.css b/Open-ILS/xul/staff_client/server/skin/global.css index 2f9aaa7d1f..22c405eae9 100644 --- a/Open-ILS/xul/staff_client/server/skin/global.css +++ b/Open-ILS/xul/staff_client/server/skin/global.css @@ -115,3 +115,7 @@ listitem { border-bottom: solid thin black; } */ .edit_hold_range { display: none; } .edit_hold_focus { display: none; } + +.oils_event { color: red; } + + -- 2.43.2