summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-td-label.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/tr-td-label.html')
-rw-r--r--httemplate/elements/tr-td-label.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/httemplate/elements/tr-td-label.html b/httemplate/elements/tr-td-label.html
index c318722dc..78690f1fb 100644
--- a/httemplate/elements/tr-td-label.html
+++ b/httemplate/elements/tr-td-label.html
@@ -1,6 +1,11 @@
+<%doc>
+
+Actually <TR> <TH> $label </TH>
+
+</%doc>
<TR>
- <TD ALIGN = "right"
+ <TH ALIGN = "right"
VALIGN = "<% $opt{'valign'} || 'top' %>"
STYLE = "<% $style %>"
ID = "<% $opt{label_id} || $opt{id}. '_label0' %>"