From d4d0590bef31071e8809ec046717444b95b3f30a Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 15 Oct 2005 09:11:20 +0000 Subject: import rt 3.4.4 --- rt/html/SelfService/Create.html | 47 ++++++++++++++++++++++++++--------------- 1 file changed, 30 insertions(+), 17 deletions(-) (limited to 'rt/html/SelfService/Create.html') diff --git a/rt/html/SelfService/Create.html b/rt/html/SelfService/Create.html index a2cfd9fee..d60ae267a 100644 --- a/rt/html/SelfService/Create.html +++ b/rt/html/SelfService/Create.html @@ -1,8 +1,8 @@ -%# {{{ BEGIN BPS TAGGED BLOCK +%# BEGIN BPS TAGGED BLOCK {{{ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2004 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2005 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -42,7 +42,7 @@ %# works based on those contributions, and sublicense and distribute %# those contributions and any derivatives thereof. %# -%# }}} END BPS TAGGED BLOCK +%# END BPS TAGGED BLOCK }}} <& Elements/Header, Title => loc("Create a ticket") &>
@@ -50,43 +50,49 @@ - - + - - - - - - - - + + + + - @@ -100,3 +106,10 @@ +<%args> +$Queue => undef + +<%init> +my $queue_obj = RT::Queue->new($session{'CurrentUser'}); +$queue_obj->Load($Queue); + -- cgit v1.2.1
+ <&|/l&>Queue: - -<& /Elements/SelectNewTicketQueue, Verbose => 'True' &> + + + <%$queue_obj->Name%> (<%$queue_obj->Description%>)
+ <&|/l&>Requestors: +
+ <&|/l&>Cc: +
+ <&|/l&>Subject: +
+
+ <& /Ticket/Elements/EditCustomFields, QueueObj => $queue_obj &> +
<&|/l&>Attach file: - + +