[open-ils-commits] r17344 - trunk/Open-ILS/xul/staff_client/server/cat (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Aug 25 23:49:23 EDT 2010


Author: dbs
Date: 2010-08-25 23:49:20 -0400 (Wed, 25 Aug 2010)
New Revision: 17344

Modified:
   trunk/Open-ILS/xul/staff_client/server/cat/spine_labels.js
Log:
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.


Modified: trunk/Open-ILS/xul/staff_client/server/cat/spine_labels.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/spine_labels.js	2010-08-26 03:07:39 UTC (rev 17343)
+++ trunk/Open-ILS/xul/staff_client/server/cat/spine_labels.js	2010-08-26 03:49:20 UTC (rev 17344)
@@ -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);
 



More information about the open-ils-commits mailing list