better match grid height handling
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 14 May 2009 14:29:26 +0000 (14:29 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 14 May 2009 14:29:26 +0000 (14:29 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13160 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/templates/default/vandelay/inc/matches.tt2

index 3c43bbb..16759ea 100644 (file)
     }
 </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>