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

svn at svn.open-ils.org svn at svn.open-ils.org
Tue May 26 13:47:13 EDT 2009


Author: erickson
Date: 2009-05-26 13:47:10 -0400 (Tue, 26 May 2009)
New Revision: 13235

Modified:
   trunk/Open-ILS/web/templates/default/conify/global/config/circ_matrix_matchpoint.tt2
Log:
turn on column picker

Modified: trunk/Open-ILS/web/templates/default/conify/global/config/circ_matrix_matchpoint.tt2
===================================================================
--- trunk/Open-ILS/web/templates/default/conify/global/config/circ_matrix_matchpoint.tt2	2009-05-26 17:46:50 UTC (rev 13234)
+++ trunk/Open-ILS/web/templates/default/conify/global/config/circ_matrix_matchpoint.tt2	2009-05-26 17:47:10 UTC (rev 13235)
@@ -18,13 +18,15 @@
     <table  jsId="cmGrid"
             autoHeight='true'
             dojoType="openils.widget.AutoGrid"
-            fieldOrder="['id', 'active', 'org_unit', 'grp', 'circ_modifier', 'marc_type', 'marc_form', 'marc_vr_format']"
+            fieldOrder="['org_unit', 'active', 'grp', 'circ_modifier', 'marc_type', 'marc_form', 'marc_vr_format']"
             suppressFields="['circulate', 'duration_rule', 'max_fine_rule', 'recurring_fine_rule', 'script_test']"
             defaultCellWidth='"auto"'
             query="{id: '*'}"
             fmClass='ccmm'
             editStyle='pane'
-            editOnEnter='true'>
+            editOnEnter='true'
+            showColumnPicker='true'
+            columnPickerPrefix='"conify.config.circ_matrix_matchpoint"'>
     </table>
   </div>
 [% END %]



More information about the open-ils-commits mailing list