search services by tower/sector, #15950
[freeside.git] / httemplate / elements / tr-selectmultiple-part_pkg.html
index d959a5b..0b83da0 100644 (file)
@@ -1,6 +1,5 @@
-<TR>
-  <TD ALIGN="right"><% $opt{'label'} || 'Packages' %></TD>
-  <TD>
+<& tr-td-label.html, label => emt('Packages'), %opt &>
+  <TD <% $style %>>
     <% include( '/elements/select-table.html',
                   'table'         => 'part_pkg',
                  'name_col'      => 'pkg',
@@ -8,12 +7,14 @@
                  'element_etc'   => 'multiple',
                  %opt,
               )
-    %>
+  %>
   </TD>
 </TR>
 
 <%init>
 
 my %opt = @_;
+my $style = $opt{'cell_style'};
+$style = 'STYLE="'.$style.'"' if $style;
 
 </%init>