[freeside-commits] branch FREESIDE_4_BRANCH updated. 0364fc4b2dd80d6335b51c96a5c7b5066358f4db
Ivan Kohler
ivan at freeside.biz
Wed Apr 21 11:40:10 PDT 2021
The branch, FREESIDE_4_BRANCH has been updated
via 0364fc4b2dd80d6335b51c96a5c7b5066358f4db (commit)
from 61344de2708cefb228f6e8c03a25935e3dd497d3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0364fc4b2dd80d6335b51c96a5c7b5066358f4db
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Apr 21 11:40:09 2021 -0700
4.x style
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 @@
</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>
-----------------------------------------------------------------------
Summary of changes:
httemplate/elements/tablebreak-tr-title.html | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
More information about the freeside-commits
mailing list