diff options
author | ivan <ivan> | 2006-12-15 13:09:22 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-12-15 13:09:22 +0000 |
commit | 3f3c8af45e3450374818794baf79e3a7238a3489 (patch) | |
tree | 6eb71453a1317f8bc5eb423383f87a2f813d95df /httemplate/elements | |
parent | 3f6c5dd84a8ec1f83afe484acc10052caae5a4e8 (diff) |
add a quick start at a "dashboard" customer list, mostly for internal use for starters
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/dashboard-toplist.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/dashboard-toplist.html b/httemplate/elements/dashboard-toplist.html index b0ee8c8a3..5b8c52492 100644 --- a/httemplate/elements/dashboard-toplist.html +++ b/httemplate/elements/dashboard-toplist.html @@ -62,7 +62,7 @@ <TD CLASS="grid" COLSPAN="<% scalar(@custom_priorities) + 2 %>" BGCOLOR="<% $bgcolor %>"> </TD> </TR> -% } elsif ( $line =~ /^\S/ { #label line +% } elsif ( $line =~ /^\S/ ) { #label line <TR> <TH CLASS="grid" BGCOLOR="#cccccc"><% $line %></TH> |