From 0423461d3e8e97cbfde704637e418d1646b0345c Mon Sep 17 00:00:00 2001 From: phasefx Date: Tue, 5 Oct 2010 15:16:42 +0000 Subject: [PATCH] more classname hooks for local CSS to latch on to if needed For example, you may have a server/skin/global_custom.css containing: .hide_patron_credit { display: none } .hide_patron_work{ display: none } .hide_patron_goods { display: none } git-svn-id: svn://svn.open-ils.org/ILS/trunk@18169 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/patron/bill2.xul | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Open-ILS/xul/staff_client/server/patron/bill2.xul b/Open-ILS/xul/staff_client/server/patron/bill2.xul index 97dd4b9327..7366227ead 100644 --- a/Open-ILS/xul/staff_client/server/patron/bill2.xul +++ b/Open-ILS/xul/staff_client/server/patron/bill2.xul @@ -93,13 +93,13 @@