From: ivan Date: Sun, 13 Apr 2008 03:03:42 +0000 (+0000) Subject: more stuff to allow select-table to be used as as edit/elements/edit.html m2* element... X-Git-Tag: root_of_webpay_support~713 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=d4734cefabb54109fc036cb030adff6f5c5b5119 more stuff to allow select-table to be used as as edit/elements/edit.html m2* element: add tr-select-table.html --- 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'}. '"' : ''; + +