diff options
Diffstat (limited to 'httemplate/edit/elements')
| -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;  | 
