From 3ef62a0570055da710328937e7f65dbb2c027c62 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 12 Aug 2002 06:17:09 +0000 Subject: import rt 2.0.14 --- rt/webrt/Ticket/Create.html | 199 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 199 insertions(+) create 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 new file mode 100755 index 000000000..2c61de03a --- /dev/null +++ b/rt/webrt/Ticket/Create.html @@ -0,0 +1,199 @@ +%# $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