diff options
Diffstat (limited to 'httemplate/elements/tr-td-label.html')
-rw-r--r-- | httemplate/elements/tr-td-label.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/httemplate/elements/tr-td-label.html b/httemplate/elements/tr-td-label.html index 77c048405..f8473891f 100644 --- a/httemplate/elements/tr-td-label.html +++ b/httemplate/elements/tr-td-label.html @@ -1,10 +1,10 @@ <TR> - <TD ALIGN="right" VALIGN="top" STYLE="<% $style %>" ID="<% $opt{label_id} || $opt{id}. '_label0' %>"> - - <% $opt{label} %> - - </TD> + <TD ALIGN = "right" + VALIGN = "<% $opt{'valign'} || 'top' %>" + STYLE = "<% $style %>" + ID = "<% $opt{label_id} || $opt{id}. '_label0' %>" + ><% $opt{label} %></TD> <%init> |