[open-ils-commits] r13391 - branches/rel_1_6_0/Open-ILS/web/templates/default/conify/global/config (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Jun 15 13:26:34 EDT 2009
Author: erickson
Date: 2009-06-15 13:26:32 -0400 (Mon, 15 Jun 2009)
New Revision: 13391
Modified:
branches/rel_1_6_0/Open-ILS/web/templates/default/conify/global/config/circ_matrix_matchpoint.tt2
branches/rel_1_6_0/Open-ILS/web/templates/default/conify/global/config/hold_matrix_matchpoint.tt2
Log:
remove suppress fields and default to user's pref via column picker. added column picker to hold config interface
Modified: branches/rel_1_6_0/Open-ILS/web/templates/default/conify/global/config/circ_matrix_matchpoint.tt2
===================================================================
--- branches/rel_1_6_0/Open-ILS/web/templates/default/conify/global/config/circ_matrix_matchpoint.tt2 2009-06-15 17:25:44 UTC (rev 13390)
+++ branches/rel_1_6_0/Open-ILS/web/templates/default/conify/global/config/circ_matrix_matchpoint.tt2 2009-06-15 17:26:32 UTC (rev 13391)
@@ -10,7 +10,6 @@
autoHeight='true'
dojoType="openils.widget.AutoGrid"
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'
Modified: branches/rel_1_6_0/Open-ILS/web/templates/default/conify/global/config/hold_matrix_matchpoint.tt2
===================================================================
--- branches/rel_1_6_0/Open-ILS/web/templates/default/conify/global/config/hold_matrix_matchpoint.tt2 2009-06-15 17:25:44 UTC (rev 13390)
+++ branches/rel_1_6_0/Open-ILS/web/templates/default/conify/global/config/hold_matrix_matchpoint.tt2 2009-06-15 17:26:32 UTC (rev 13391)
@@ -19,12 +19,13 @@
autoHeight='true'
dojoType="openils.widget.AutoGrid"
fieldOrder="['id', 'user_home_ou', 'request_ou', 'pickup_ou', 'item_owning_ou', 'item_circ_ou', 'usr_grp', 'requestor_grp', 'circ_modifier']"
- suppressFields="['holdable', 'max_holds', 'transit_range', 'include_frozen_holds', 'stop_blocked_user', 'age_hold_protect_rule' ]"
defaultCellWidth='"auto"'
query="{id: '*'}"
fmClass='chmm'
editStyle='pane'
- editOnEnter='true'>
+ editOnEnter='true'
+ showColumnPicker='true'
+ columnPickerPrefix='"conify.config.hold_matrix_matchpoint"'>
</table>
<div/>
</div>
More information about the open-ils-commits
mailing list