%# $Header: /raid/cvsroot/rt/webrt/Ticket/Create.html,v 1.2 2001/11/06 23:07:07 jesse Exp $ %# Copyright 1996-2000 Jesse Vincent <& /Elements/Header, Title => loc("Create a new ticket") &> <& /Elements/Tabs, current_toptab => "Ticket/Create.html" &>
[<&|/l&>Show basics] [<&|/l&>Show details]
<& /Elements/TitleBoxStart, contentbg => "#cccccc", title => loc("Create a new ticket") &>
<&|/l&>Queue <% $QueueObj->Name %> <&|/l&>Status: <& /Elements/SelectStatus, Name => "Status", Default=> 'new' &> <&|/l&>Owner: <& /Elements/SelectOwner, Name => "ValueOfOwner", QueueObj => $QueueObj &>
<&|/l&>Requestors:
<&|/l&>Cc:
<&|/l&>Admin Cc:
<&|/l&>Subject:
<&|/l&>Attach file:
<&|/l&>Describe the issue below:
<& /Elements/MessageBox, QuoteTransaction => $QuoteTransaction &>
<& /Elements/TitleBoxEnd &> <& /Elements/Submit, Label => loc("Create")&>






















































[<&|/l&>Show basics] [<&|/l&>Show details]
<& /Elements/TitleBoxStart, title => loc('The Basics'), title_class=> 'inverse', color => "#993333" &>
<&|/l&>Priority:
<&|/l&>Final Priority:
<&|/l&>Time Worked:
<&|/l&>Time Left:
<& /Elements/TitleBoxEnd &>

<& /Elements/TitleBoxEnd &>
<& /Elements/TitleBoxStart, title => loc("Dates"), title_class=> 'inverse', color => "#663366" &>
<&|/l&>Starts:
<&|/l&>Due:
<& /Elements/TitleBoxEnd &>
<& /Elements/TitleBoxStart, title => loc('Relationships'), title_class=> 'inverse', titleright => '', color=> "#336633" &> <&|/l&>(Enter ticket ids or URLs, seperated with spaces)
<&|/l&>Depends on
<&|/l&>Depended on by
<&|/l&>Parents
<&|/l&>Children
<&|/l&>Refers to
<&|/l&>Referred to by
<& /Elements/TitleBoxEnd &>
<& /Elements/Submit, Label => loc("Create") &>






















































<%INIT> my $QueueObj = new RT::Queue($session{'CurrentUser'}); $QueueObj->Load($Queue) || Abort("Queue could not be loaded."); <%ARGS> $DependsOn => undef $DependedOnBy => undef $MemberOf => undef $QuoteTransaction => undef $Queue => undef