From: Ivan Kohler Date: Tue, 18 Jul 2017 02:33:42 +0000 (-0700) Subject: not in 4.x style X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=c0ce58794cb153a7f0c46c345ca69c1496bd2e03;p=freeside.git not in 4.x style --- diff --git a/httemplate/elements/tr-td-label.html b/httemplate/elements/tr-td-label.html index 3535c63ff..900d536da 100644 --- a/httemplate/elements/tr-td-label.html +++ b/httemplate/elements/tr-td-label.html @@ -23,8 +23,5 @@ $style .= '; '. $opt{'cell_style'} if $opt{'cell_style'}; my $required = $opt{'required'} ? '* ' : ''; -if ($required) { - $style .= ';font-weight: bold'; -}