X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Ftablebreak-tr-title.html;h=ce64d4737654c2be452fc333dbeb2b95a9e487b8;hp=35dc05d8b9c3b37e9cda9694e747cc7826a41db7;hb=f48ffc61601d08024aeff19ecd07d7420fc4e5b3;hpb=5e05724a635a22776f1b973f5d7e77989da4e048 diff --git a/httemplate/elements/tablebreak-tr-title.html b/httemplate/elements/tablebreak-tr-title.html index 35dc05d8b..ce64d4737 100644 --- a/httemplate/elements/tablebreak-tr-title.html +++ b/httemplate/elements/tablebreak-tr-title.html @@ -1,5 +1,17 @@ +
- +><% $opt{value} %> -<% include('tr-title.html', @_ ) %> +
CLASS="fsinnerbox"> +<%init> + +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}; + +