1 % if ( $opt{'part_pkg'} && scalar(@{ $opt{'part_pkg'} }) == 0 ) {
2 % unless ( $opt{'js_only'} ) {
4 <INPUT TYPE="hidden" NAME="<% $opt{'element_name'} || $opt{'field'} || 'pkgpart' %>" VALUE="">
10 % unless ( $opt{'js_only'} ) {
12 <& tr-td-label.html, %opt &>
13 <TD <% $cell_style %>>
17 <& /elements/select-part_pkg.html, %opt &>
19 % unless ( $opt{'js_only'} ) {
31 my $cell_style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : '';
33 $opt{'label'} ||= emt('Package definition');