From 14b388af1f4977509e16350db330f52b5a416db5 Mon Sep 17 00:00:00 2001 From: senator Date: Mon, 4 Oct 2010 15:40:21 +0000 Subject: [PATCH] Add a control for the hold_priority field in the permission group UI git-svn-id: svn://svn.open-ils.org/ILS/trunk@18150 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/conify/global/permission/grp_tree.html | 19 +++++++++++++++++++ Open-ILS/web/opac/locale/en-US/conify.dtd | 1 + 2 files changed, 20 insertions(+) diff --git a/Open-ILS/web/conify/global/permission/grp_tree.html b/Open-ILS/web/conify/global/permission/grp_tree.html index 6950484030..f55863be5c 100644 --- a/Open-ILS/web/conify/global/permission/grp_tree.html +++ b/Open-ILS/web/conify/global/permission/grp_tree.html @@ -196,6 +196,7 @@ } editor_pane_application_perm.setValue( this.store.getValue( current_group, 'application_perm' ) ); + editor_pane_hold_priority.setValue( this.store.getValue( current_group, 'hold_priority' ) ); editor_pane_usergroup.setChecked( this.store.getValue( current_group, 'usergroup' ) == 't' ? true : false ); ]]> @@ -288,6 +289,24 @@ + &conify.grp_tree.hold_priority.label; + +
+ +
+ + + &conify.grp_tree.parent_group.label;
+ -- 2.11.0