From: ivan Date: Fri, 15 Dec 2006 13:00:18 +0000 (+0000) Subject: add a quick start at a "dashboard" customer list, mostly for internal use for starters X-Git-Tag: TRIXBOX_2_6~824 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=3f6c5dd84a8ec1f83afe484acc10052caae5a4e8 add a quick start at a "dashboard" customer list, mostly for internal use for starters --- diff --git a/httemplate/elements/dashboard-toplist.html b/httemplate/elements/dashboard-toplist.html index 6276f9fd3..b0ee8c8a3 100644 --- a/httemplate/elements/dashboard-toplist.html +++ b/httemplate/elements/dashboard-toplist.html @@ -62,7 +62,7 @@   -% } else { #label line +% } elsif ( $line =~ /^\S/ { #label line <% $line %> @@ -73,6 +73,12 @@ % } +% } else { #regular line + + + <% $line %> + + % } %