diff options
| author | ivan <ivan> | 2011-03-11 00:45:53 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2011-03-11 00:45:53 +0000 |
| commit | fced2ed0147049fded427862a3517c172f86513e (patch) | |
| tree | d719e4d1a86921802056e09c3ce41ab217734f5a /httemplate/elements/tr-td-label.html | |
| parent | a46d6ebede6bab9d05b054e82004e07ea8aabbb5 (diff) | |
prospect qualifications default to prospect address if there's one, other UI cleanups RT#7111
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> |
