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