[open-ils-commits] r10983 - trunk/Open-ILS/web/vandelay/inc

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Oct 29 17:39:56 EDT 2008


Author: erickson
Date: 2008-10-29 17:39:51 -0400 (Wed, 29 Oct 2008)
New Revision: 10983

Modified:
   trunk/Open-ILS/web/vandelay/inc/queue.xml
Log:
leave the dynamic/variable-size data left-justified for faster top/bottom visual scanning

Modified: trunk/Open-ILS/web/vandelay/inc/queue.xml
===================================================================
--- trunk/Open-ILS/web/vandelay/inc/queue.xml	2008-10-29 21:39:34 UTC (rev 10982)
+++ trunk/Open-ILS/web/vandelay/inc/queue.xml	2008-10-29 21:39:51 UTC (rev 10983)
@@ -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