diff options
Diffstat (limited to 'httemplate/elements/tr-select-rate.html')
-rw-r--r-- | httemplate/elements/tr-select-rate.html | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/httemplate/elements/tr-select-rate.html b/httemplate/elements/tr-select-rate.html deleted file mode 100644 index 27f2645af..000000000 --- a/httemplate/elements/tr-select-rate.html +++ /dev/null @@ -1,21 +0,0 @@ -% unless ( $opt{'js_only'} ) { - - <% include('tr-td-label.html', @_ ) %> - - <TD <% $style %>> -% } - - <% include( '/elements/select-rate.html', %opt ) %> - -% unless ( $opt{'js_only'} ) { - </TD> - </TR> -% } -<%init> - -my( %opt ) = @_; - -my $style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : ''; - -</%init> - |