diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2021-04-21 11:41:55 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2021-04-21 11:41:55 -0700 |
| commit | f47f75d84450c7fa579e85a196cff845301f67fd (patch) | |
| tree | 13dc78fc6b53cafe4c7ca672a86601529a93e17d | |
| parent | 0364fc4b2dd80d6335b51c96a5c7b5066358f4db (diff) | |
4.x style
| -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 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; |
