diff options
| author | ivan <ivan> | 2010-07-17 21:41:48 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2010-07-17 21:41:48 +0000 |
| commit | a98cd4637716d783c20bb08d903978d06abf9d31 (patch) | |
| tree | fa5c8ec0a7829d82dfee3e77c487480a58150b64 /httemplate/elements/tr-pickcolor.html | |
| parent | 556b8e9650155e74416496238cfc0e4abe64c53a (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> |
