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

svn at svn.open-ils.org svn at svn.open-ils.org
Thu May 14 10:29:28 EDT 2009


Author: erickson
Date: 2009-05-14 10:29:26 -0400 (Thu, 14 May 2009)
New Revision: 13160

Modified:
   trunk/Open-ILS/web/templates/default/vandelay/inc/matches.tt2
Log:
better match grid height handling

Modified: trunk/Open-ILS/web/templates/default/vandelay/inc/matches.tt2
===================================================================
--- trunk/Open-ILS/web/templates/default/vandelay/inc/matches.tt2	2009-05-14 11:33:33 UTC (rev 13159)
+++ trunk/Open-ILS/web/templates/default/vandelay/inc/matches.tt2	2009-05-14 14:29:26 UTC (rev 13160)
@@ -32,12 +32,14 @@
     }
 </script>
 <h1>&vandelay.import.matches;</h1><br/>
-<div>
+
+<div dojoType="dijit.layout.ContentPane" layoutAlign='client'>
     <button dojoType='dijit.form.Button' 
         onclick="displayGlobalDiv('vl-queue-div');">&#x2196; &vandelay.back.to.import.queue;</button>
 </div>
-<div class='tall'>
-    <table dojoType='dojox.grid.DataGrid' jsId='vlMatchGrid' query='{id:"*"}'> 
+
+<div dojoType="dijit.layout.ContentPane" layoutAlign='client'>
+    <table dojoType='dojox.grid.DataGrid' jsId='vlMatchGrid' query='{id:"*"}' autoHeight='true'> 
     </table>
 </div>
 



More information about the open-ils-commits mailing list