}
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 );
]]>
</td>
</tr>
<tr>
+ <th>&conify.grp_tree.hold_priority.label;</th>
+ <td>
+ <div
+ id="editor_pane_hold_priority"
+ dojoType="dijit.form.NumberSpinner"
+ jsId="editor_pane_hold_priority"
+ >
+ <script type="dojo/connect" event="onChange">
+<![CDATA[
+ if (current_group && this.getValue()) {
+ group_store.setValue( current_group, "hold_priority", this.getValue() );
+ }
+]]>
+ </script>
+ </div>
+ </td>
+ </tr>
+ <tr>
<th>&conify.grp_tree.parent_group.label;</th>
<td>
<div
<!ENTITY conify.grp_tree.group_name.label "Group Name">
<!ENTITY conify.grp_tree.description.label "Description">
<!ENTITY conify.grp_tree.permission_interval.label "Permission Interval">
+ <!ENTITY conify.grp_tree.hold_priority.label "Hold Priority">
<!ENTITY conify.grp_tree.editing_permission.label "Editing Permission">
<!ENTITY conify.grp_tree.parent_group.label "Parent Group">
<!ENTITY conify.grp_tree.user_group.label "User Group">