tweaks to billing type admin page
authorGalen Charlton <gmc@esilibrary.com>
Thu, 19 May 2011 16:49:48 +0000 (12:49 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 25 May 2011 14:33:02 +0000 (10:33 -0400)
* remove paginator since all types are show
* set autoHeight to true

Author: Bob Wicksall <bwicksall@pls-net.org>
Signed-off-by: Bob Wicksall <bwicksall@pls-net.org>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/web/templates/default/conify/global/config/billing_type.tt2

index 8811067..f3ddcb6 100644 (file)
             <select dojoType="openils.widget.OrgUnitFilteringSelect" jsId='btContextOrgSelect'
                 searchAttr='shortname' labelAttr='shortname'> </select>
         </div>
+                autoHeight='true'
         <table  jsId="btGrid"
                 dojoType="openils.widget.AutoGrid"
                 fieldOrder="['id', 'name', 'owner', 'default_price']"
                 query="{id: '*'}"
+                hidePaginator='true'
                 defaultCellWidth='20'
                 fmClass='cbt'
                 editOnEnter='true'>