X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Felements%2Ftr-justtitle.html;h=316ea69a8c30e309793a4984852c623092f8a5f8;hb=HEAD;hp=8c14d349dc011992d0b6e1a818bc8baf72007944;hpb=40a7b3dc653e099f7bd0bd762b649b04c4432db2;p=freeside.git diff --git a/httemplate/elements/tr-justtitle.html b/httemplate/elements/tr-justtitle.html index 8c14d349d..316ea69a8 100644 --- a/httemplate/elements/tr-justtitle.html +++ b/httemplate/elements/tr-justtitle.html @@ -1,11 +1,12 @@ - ALIGN="left"> - <% $opt{value} %> - + ALIGN="left" <%$id%>> + <% $opt{value} %> + <%init> my %opt = @_; +my $id = 'ID="'.$opt{id}.'"' if $opt{id};