From 106d0163556c31a3b2cf9c065ec6d9d6ded0ce64 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 22 Aug 2008 03:01:06 +0000 Subject: the master control program has chosen YOU to serve your system on the game grid --- httemplate/elements/dashboard-toplist.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'httemplate/elements/dashboard-toplist.html') 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 %> % } -- cgit v1.2.1