projects
/
freeside.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add username-pound config
[freeside.git]
/
httemplate
/
elements
/
tr-checkboxes-table.html
1
% unless ( $opt{'js_only'} ) {
2
3
<% include('tr-td-label.html', @_ ) %>
4
5
<TD <% $style %>>
6
% }
7
8
<% include( '/elements/checkboxes-table.html', %opt ) %>
9
10
% unless ( $opt{'js_only'} ) {
11
</TD>
12
</TR>
13
% }
14
<%init>
15
16
my( %opt ) = @_;
17
18
my $style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : '';
19
20
</%init>