X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Ftablebreak-tr-title.html;fp=httemplate%2Felements%2Ftablebreak-tr-title.html;h=ee2831231a26c3173d5a179ee26cc938c496b8c4;hp=35dc05d8b9c3b37e9cda9694e747cc7826a41db7;hb=d2deeb044560ca2dcf7fc763b3f563643a50f375;hpb=4ec6dfa446447d68663b01fbfda07c0bd2fcb3ae diff --git a/httemplate/elements/tablebreak-tr-title.html b/httemplate/elements/tablebreak-tr-title.html index 35dc05d8b..ee2831231 100644 --- a/httemplate/elements/tablebreak-tr-title.html +++ b/httemplate/elements/tablebreak-tr-title.html @@ -1,5 +1,14 @@ - +
BGCOLOR="#cccccc" BORDER=0 CELLSPACING=0> <% include('tr-title.html', @_ ) %> + +<%init> + +my %opt = @_; + +my $id = ''; +$id = 'ID="'. $opt{'table_id'}. '"' if $opt{'table_id'}; + +