projects
/
freeside.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
enable all debugging when you turn on the checkbox, RT#76756
[freeside.git]
/
httemplate
/
elements
/
tablebreak-tr-title.html
1
</TABLE>
2
3
<TABLE <% $id %> BGCOLOR="#cccccc" BORDER=0 CELLSPACING=0>
4
5
<% include('tr-title.html', @_ ) %>
6
7
<%init>
8
9
my %opt = @_;
10
11
my $id = '';
12
$id = 'ID="'. $opt{'table_id'}. '"' if $opt{'table_id'};
13
14
</%init>