[open-ils-commits] r14490 - branches/rel_1_6_0/Open-ILS/web/templates/default/vandelay/inc (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Oct 19 11:06:21 EDT 2009


Author: erickson
Date: 2009-10-19 11:06:18 -0400 (Mon, 19 Oct 2009)
New Revision: 14490

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

Modified: branches/rel_1_6_0/Open-ILS/web/templates/default/vandelay/inc/queue.tt2
===================================================================
--- branches/rel_1_6_0/Open-ILS/web/templates/default/vandelay/inc/queue.tt2	2009-10-19 15:06:12 UTC (rev 14489)
+++ branches/rel_1_6_0/Open-ILS/web/templates/default/vandelay/inc/queue.tt2	2009-10-19 15:06:18 UTC (rev 14490)
@@ -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