X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=bin%2Fmozilla%2Fam.pl;h=d6ccfe2dfac35cda3e8dd42393d1444a0c1c2c77;hb=eeb490242d7da5631bd381fcf54bdf5402148440;hp=18be99ffa985011234ab29e4eda6ef7e83a0da45;hpb=5ebbc846ece0cf580417eeaa6e11154b168ada7b;p=kivitendo-erp.git diff --git a/bin/mozilla/am.pl b/bin/mozilla/am.pl index 18be99ffa..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,14 +3117,8 @@ sub config { - - - - -
| . $locale->text('Year End') . qq| (mm/dd) {defaults}{yearend}>
- |