X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Ftr-selectmultiple-part_pkg.html;h=0b83da02c83eb171e1ca4acaf432386646083348;hp=d959a5baed054c2baa550dec7a5ba0e9f19cda86;hb=6dda95db961112c4a422ebe282b6dfc7935be40e;hpb=b5c4237a34aef94976bc343c8d9e138664fc3984 diff --git a/httemplate/elements/tr-selectmultiple-part_pkg.html b/httemplate/elements/tr-selectmultiple-part_pkg.html index d959a5bae..0b83da02c 100644 --- a/httemplate/elements/tr-selectmultiple-part_pkg.html +++ b/httemplate/elements/tr-selectmultiple-part_pkg.html @@ -1,6 +1,5 @@ - - <% $opt{'label'} || 'Packages' %> - +<& tr-td-label.html, label => emt('Packages'), %opt &> + > <% include( '/elements/select-table.html', 'table' => 'part_pkg', 'name_col' => 'pkg', @@ -8,12 +7,14 @@ 'element_etc' => 'multiple', %opt, ) - %> + %> <%init> my %opt = @_; +my $style = $opt{'cell_style'}; +$style = 'STYLE="'.$style.'"' if $style;