[open-ils-commits] r18492 - branches/rel_2_0/Open-ILS/web/templates/default/conify/global/acq (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Oct 27 11:26:53 EDT 2010


Author: erickson
Date: 2010-10-27 11:26:50 -0400 (Wed, 27 Oct 2010)
New Revision: 18492

Modified:
   branches/rel_2_0/Open-ILS/web/templates/default/conify/global/acq/distribution_formula.tt2
Log:
added grid autoHeight to distrib formula page to prevent the grid from consuming the whole page

Modified: branches/rel_2_0/Open-ILS/web/templates/default/conify/global/acq/distribution_formula.tt2
===================================================================
--- branches/rel_2_0/Open-ILS/web/templates/default/conify/global/acq/distribution_formula.tt2	2010-10-27 15:26:22 UTC (rev 18491)
+++ branches/rel_2_0/Open-ILS/web/templates/default/conify/global/acq/distribution_formula.tt2	2010-10-27 15:26:50 UTC (rev 18492)
@@ -38,6 +38,7 @@
                 query="{id: '*'}"
                 defaultCellWidth='12'
                 fmClass='acqdf'
+                autoHeight='true'
                 editOnEnter='true'>
             <thead>
                 <tr>



More information about the open-ils-commits mailing list