X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=fs_selfservice%2FFS-SelfService%2Fcgi%2Fmyaccount.html;h=d27f688e3e5985d42ba8e76f6a8c705943bda6e8;hp=db95f339f41cb30f2fa0c02124182dfd2a2dc98a;hb=44f5aa6d692b460cc34bc44810fab8e4c3e37b68;hpb=123bc067cc9fd8b247fb0b4e9a86066f32e83991 diff --git a/fs_selfservice/FS-SelfService/cgi/myaccount.html b/fs_selfservice/FS-SelfService/cgi/myaccount.html index db95f339f..d27f688e3 100644 --- a/fs_selfservice/FS-SelfService/cgi/myaccount.html +++ b/fs_selfservice/FS-SelfService/cgi/myaccount.html @@ -59,7 +59,7 @@ Hello <%= $name %>!

if ( @support_services ) { $OUT .= ''. ''. - ''. + ''. ''; my $col1 = "ffffff"; my $col2 = "dddddd"; @@ -70,9 +70,10 @@ Hello <%= $name %>!

my $a = qq!'; $OUT .= - "$td$a". $support->{'pkgnum'}. "". - $td.$a. $support->{'pkg'}. "". - $td.$a. $support->{'time'}. "". + "". + $td.$a. $support->{'pkg'}. "". + $td.' '. + $td.$a. $support->{'time'}. "". ''; $col = $col eq $col1 ? $col2 : $col1; } @@ -82,31 +83,11 @@ Hello <%= $name %>!

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