combine ticket notification scrips, #15353
[freeside.git] / httemplate / elements / tr-pickcolor.html
1 <% include('tr-td-label.html', @_ ) %>
2   <TD <% $colspan %> <% $cell_style %> ID="<% $opt{input_id} || $opt{id}.'_input0' %>"><% include('pickcolor.html', @_ ) %></TD>
3 <%init>
4
5 my %opt = @_;
6
7 my $cell_style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : '';
8
9 my $colspan = $opt{'colspan'} ? 'COLSPAN="'.$opt{'colspan'}.'"' : '';
10
11 </%init>