[freeside-commits] freeside/httemplate/elements tr-td-label.html, 1.2, 1.2.2.1
Ivan,,,
ivan at wavetail.420.am
Fri Oct 14 01:56:14 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv13355/httemplate/elements
Modified Files:
Tag: FREESIDE_2_3_BRANCH
tr-td-label.html
Log Message:
maintain freeradius nas table, RT#14697
Index: tr-td-label.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/tr-td-label.html,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -w -d -r1.2 -r1.2.2.1
--- tr-td-label.html 11 Mar 2011 00:45:53 -0000 1.2
+++ tr-td-label.html 14 Oct 2011 08:56:12 -0000 1.2.2.1
@@ -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 @@
$style .= '; '. $opt{'cell_style'}
if $opt{'cell_style'};
+my $required = $opt{'required'} ? '<font color="#ff0000">*</font> ' : '';
+
</%init>
More information about the freeside-commits
mailing list