From: phasefx Date: Fri, 21 Dec 2007 06:55:05 +0000 (+0000) Subject: oops, disable these widgets until the native-evergreen-catalog virtual z-service... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=934b49f4880edf07b54c3af44e65f434c1cbe9fb;p=Evergreen.git oops, disable these widgets until the native-evergreen-catalog virtual z-service is in trunk git-svn-id: svn://svn.open-ils.org/ILS/trunk@8264 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/skin/global.css b/Open-ILS/xul/staff_client/server/skin/global.css index 78f1ca7d20..6920684d4e 100644 --- a/Open-ILS/xul/staff_client/server/skin/global.css +++ b/Open-ILS/xul/staff_client/server/skin/global.css @@ -89,3 +89,10 @@ listitem { border-bottom: solid thin black; } .copy_editor_field_changed { background: lightgreen; } +/* + * oops, disable these until the native evergreen catalog z-source is in trunk/ + */ + +checkbox[id="native-evergreen-catalog_service"] { display: none; } +textbox[id="native-evergreen-catalog_username"] { display: none; } +textbox[id="native-evergreen-catalog_password"] { display: none; }