From: senator Date: Mon, 4 Oct 2010 19:49:23 +0000 (+0000) Subject: Backport r18150: Hold priority control X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4211d222f90cd5b67ad2a3ba390b880341494454;p=Evergreen.git Backport r18150: Hold priority control git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@18162 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/conify/global/permission/grp_tree.html b/Open-ILS/web/conify/global/permission/grp_tree.html index 8809a3b267..94a4481001 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;
+