grid width tweaks
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 11 May 2009 01:11:36 +0000 (01:11 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 11 May 2009 01:11:36 +0000 (01:11 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13118 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index b551371..80873b6 100644 (file)
@@ -24,8 +24,7 @@
                 fmClass='cbt'
                 editOnEnter='true'>
             <thead>
-                <tr><th field='owner' get='getOrgInfo'/>
-                </tr>
+                <tr><th field='owner' get='getOrgInfo'/></tr>
             </thead>
         </table>
     </div>
index 7e5daf3..e7ae61e 100644 (file)
                 dojoType="openils.widget.AutoGrid"
                 fieldOrder="['id', 'name', 'label', 'block_list']"
                 query="{name: '*'}"
-                defaultCellWidth='15'
+                defaultCellWidth='"auto"'
                 fmClass='csp'
                 editOnEnter='true'>
             <thead>
-                <tr>
-                    <th field="id" formatter='formatId'/>
-                </tr>
-
+                <tr> <th field="id" formatter='formatId'/> </tr>
             </thead>
         </table>
     </div>