From d4734cefabb54109fc036cb030adff6f5c5b5119 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 13 Apr 2008 03:03:42 +0000 Subject: more stuff to allow select-table to be used as as edit/elements/edit.html m2* element: add tr-select-table.html --- httemplate/elements/tr-select-table.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 httemplate/elements/tr-select-table.html (limited to 'httemplate') diff --git a/httemplate/elements/tr-select-table.html b/httemplate/elements/tr-select-table.html new file mode 100644 index 000000000..6ac748782 --- /dev/null +++ b/httemplate/elements/tr-select-table.html @@ -0,0 +1,20 @@ +% unless ( $opt{'js_only'} ) { + + <% include('tr-td-label.html', @_ ) %> + + > +% } + + <% include( '/elements/select-table.html', %opt ) %> + +% unless ( $opt{'js_only'} ) { + + +% } +<%init> + +my( %opt ) = @_; + +my $style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : ''; + + -- cgit v1.2.1