remove autoWidth from the circ matrix grid so that it is viewable
authorJason Etheridge <jason@esilibrary.com>
Wed, 25 May 2011 15:04:54 +0000 (11:04 -0400)
committerJason Etheridge <jason@esilibrary.com>
Wed, 25 May 2011 15:04:54 +0000 (11:04 -0400)
Open-ILS/web/templates/default/conify/global/config/circ_matrix_matchpoint.tt2

index a35282e..42e7497 100644 (file)
@@ -8,7 +8,6 @@
 <div dojoType="dijit.layout.ContentPane" layoutAlign="client">
     <table  jsId="cmGrid"
             autoHeight='true'
-            autoWidth='true'
             dojoType="openils.widget.AutoGrid"
             fieldOrder="['id', 'active', 'grp', 'org_unit', 'copy_circ_lib', 'copy_owning_lib', 'user_home_ou', 'is_renewal', 'juvenile_flag', 'circ_modifier', 'marc_type', 'marc_form', 'marc_bib_level', 'marc_vr_format', 'ref_flag', 'usr_age_lower_bound', 'usr_age_upper_bound', 'circulate', 'duration_rule', 'renewals', 'hard_due_date', 'recurring_fine_rule', 'grace_period', 'max_fine_rule', 'available_copy_hold_ratio', 'total_copy_hold_ratio', 'script_test']"
             defaultCellWidth='"auto"'