[open-ils-commits] r13118 - trunk/Open-ILS/web/templates/default/conify/global/config (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Sun May 10 21:11:37 EDT 2009


Author: erickson
Date: 2009-05-10 21:11:36 -0400 (Sun, 10 May 2009)
New Revision: 13118

Modified:
   trunk/Open-ILS/web/templates/default/conify/global/config/billing_type.tt2
   trunk/Open-ILS/web/templates/default/conify/global/config/standing_penalty.tt2
Log:
grid width tweaks

Modified: trunk/Open-ILS/web/templates/default/conify/global/config/billing_type.tt2
===================================================================
--- trunk/Open-ILS/web/templates/default/conify/global/config/billing_type.tt2	2009-05-11 01:10:59 UTC (rev 13117)
+++ trunk/Open-ILS/web/templates/default/conify/global/config/billing_type.tt2	2009-05-11 01:11:36 UTC (rev 13118)
@@ -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>

Modified: trunk/Open-ILS/web/templates/default/conify/global/config/standing_penalty.tt2
===================================================================
--- trunk/Open-ILS/web/templates/default/conify/global/config/standing_penalty.tt2	2009-05-11 01:10:59 UTC (rev 13117)
+++ trunk/Open-ILS/web/templates/default/conify/global/config/standing_penalty.tt2	2009-05-11 01:11:36 UTC (rev 13118)
@@ -50,14 +50,11 @@
                 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>



More information about the open-ils-commits mailing list