<& /Elements/Header, Title => 'Modify dates for #'. $TicketObj->Id &> <& /Ticket/Elements/Tabs, Ticket => $TicketObj, current_tab => "Ticket/ModifyDates.html?id=".$TicketObj->Id &> <& /Elements/ListActions, actions => \@results &>
<& /Elements/TitleBoxStart, title => 'Modify dates for ticket #'.$TicketObj->Id, width => "100%", color => "#663366" &> <& Elements/EditDates, TicketObj => $TicketObj &> <& /Elements/TitleBoxEnd &> <& /Elements/Submit, color => "#663366" &>
<%INIT> my $TicketObj = LoadTicket($id); my @results = ProcessTicketDates( TicketObj => $TicketObj, ARGSRef => \%ARGS); <%ARGS> $id => undef