projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0888dc
)
4.x style
author
Ivan Kohler
<ivan@freeside.biz>
Wed, 21 Apr 2021 18:40:06 +0000
(11:40 -0700)
committer
Ivan Kohler
<ivan@freeside.biz>
Wed, 21 Apr 2021 18:40:06 +0000
(11:40 -0700)
httemplate/elements/tablebreak-tr-title.html
patch
|
blob
|
history
diff --git
a/httemplate/elements/tablebreak-tr-title.html
b/httemplate/elements/tablebreak-tr-title.html
index
ee28312
..
ce64d47
100644
(file)
--- a/
httemplate/elements/tablebreak-tr-title.html
+++ b/
httemplate/elements/tablebreak-tr-title.html
@@
-1,9
+1,9
@@
</TABLE>
+<BR>
-<TABLE <% $id %> BGCOLOR="#cccccc" BORDER=0 CELLSPACING=0>
-
-<% include('tr-title.html', @_ ) %>
+<FONT CLASS="fsinnerbox-title" <%$title_id%>><% $opt{value} %></FONT>
+<TABLE <% $id %> 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};
+
</%init>