summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-td-label.html
diff options
context:
space:
mode:
authorivan <ivan>2011-10-14 08:56:04 +0000
committerivan <ivan>2011-10-14 08:56:04 +0000
commit1ee0b1290d186a706a256ca72347dc746c6c6688 (patch)
tree7a214717d55690a26c4dfe5c6308ed106ce4c262 /httemplate/elements/tr-td-label.html
parentb77871d0fb98a36a8048f90193a8092550119945 (diff)
maintain freeradius nas table, RT#14697
Diffstat (limited to 'httemplate/elements/tr-td-label.html')
-rw-r--r--httemplate/elements/tr-td-label.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/elements/tr-td-label.html b/httemplate/elements/tr-td-label.html
index f8473891f..8125541c7 100644
--- a/httemplate/elements/tr-td-label.html
+++ b/httemplate/elements/tr-td-label.html
@@ -4,7 +4,7 @@
VALIGN = "<% $opt{'valign'} || 'top' %>"
STYLE = "<% $style %>"
ID = "<% $opt{label_id} || $opt{id}. '_label0' %>"
- ><% $opt{label} %></TD>
+ ><% $required %><% $opt{label} %></TD>
<%init>
@@ -14,4 +14,6 @@ my $style = 'padding-top: 3px';
$style .= '; '. $opt{'cell_style'}
if $opt{'cell_style'};
+my $required = $opt{'required'} ? '<font color="#ff0000">*</font>&nbsp;' : '';
+
</%init>