[open-ils-commits] r14488 - trunk/Open-ILS/web/templates/default/vandelay/inc (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Oct 19 11:05:57 EDT 2009


Author: erickson
Date: 2009-10-19 11:05:54 -0400 (Mon, 19 Oct 2009)
New Revision: 14488

Modified:
   trunk/Open-ILS/web/templates/default/vandelay/inc/queue.tt2
Log:
authority record queue needs autoheight to render

Modified: trunk/Open-ILS/web/templates/default/vandelay/inc/queue.tt2
===================================================================
--- trunk/Open-ILS/web/templates/default/vandelay/inc/queue.tt2	2009-10-19 13:49:11 UTC (rev 14487)
+++ trunk/Open-ILS/web/templates/default/vandelay/inc/queue.tt2	2009-10-19 15:05:54 UTC (rev 14488)
@@ -123,7 +123,7 @@
 
 <!-- Auth Queue Grid -->
 <div class='' id='vl-auth-queue-grid-wrapper' dojoType='dijit.layout.ContentPane'>
-    <table dojoType='dojox.grid.DataGrid' jsId='vlAuthQueueGrid' query="{id:'*'}"> 
+    <table dojoType='dojox.grid.DataGrid' jsId='vlAuthQueueGrid' query="{id:'*'}" autoHeight='true'> 
         <thead>
             <tr>
                 <th 



More information about the open-ils-commits mailing list