From 425a8b8ad672c3a9dcb16898f9392626ebd6ffdd Mon Sep 17 00:00:00 2001 From: dbs Date: Thu, 26 Aug 2010 03:49:20 +0000 Subject: [PATCH] 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 --- Open-ILS/xul/staff_client/server/cat/spine_labels.js | 1 + 1 file changed, 1 insertion(+) 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 da36312222..539a10692e 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); -- 2.11.0