[freeside-commits] freeside/httemplate/elements tr-select-cust_main-status.html, NONE, 1.1.2.2
Ivan,,,
ivan at wavetail.420.am
Tue Jun 17 22:18:27 PDT 2008
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv14137
Added Files:
Tag: FREESIDE_1_7_BRANCH
tr-select-cust_main-status.html
Log Message:
somehow missed tr-select-cust_main-status.html on _1_7_BRANCH
--- NEW FILE: tr-select-cust_main-status.html ---
<% include ('tr-td-label.html', @_ ) %>
<TD <% $style %>>
<% include( '/elements/select-cust_main-status.html',
'curr_value' => $curr_value,
%opt
)
%>
</TD>
</TR>
<%init>
my %opt = @_;
#my $onchange = $opt{'onchange'}
# ? 'onChange="'. $opt{'onchange'}. '(this)"'
# : '';
my $style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : '';
$opt{'statuses'} ||= [ FS::cust_main->statuses() ]; # { disabled=>'' } )
my $curr_value = $opt{'curr_value'} || $opt{'value'};
</%init>
More information about the freeside-commits
mailing list