From ae613d832c5f9fa00f476aa4d5c79450ba6cd159 Mon Sep 17 00:00:00 2001 From: mark Date: Mon, 27 Jun 2011 07:19:18 +0000 Subject: [PATCH] self-service ticket priority and edit subject, #13199 --- fs_selfservice/FS-SelfService/cgi/myaccount.html | 29 +----------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/fs_selfservice/FS-SelfService/cgi/myaccount.html b/fs_selfservice/FS-SelfService/cgi/myaccount.html index a57bfb14a..b15988387 100644 --- a/fs_selfservice/FS-SelfService/cgi/myaccount.html +++ b/fs_selfservice/FS-SelfService/cgi/myaccount.html @@ -82,33 +82,6 @@ Hello <%= $name %>!

} %> -<%= - if ( @tickets ) { - $OUT .= ''. - ''. - ''. - ''; - my $col1 = "ffffff"; - my $col2 = "dddddd"; - my $col = $col1; - - foreach my $ticket ( @tickets ) { - my $td = qq!$td $link". $ticket->{'id'}. "". - $td. $ticket->{'subject'}. "". - $td. ($ticket->{'content'} || $ticket->{'priority'}). "". - $td. $ticket->{'queue'}. "". - $td. $ticket->{'status'}. "". - $td. $ticket->{'created'}. "". - ''; - $col = $col eq $col1 ? $col2 : $col1; - } - $OUT .= '
Open Tickets
#SubjectPriorityQueueStatusCreated
!; - my $link = qq!!; - $OUT .= - "
'; - } else { - $OUT .= ''; - } -%> +<%= include('ticket_summary') if @tickets %> <%= include('footer') %> -- 2.11.0