diff options
| author | ivan <ivan> | 2010-07-17 21:41:49 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2010-07-17 21:41:49 +0000 |
| commit | e9d56cd986f6ecf67c766d091ddc8cd74e8b91cd (patch) | |
| tree | 42411f2985a59f208a02776febfcc1afe6435d21 /httemplate/elements/tr-pickcolor.html | |
| parent | 27ca7447dd2ef3fc35767a1494d0b1c0f0c2d79b (diff) | |
customer tags, RT#9192
Diffstat (limited to 'httemplate/elements/tr-pickcolor.html')
| -rw-r--r-- | httemplate/elements/tr-pickcolor.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/httemplate/elements/tr-pickcolor.html b/httemplate/elements/tr-pickcolor.html new file mode 100644 index 000000000..2b6cc23ca --- /dev/null +++ b/httemplate/elements/tr-pickcolor.html @@ -0,0 +1,11 @@ +<% include('tr-td-label.html', @_ ) %> + <TD <% $colspan %> <% $cell_style %> ID="<% $opt{input_id} || $opt{id}.'_input0' %>"><% include('pickcolor.html', @_ ) %></TD> +<%init> + +my %opt = @_; + +my $cell_style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : ''; + +my $colspan = $opt{'colspan'} ? 'COLSPAN="'.$opt{'colspan'}.'"' : ''; + +</%init> |
