From: mark Date: Mon, 27 Jun 2011 07:19:18 +0000 (+0000) Subject: self-service ticket priority and edit subject, #13199 X-Git-Tag: freeside_2_3_0~63 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=ae613d832c5f9fa00f476aa4d5c79450ba6cd159 self-service ticket priority and edit subject, #13199 --- 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') %>