X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fdashboard-toplist.html;h=d8cd7f306dc1ec096dd002fd94fd0981cf57cf4d;hb=c33e009d50f9af054a5a0195eca5df31c4fb9539;hp=b0ee8c8a34a46eac36ae90dca2cff16f8380cd66;hpb=3f6c5dd84a8ec1f83afe484acc10052caae5a4e8;p=freeside.git diff --git a/httemplate/elements/dashboard-toplist.html b/httemplate/elements/dashboard-toplist.html index b0ee8c8a3..d8cd7f306 100644 --- a/httemplate/elements/dashboard-toplist.html +++ b/httemplate/elements/dashboard-toplist.html @@ -23,6 +23,13 @@ <% $cust_main->name %> + + <% include('/elements/mcp_lint.html', 'cust_main'=>$cust_main) %> + + + (new ticket) + + % foreach my $priority ( @custom_priorities, '' ) { % my $num = % FS::TicketSystem->num_customer_tickets($custnum,$priority); @@ -51,7 +58,7 @@ % } elsif ( $line =~ /^\-\-+$/ ) { #divider % - + % next; @@ -59,13 +66,15 @@ % } elsif ( $line =~ /^\s*$/ ) { -   +   -% } elsif ( $line =~ /^\S/ { #label line +% } elsif ( $line =~ /^\S/ ) { #label line <% $line %> + Lint + % foreach my $priority ( @custom_priorities, '' ) { <% $priority || '(none)'%> @@ -76,7 +85,7 @@ % } else { #regular line - <% $line %> + <% $line %> % }