Optimize "Customer has a referring customer" condition, RT#74452
[freeside.git] / httemplate / elements / tr-td-label.html
index 3111f43..80dddaa 100644 (file)
@@ -6,7 +6,7 @@ Note that this puts the 'label' argument into the document verbatim, with no
 escaping or localization.
 
 </%doc>
-<TR>
+<TR id="<% $opt{'id'} %>_row" <% $row_style %>>
 
   <TH ALIGN  = "right"
       VALIGN = "<% $opt{'valign'} || 'top' %>"
@@ -22,9 +22,8 @@ my $style = 'padding-top: 3px';
 $style .= '; '. $opt{'cell_style'}
   if $opt{'cell_style'};
 
+my $row_style = 'style="visibility:collapse;"' if $opt{'hide_onload'};
+
 my $required = $opt{'required'} ? '<font color="#ff0000">*</font>&nbsp;' : '';
-if ($required) {
-  $style .= ';font-weight: bold';
-}
 
 </%init>