RT# 73964 - Added biling event action to send an email to phone nunber, and updated...
[freeside.git] / httemplate / elements / table.html
1 %
2 %   my $color = shift;
3 %   if ( $color ) {
4 %
5
6     <TABLE BGCOLOR="<% $color %>" BORDER=1 WIDTH="100%" CELLSPACING=0 CELLPADDING=2 BORDERCOLOR="#999999">
7 % } else { 
8
9     <TABLE BORDER=1 CELLSPACING=0 CELLPADDING=2 BORDERCOLOR="#999999">
10 % } 
11