From 3ef62a0570055da710328937e7f65dbb2c027c62 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 12 Aug 2002 06:17:09 +0000 Subject: import rt 2.0.14 --- rt/webrt/Ticket/Elements/EditBasics | 62 +++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100755 rt/webrt/Ticket/Elements/EditBasics (limited to 'rt/webrt/Ticket/Elements/EditBasics') diff --git a/rt/webrt/Ticket/Elements/EditBasics b/rt/webrt/Ticket/Elements/EditBasics new file mode 100755 index 000000000..12142879e --- /dev/null +++ b/rt/webrt/Ticket/Elements/EditBasics @@ -0,0 +1,62 @@ + + + + + + + + + + + + +
+ Subject
+ +
+<& /Elements/ShadedBox, + title => 'Status', + content => $SelectStatus +&> + + +<& /Elements/ShadedBox, + title => 'Time Worked', + content => "TimeWorked."\" SIZE=5>" +&> + + +<& /Elements/ShadedBox, + title => 'Time Left', + content => "TimeLeft."\" SIZE=5>" +&> + +<& /Elements/ShadedBox, + title => 'Priority', + content => "Priority."\" SIZE=3>" +&> + + +<& /Elements/ShadedBox, + title => 'Final Priority', + content => "FinalPriority."\" SIZE=3>" +&> + + + +<& /Elements/ShadedBox, + title => 'Queue', + content => "$SelectQueue" + &> +
+ +<%INIT> +#It's hard to do this inline, so we'll preload the html of the selectstatus in here. +my $SelectStatus = $m->scomp("/Elements/SelectStatus", Name => 'Status', Default=> $TicketObj->Status); +my $SelectQueue = $m->scomp("/Elements/SelectQueue", Name => 'Queue', Default =>$TicketObj->QueueObj->Id); + + +<%ARGS> + +$TicketObj => undef + -- cgit v1.2.1