[freeside-commits] freeside/httemplate/elements tr-textarea.html, 1.1, 1.2

Jeff Finucane,420,, jeff at wavetail.420.am
Tue Mar 10 09:14:10 PDT 2009


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

Added Files:
	tr-textarea.html 
Log Message:
merge webpay support in with autoselection of old realtime_bop and realtime_refund_bop

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

  <TD <% $cell_style %>>

    <TEXTAREA NAME          = "<% $opt{field} %>"
              ID            = "<% $opt{id} %>"
              <% $onchange %>
    ><% $curr_value |h %></TEXTAREA>

  </TD>

</TR>

<%init>

my %opt = @_;

my $onchange = $opt{'onchange'}
                 ? 'onChange="'. $opt{'onchange'}. '(this)"'
                 : '';

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

</%init>



More information about the freeside-commits mailing list