diff options
author | Ivan Kohler <ivan@freeside.biz> | 2021-04-21 11:41:52 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2021-04-21 11:41:52 -0700 |
commit | 793956b8a0c19d7d39103e94235b0ca13f0f3e84 (patch) | |
tree | ba23f41b381909d9fb947597b9693ac4592d7c30 /httemplate | |
parent | f48ffc61601d08024aeff19ecd07d7420fc4e5b3 (diff) |
4.x style
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/edit/elements/edit.html | 8 |
1 files changed, 3 insertions, 5 deletions
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; |