From e9d56cd986f6ecf67c766d091ddc8cd74e8b91cd Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 17 Jul 2010 21:41:49 +0000 Subject: customer tags, RT#9192 --- httemplate/elements/tr-pickcolor.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 httemplate/elements/tr-pickcolor.html (limited to 'httemplate/elements/tr-pickcolor.html') 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', @_ ) %> + <% $cell_style %> ID="<% $opt{input_id} || $opt{id}.'_input0' %>"><% include('pickcolor.html', @_ ) %> +<%init> + +my %opt = @_; + +my $cell_style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : ''; + +my $colspan = $opt{'colspan'} ? 'COLSPAN="'.$opt{'colspan'}.'"' : ''; + + -- cgit v1.2.1