%# $Header: /raid/cvsroot/rt/webrt/Ticket/Attic/Create_Detail.html,v 1.1.2.10 2000/08/07 04:31:12 jesse Exp $ %# Copyright 1996-2000 Jesse Vincent & Tobias Brox <& /Elements/Header, Title => "Create a request" &>
<& /Elements/TitleBoxStart, contentbg => "#cccccc", title => "Create a new ticket in queue \"".$Queue->QueueId.'"' &>
Owner: <& /Elements/SelectOwner, Name => "ValueOfOwner", Queue=>$Queue->Id &>
Relationships
Depended on by:
Depends on:
Subticket of:
Requestors:
Cc:
Status: <& /Elements/SelectStatus, Name => "Status", Default=> 'Open' &>
Subject:
Attach file:
Describe the issue below:
<& /Elements/MessageBox, QuoteTransaction => $QuoteTransaction &>
<& /Elements/TitleBoxEnd &>
<%INIT> require RT::Queue; require RT::Ticket; require RT::Link; my $Queue = RT::Queue->new($session{'CurrentUser'}); my $result = $Queue->Load($ARGS{'Queue'}) ; if (!$result) { &mc_comp("/Elements/Error", Why=> "Queue '$ARGS{'Queue'}' unknown"); $m->abort;} <%ARGS> $DependsOn => undef $DependedOnBy => undef $MemberOf => undef $QuoteTransaction => undef $id => undef