[Rt-users] Custom Statuses

Sergey Gurov cec2000 at mail.ru
Fri Apr 16 11:14:10 EDT 2004


One more patch for custom statuses follows.

Sergey.


diff -u --recursive -ba Update.html new/Update.html  >Update.html.patch
--- Update.html Fri Apr 05 19:24:57 2002
+++ new/Update.html     Fri Apr 16 15:22:44 2004
@@ -58,7 +58,12 @@
 <& /Elements/MessageBox, Name=>"UpdateContent",
QuoteTransaction=>$ARGS{QuoteTransaction} &>
                <INPUT TYPE=HIDDEN NAME=id VALUE="<%$Ticket->Id%>"><br>
 
-
+% if ($DefaultStatus eq 'resolved') {
+<br>
+<& /Elements/TitleBoxStart, title => 'Select Keywords', width=>'50%',
color =>"#993333"&>
+<& Elements/EditKeywordSelects, TicketObj=>$Ticket &>
+<& /Elements/TitleBoxEnd &>
+% }
 
 
 <& /Elements/TitleBoxEnd &>




More information about the rt-users mailing list