From f48ffc61601d08024aeff19ecd07d7420fc4e5b3 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 21 Apr 2021 11:40:06 -0700 Subject: [PATCH] 4.x style --- httemplate/elements/tablebreak-tr-title.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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}; + -- 2.11.0