- (finish) includes! (closes: Bug#551)
[freeside.git] / httemplate / elements / table.html
diff --git a/httemplate/elements/table.html b/httemplate/elements/table.html
new file mode 100644 (file)
index 0000000..3b61087
--- /dev/null
@@ -0,0 +1,8 @@
+<%
+   my $color = shift;
+   if ( $color ) {
+%>
+    <TABLE BGCOLOR="<%= $color %>" BORDER=1 WIDTH="100%" CELLSPACING=0 CELLPADDING=2 BORDERCOLOR="#999999">
+<% } else { %>
+    <TABLE BORDER=1 CELLSPACING=0 CELLPADDING=2 BORDERCOLOR="#999999">
+<% } %>