[freeside-commits] branch FREESIDE_4_BRANCH updated. f47f75d84450c7fa579e85a196cff845301f67fd
Ivan Kohler
ivan at freeside.biz
Wed Apr 21 11:41:56 PDT 2021
The branch, FREESIDE_4_BRANCH has been updated
via f47f75d84450c7fa579e85a196cff845301f67fd (commit)
from 0364fc4b2dd80d6335b51c96a5c7b5066358f4db (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 f47f75d84450c7fa579e85a196cff845301f67fd
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Apr 21 11:41:55 2021 -0700
4.x style
diff --git a/httemplate/edit/elements/edit.html b/httemplate/edit/elements/edit.html
index dced7a09b..6b21e4e49 100644
--- a/httemplate/edit/elements/edit.html
+++ b/httemplate/edit/elements/edit.html
@@ -263,12 +263,12 @@ Example:
% unless ( $opt{'no_pkey_display'} ) {
- <FONT SIZE="+1"><B>
+ <FONT CLASS="fsinnerbox-title">
<% ( $opt{labels} && exists $opt{labels}->{$pkey} )
? $opt{labels}->{$pkey}
: $pkey
%>
- </B></FONT>
+ </FONT>
#<% ( !$clone && $object->$pkey() ) || "(NEW)" %>
% }
@@ -277,9 +277,7 @@ Example:
% my $tablenum = $opt{'tablenum'} || 0;
<TABLE ID="TableNumber<% $tablenum++ %>"
- <% $opt{html_table_class} ? 'CLASS="'. $opt{html_table_class}. '"'
- : 'BGCOLOR="#cccccc" BORDER=0 CELLSPACING=0'
- %>
+ CLASS="<% $opt{html_table_class} || 'fsinnerbox' %>"
>
% my $g_row = 0;
-----------------------------------------------------------------------
Summary of changes:
httemplate/edit/elements/edit.html | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
More information about the freeside-commits
mailing list