X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=fs_selfservice%2FFS-SelfService%2Fcgi%2Fmyaccount.html;h=ef0740fd650b962f03821f735ab593c9787475c4;hb=1293d137b061f097190eda53e4e78214e18832e6;hp=9997d7059a1500d81a9221d89460c4349feae957;hpb=5fc8c5edf574ab024d4646914b6432d458e2ffbd;p=freeside.git diff --git a/fs_selfservice/FS-SelfService/cgi/myaccount.html b/fs_selfservice/FS-SelfService/cgi/myaccount.html index 9997d7059..ef0740fd6 100644 --- a/fs_selfservice/FS-SelfService/cgi/myaccount.html +++ b/fs_selfservice/FS-SelfService/cgi/myaccount.html @@ -1,7 +1,6 @@ MyAccount MyAccount

<%= $url = "$selfurl?session=$session_id;action="; ''; %> - <%= include('myaccount_menu') %>
@@ -37,6 +36,41 @@ Hello <%= $name %>!

} %> +<%= + if ( defined($support_time) ) { + $OUT .= ''. + ''. + "

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

powered by freeside