X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Ftablebreak-tr-title.html;h=ce64d4737654c2be452fc333dbeb2b95a9e487b8;hp=ee2831231a26c3173d5a179ee26cc938c496b8c4;hb=f48ffc61601d08024aeff19ecd07d7420fc4e5b3;hpb=63a268637b2d51a8766412617724b9436439deb6 diff --git a/httemplate/elements/tablebreak-tr-title.html b/httemplate/elements/tablebreak-tr-title.html index ee2831231..ce64d4737 100644 --- a/httemplate/elements/tablebreak-tr-title.html +++ b/httemplate/elements/tablebreak-tr-title.html @@ -1,9 +1,9 @@ +
- BGCOLOR="#cccccc" BORDER=0 CELLSPACING=0> - -<% include('tr-title.html', @_ ) %> +><% $opt{value} %> +
CLASS="fsinnerbox"> <%init> my %opt = @_; @@ -11,4 +11,7 @@ my %opt = @_; my $id = ''; $id = 'ID="'. $opt{'table_id'}. '"' if $opt{'table_id'}; +my $title_id; +my $title_id = 'ID="'.$opt{id}.'"' if $opt{id}; +