From: Ivan Kohler Date: Wed, 21 Apr 2021 18:41:52 +0000 (-0700) Subject: 4.x style X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=793956b8a0c19d7d39103e94235b0ca13f0f3e84;hp=f48ffc61601d08024aeff19ecd07d7420fc4e5b3 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'} ) { - + <% ( $opt{labels} && exists $opt{labels}->{$pkey} ) ? $opt{labels}->{$pkey} : $pkey %> - + #<% ( !$clone && $object->$pkey() ) || "(NEW)" %> % } @@ -277,9 +277,7 @@ Example: % my $tablenum = $opt{'tablenum'} || 0; + CLASS="<% $opt{html_table_class} || 'fsinnerbox' %>" > % my $g_row = 0;