%# $Header: /raid/cvsroot/rt/webrt/Ticket/Attic/Create.html,v 1.1.2.13 2001/01/03 02:45:16 jesse Exp $ %# Copyright 1996-2000 Jesse Vincent <& /Elements/Header, Title => "Create a new ticket" &> <& /Elements/Tabs, current_toptab => "Ticket/Create.html" &>
<& /Elements/TitleBoxStart, contentbg => "#cccccc", title => "Create a new ticket"&> %# I'm diking these out until we get things a bit more settled. (post 2.0) % if (0) { % } %#TODO: support for uploading attachments % if (0){ % }
Queue <% $QueueObj->QueueId %> Status: <& /Elements/SelectStatus, Name => "Status", Default=> 'new' &> Owner: <& /Elements/SelectOwner, Name => "ValueOfOwner", QueueObj => $QueueObj &>
Requestors:
Cc:
Subject:
Relationships
Depended on by:
Depends on:
Subticket of:
Attach file:
Describe the issue below:
<& /Elements/MessageBox, QuoteTransaction => $QuoteTransaction &>
<& /Elements/TitleBoxEnd &> <& /Elements/Submit, Label => "Create ticket"&>
<%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