[freeside-commits] branch master updated. 793956b8a0c19d7d39103e94235b0ca13f0f3e84

Ivan Kohler ivan at freeside.biz
Wed Apr 21 11:41:53 PDT 2021


The branch, master has been updated
       via  793956b8a0c19d7d39103e94235b0ca13f0f3e84 (commit)
      from  f48ffc61601d08024aeff19ecd07d7420fc4e5b3 (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 793956b8a0c19d7d39103e94235b0ca13f0f3e84
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Apr 21 11:41:52 2021 -0700

    4.x style

diff --git a/httemplate/edit/elements/edit.html b/httemplate/edit/elements/edit.html
index a32e99c0c..829b77615 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