X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=bin%2Fmozilla%2Fam.pl;h=d6ccfe2dfac35cda3e8dd42393d1444a0c1c2c77;hb=eeb490242d7da5631bd381fcf54bdf5402148440;hp=1fe78205cfe8aa2cf2bc633b488a2348f8db793f;hpb=e98e20941b580769e3f4e6e2bcac60a679b7e06b;p=kivitendo-erp.git diff --git a/bin/mozilla/am.pl b/bin/mozilla/am.pl index 1fe78205c..d6ccfe2df 100644 --- a/bin/mozilla/am.pl +++ b/bin/mozilla/am.pl @@ -3001,6 +3001,12 @@ sub config { $menustyle_v3 = "checked"; } + my ($show_form_details, $hide_form_details); + $myconfig{"show_form_details"} = 1 + unless (defined($myconfig{"show_form_details"})); + $show_form_details = "checked" if ($myconfig{"show_form_details"}); + $hide_form_details = "checked" unless ($myconfig{"show_form_details"}); + print qq| @@ -3080,7 +3086,14 @@ sub config { $locale->text("Top (Javascript)") . qq|  | . $locale->text("Old (on the side)") . qq| - + + + | . $locale->text('Form details (second row)') . qq| +   + +   + + | . $locale->text("Print options") . qq| @@ -3104,16 +3117,8 @@ sub config { - - - - - - -
| . $locale->text('Year End') . qq| (mm/dd) {defaults}{yearend}>| . $locale->text('Weight Unit') . qq|
- |