From ded0451e9582df33cae6099a2fb72b4ea25076cf Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 15 Jul 2003 13:30:43 +0000 Subject: reverting to vendor branch rt 3.0.4, hopefully --- rt/webrt/Ticket/Create.html | 199 -------------------------------------------- 1 file changed, 199 deletions(-) delete mode 100755 rt/webrt/Ticket/Create.html (limited to 'rt/webrt/Ticket/Create.html') diff --git a/rt/webrt/Ticket/Create.html b/rt/webrt/Ticket/Create.html deleted file mode 100755 index 2c61de03a..000000000 --- a/rt/webrt/Ticket/Create.html +++ /dev/null @@ -1,199 +0,0 @@ -%# $Header: /home/cvs/cvsroot/freeside/rt/webrt/Ticket/Attic/Create.html,v 1.1 2002-08-12 06:17:09 ivan Exp $ -%# Copyright 1996-2000 Jesse Vincent - -<& /Elements/Header, Title => "Create a new ticket" &> -<& /Elements/Tabs, current_toptab => "Ticket/Create.html" &> -
- - - - -[Show basics] [Show details] -
-<& /Elements/TitleBoxStart, contentbg => "#cccccc", title => "Create a new ticket"&> -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Queue<% $QueueObj->Name %> - -Status: - -<& /Elements/SelectStatus, Name => "Status", Default=> 'new' &> - -Owner: - -<& /Elements/SelectOwner, Name => "ValueOfOwner", QueueObj => $QueueObj &> -
-Requestors: - - -
-Cc: - - -
-Admin Cc: - - -
-Subject: - - -
-Attach file: - - -
-Describe the issue below:
-<& /Elements/MessageBox, QuoteTransaction => $QuoteTransaction &> - -
-
-
-<& /Elements/TitleBoxEnd &> -<& /Elements/Submit, Label => "Create"&> - -










-










-










-










-










- - - [Show basics] [Show details] -
- - - - - - -
- - <& /Elements/TitleBoxStart, title => 'The Basics', - title_class=> 'inverse', - color => "#993333" &> - - - - - -
Priority:
Final Priority:
Time Worked:
Time Left:
-<& /Elements/TitleBoxEnd &> -
-
- - - <& /Elements/TitleBoxStart, - title_class=> 'inverse', - title => "Keyword Selections", color => "#993300" - &> - -% while ( my $KeywordSelect = $KeywordSelects->Next ) { -% my $Descendents = $KeywordSelect->KeywordObj->Descendents; - -% } - -
- <% $KeywordSelect->Name %> - - -
-<& /Elements/TitleBoxEnd &> - -
-<& /Elements/TitleBoxStart, title => "Dates", - title_class=> 'inverse', - color => "#663366" &> - - - - -
Starts:
Due:
-<& /Elements/TitleBoxEnd &> -
-<& /Elements/TitleBoxStart, title => 'Relationships', - title_class=> 'inverse', - titleright => '', color=> "#336633" &> - -(Enter ticket ids or URLs, seperated with spaces) - - - - - - - - - -
Depends on
Depended on by
Parents
Children
Refers to
Referred to by
-<& /Elements/TitleBoxEnd &> -
- -
-<& /Elements/Submit, Label => "Create"&> -
-









-










-










-










-










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