grid height fixes, added class label
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 11 May 2009 01:33:59 +0000 (01:33 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 11 May 2009 01:33:59 +0000 (01:33 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13120 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/templates/default/conify/global/config/idl_field_doc.tt2

index 8fbedeb..a7d1d76 100644 (file)
@@ -4,23 +4,26 @@
     <tr>
         <td align='left'><h3>Field Documentation</h3></td>
         <td align='right'>
+            <span>Class:</span>
             <span dojoType='dijit.form.FilteringSelect' jsId='fmClassSelector'></span>
             <button dojoType='dijit.form.Button' onClick='fdocGrid.showCreateDialog()'>New</button>
         </td>
     </tr>
 </table>
-<div dojoType="dijit.layout.ContentPane" layoutAlign="client" style='height:90%'>
+<div dojoType="dijit.layout.ContentPane" layoutAlign="client">
     <table  jsId="fdocGrid" 
+            autoHeight='true'
             dojoType="openils.widget.AutoGrid" 
-            fieldOrder="['id', 'fm_class', 'field', 'owner', 'string']"
+            fieldOrder="['id', 'fm_class', 'owner', 'field', 'string']"
             query="{id: '*'}" 
             fmClass='fdoc'
-            defaultCellWidth='12'
+            defaultCellWidth='15'
             editOnEnter='true'>
         <thead>
             <tr><th field='string' width='auto'/></tr>
         </thead>
     </table>
+    <div/>
 </div>
 <div class='hidden'>
     <span dojoType='dijit.form.FilteringSelect' jsId='editClassSelector'></span>