[freeside-commits] freeside/httemplate/elements
dashboard-toplist.html, 1.1, 1.2
Ivan,,,
ivan at wavetail.420.am
Fri Dec 15 05:00:20 PST 2006
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail:/tmp/cvs-serv26337/httemplate/elements
Modified Files:
dashboard-toplist.html
Log Message:
add a quick start at a "dashboard" customer list, mostly for internal use for starters
Index: dashboard-toplist.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/dashboard-toplist.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- dashboard-toplist.html 15 Dec 2006 12:43:44 -0000 1.1
+++ dashboard-toplist.html 15 Dec 2006 13:00:18 -0000 1.2
@@ -62,7 +62,7 @@
<TD CLASS="grid" COLSPAN="<% scalar(@custom_priorities) + 2 %>" BGCOLOR="<% $bgcolor %>"> </TD>
</TR>
-% } else { #label line
+% } elsif ( $line =~ /^\S/ { #label line
<TR>
<TH CLASS="grid" BGCOLOR="#cccccc"><% $line %></TH>
@@ -73,6 +73,12 @@
% }
</TR>
+% } else { #regular line
+
+ <TR>
+ <TD CLASS="grid" COLSPAN="<% scalar(@custom_priorities) + 2 %>" BGCOLOR="<% $bgcolor %>"><% $line %></TD>
+ </TR>
+
% }
%
More information about the freeside-commits
mailing list