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