[open-ils-commits] r10982 - branches/rel_1_4/Open-ILS/web/vandelay/inc
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Oct 29 17:39:39 EDT 2008
Author: erickson
Date: 2008-10-29 17:39:34 -0400 (Wed, 29 Oct 2008)
New Revision: 10982
Modified:
branches/rel_1_4/Open-ILS/web/vandelay/inc/queue.xml
Log:
leave the dynamic/variable-size data left-justified for faster top/bottom visual scanning
Modified: branches/rel_1_4/Open-ILS/web/vandelay/inc/queue.xml
===================================================================
--- branches/rel_1_4/Open-ILS/web/vandelay/inc/queue.xml 2008-10-29 18:37:50 UTC (rev 10981)
+++ branches/rel_1_4/Open-ILS/web/vandelay/inc/queue.xml 2008-10-29 21:39:34 UTC (rev 10982)
@@ -13,20 +13,21 @@
var vlQueueGridLayout;
function resetVlQueueGridLayout() {
vlQueueGridLayout = [{
- defaultCell: {styles: 'text-align: center;'},
+ //defaultCell: {styles: 'text-align: center;'},
cells : [[
{name: '<input id="vl-queue-grid-row-selector" type="checkbox" onclick="vlToggleQueueGridSelect();"/>',
- get: vlQueueGridDrawSelectBox },
+ get: vlQueueGridDrawSelectBox, styles : 'text-align: center;' },
{ name: '&vandelay.view.marc;',
- get: vlGetViewMARC,
+ get: vlGetViewMARC, styles : 'text-align: center;',
value:'<a href="javascript:void(0);" onclick="vlLoadMARCHtml(RECID, false, '+
'function(){displayGlobalDiv(\'vl-queue-div\');});">&vandelay.view.marc;</a>'
},
{ name: '&vandelay.matches;',
- get: vlGetViewMatches,
+ get: vlGetViewMatches, styles : 'text-align: center;',
value:'<a href="javascript:void(0);" onclick="vlLoadMatchUI(RECID);">&vandelay.matches;</a>'
},
- {name: '&vandelay.import.time;', field:'import_time', get:vlGetDateTimeField, selectableColumn:true}
+ {name: '&vandelay.import.time;', field:'import_time', styles : 'text-align: center;',
+ get:vlGetDateTimeField, selectableColumn:true}
]]
}];
}
More information about the open-ils-commits
mailing list