& tr-td-label.html, label => emt('Packages'), %opt &>
>
<% include( '/elements/select-table.html',
'table' => 'part_pkg',
'name_col' => 'pkg',
'disable_empty' => 1,
'element_etc' => 'multiple',
'extra_sql' => 'WHERE ' . FS::part_pkg->curuser_pkgs_sql,
%opt,
)
%>
|
<%init>
my %opt = @_;
my $style = $opt{'cell_style'};
$style = 'STYLE="'.$style.'"' if $style;
%init>