From 4130d65bfbcac95eb23bac0475eb53484d89f674 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 15 Dec 2006 20:55:31 +0000 Subject: [PATCH] add a new ticket link --- httemplate/elements/dashboard-toplist.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/httemplate/elements/dashboard-toplist.html b/httemplate/elements/dashboard-toplist.html index 5b8c52492..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*$/ ) { -   +   % } elsif ( $line =~ /^\S/ ) { #label line <% $line %> + % foreach my $priority ( @custom_priorities, '' ) { <% $priority || '(none)'%> @@ -76,7 +81,7 @@ % } else { #regular line - <% $line %> + <% $line %> % } -- 2.11.0