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