From: dbs Date: Thu, 26 Aug 2010 03:49:20 +0000 (+0000) Subject: Provide a visual delimiter for the spine/pocket label groupbox X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=425a8b8ad672c3a9dcb16898f9392626ebd6ffdd;p=evergreen%2Fbjwebb.git Provide a visual delimiter for the spine/pocket label groupbox This just wraps a black border around the area where users edit the spine/pocket label, to give an idea of the area that can be edited according to the line width / length settings. git-svn-id: svn://svn.open-ils.org/ILS/trunk@17344 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/cat/spine_labels.js b/Open-ILS/xul/staff_client/server/cat/spine_labels.js index da3631222..539a10692 100644 --- a/Open-ILS/xul/staff_client/server/cat/spine_labels.js +++ b/Open-ILS/xul/staff_client/server/cat/spine_labels.js @@ -130,6 +130,7 @@ var gb = document.createElement('groupbox'); hb.appendChild(gb); gb.setAttribute('id','acn_' + g.volumes[i].id()); + gb.setAttribute('style','border: solid black 2px'); generate_labels(g.volumes[i], gb, label_cfg, override);