This commit was generated by cvs2svn to compensate for changes in r2523,
[freeside.git] / rt / webrt / Admin / Elements / ModifyQueue
1
2 <& /Elements/TitleBoxStart, title => 'Editing Configuration for queue '.$QueueObj->Id &>
3
4 <FORM ACTION="<%$RT::WebPath%>/Admin/Queues/Modify.html" METHOD=POST>
5 <INPUT TYPE=HIDDEN NAME=id VALUE="<%$QueueObj->Id%>">
6 <TABLE>
7 <TR><TD ALIGN=RIGHT>
8 Queue Name: 
9 </TD>
10 <TD><INPUT name="Name" value="<%$QueueObj->Name%>"></TD>
11 </TR><TR>
12 <TD ALIGN=RIGHT>
13 Description:</TD><TD COLSPAN=3><INPUT name="Description" value="<%$QueueObj->Description%>" size=60></TD></TR>
14 <TR>
15 <TD ALIGN=RIGHT>
16 Correspondence Address:
17 </TD><TD>
18 <INPUT name="CorrespondAddress" value="<%$QueueObj->CorrespondAddress%>">
19 </TD>
20 <TD ALIGN=RIGHT>
21
22 Comment Address: </TD><TD>
23 <INPUT NAME="CommentAddress" value="<%$QueueObj->CommentAddress%>">
24 </TD>
25 </TR><TR>
26
27 <TD ALIGN=RIGHT>
28 Priority starts at: 
29 </TD><TD><INPUT NAME="InitialPriority" value="<%$QueueObj->InitialPriority %>">
30 </TD>
31 <TD ALIGN=RIGHT>
32 Over time, priority moves toward:
33 </TD><TD><INPUT NAME="FinalPriority" value="<%$QueueObj->FinalPriority %>">
34 </TD>
35 </TR>
36 <TR>
37 <TD ALIGN=RIGHT>
38 Requests should be due in:
39 </TD><TD>
40 <INPUT NAME="DefaultDueIn" VALUE="<%$QueueObj->DefaultDueIn%>"> days.
41 </TD>
42 </TR>
43 </TABLE>
44 <& /Elements/Submit &>
45 </form>
46 <& /Elements/TitleBoxEnd &>
47
48 <%INIT>
49
50 </%INIT>
51
52 <%ARGS>
53
54
55 $QueueObj => undef
56 </%ARGS>