X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fdashboard-toplist.html;h=6e250b6a3c641f967106c030a2014be59d8347cb;hb=b748d0884d194ec36fe10fbcc3f2f6322c4c0490;hp=7ee6f2d43715d2a2b037e41e7ebaeac405189494;hpb=c648976f0b7975f2328ebd7ba8c711fad0ca4195;p=freeside.git diff --git a/httemplate/elements/dashboard-toplist.html b/httemplate/elements/dashboard-toplist.html index 7ee6f2d43..6e250b6a3 100644 --- a/httemplate/elements/dashboard-toplist.html +++ b/httemplate/elements/dashboard-toplist.html @@ -23,8 +23,13 @@ <% $cust_main->name %> + + <% include('/elements/mcp_lint.html', 'cust_main'=>$cust_main) %> + - (new ticket) + + (new ticket) + % foreach my $priority ( @custom_priorities, '' ) { @@ -55,7 +60,7 @@ % } elsif ( $line =~ /^\-\-+$/ ) { #divider % - + % next; @@ -63,13 +68,14 @@ % } elsif ( $line =~ /^\s*$/ ) { -   +   % } elsif ( $line =~ /^\S/ ) { #label line <% $line %> + Lint % foreach my $priority ( @custom_priorities, '' ) { @@ -81,7 +87,7 @@ % } else { #regular line - <% $line %> + <% $line %> % }