projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f58ae7
)
not in 4.x style
author
Ivan Kohler
<ivan@freeside.biz>
Tue, 18 Jul 2017 02:33:41 +0000
(19:33 -0700)
committer
Ivan Kohler
<ivan@freeside.biz>
Tue, 18 Jul 2017 02:33:41 +0000
(19:33 -0700)
httemplate/elements/tr-td-label.html
patch
|
blob
|
history
diff --git
a/httemplate/elements/tr-td-label.html
b/httemplate/elements/tr-td-label.html
index
3111f43
..
1d96cf3
100644
(file)
--- 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'} ? '<font color="#ff0000">*</font> ' : '';
-if ($required) {
- $style .= ';font-weight: bold';
-}
</%init>