X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fdashboard-toplist.html;h=7ee6f2d43715d2a2b037e41e7ebaeac405189494;hb=acd8edaf5852735359e32c70b78dabfeb7b32a89;hp=6276f9fd3c15a34db701fa969d84b805d0e513a7;hpb=1ec49b28c30c84962670d80d1c143e65b5b9370a;p=freeside.git diff --git a/httemplate/elements/dashboard-toplist.html b/httemplate/elements/dashboard-toplist.html index 6276f9fd3..7ee6f2d43 100644 --- a/httemplate/elements/dashboard-toplist.html +++ b/httemplate/elements/dashboard-toplist.html @@ -23,6 +23,10 @@ <% $cust_main->name %> + + (new ticket) + + % foreach my $priority ( @custom_priorities, '' ) { % my $num = % FS::TicketSystem->num_customer_tickets($custnum,$priority); @@ -51,7 +55,7 @@ % } elsif ( $line =~ /^\-\-+$/ ) { #divider % - + % next; @@ -59,13 +63,14 @@ % } elsif ( $line =~ /^\s*$/ ) { -   +   -% } else { #label line +% } elsif ( $line =~ /^\S/ ) { #label line <% $line %> + % foreach my $priority ( @custom_priorities, '' ) { <% $priority || '(none)'%> @@ -73,6 +78,12 @@ % } +% } else { #regular line + + + <% $line %> + + % } %