[freeside-commits] freeside/httemplate/elements tr-select-table.html, NONE, 1.1

Ivan,,, ivan at wavetail.420.am
Sat Apr 12 20:03:45 PDT 2008


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv32400

Added Files:
	tr-select-table.html 
Log Message:
more stuff to allow select-table to be used as as edit/elements/edit.html m2* element: add tr-select-table.html

--- NEW FILE: tr-select-table.html ---
% unless ( $opt{'js_only'} ) {

    <% include('tr-td-label.html', @_ ) %>

      <TD <% $style %>>
% }

        <% include( '/elements/select-table.html', %opt ) %>

% unless ( $opt{'js_only'} ) {
      </TD>
    </TR>
% }
<%init>

my( %opt ) = @_;

my $style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : '';

</%init>



More information about the freeside-commits mailing list