fix one-time card charging not pulling in exp date?
[freeside.git] / httemplate / elements / table.html
1 <%
2    my $color = shift;
3    if ( $color ) {
4 %>
5     <TABLE BGCOLOR="<%= $color %>" BORDER=1 WIDTH="100%" CELLSPACING=0 CELLPADDING=2 BORDERCOLOR="#999999">
6 <% } else { %>
7     <TABLE BORDER=1 CELLSPACING=0 CELLPADDING=2 BORDERCOLOR="#999999">
8 <% } %>