projects
/
freeside.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
NG auth: autocreate records for external users, RT#21563
[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