X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=bin%2Fmozilla%2Fam.pl;h=48ed1cd30e16437a71cd211b71c50f8532e30b0c;hb=c1bf4079c7a2bc8ce7883e39838c88912d58301b;hp=d8d034ed2d0244787534bb44671bdda03c728770;hpb=62f99e30c191d86af9249b6ec61f410dbe46466d;p=kivitendo-erp.git diff --git a/bin/mozilla/am.pl b/bin/mozilla/am.pl index d8d034ed2..48ed1cd30 100644 --- a/bin/mozilla/am.pl +++ b/bin/mozilla/am.pl @@ -2993,8 +2993,13 @@ sub config { $form->header; - if ($myconfig{menustyle} eq "old") { $oldS = "checked"; } - else { $newS = "checked"; } + if ($myconfig{menustyle} eq "old") { + $menustyle_old = "checked"; + } elsif ($myconfig{menustyle} eq "neu") { + $menustyle_neu = "checked"; + } elsif ($myconfig{menustyle} eq "v3") { + $menustyle_v3 = "checked"; + } print qq| @@ -3069,8 +3074,12 @@ sub config { | . $locale->text('Setup Menu') . qq| -  New -  Old +  | . + $locale->text("Top (CSS)") . qq| +  | . + $locale->text("Top (Javascript)") . qq| +  | . + $locale->text("Old (on the side)") . qq| @@ -3095,16 +3104,8 @@ sub config { - - - - - - -
| . $locale->text('Year End') . qq| (mm/dd) {defaults}{yearend}>| . $locale->text('Weight Unit') . qq|
- |