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