X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/7cb7319070a0404cfe7add38214b4c30c018edf8..c1b69a2cc9b8bceb807aeeeda9c6a083defde33f:/bin/mozilla/admin.pl?ds=inline diff --git a/bin/mozilla/admin.pl b/bin/mozilla/admin.pl index ab34702a6..b1bdcb219 100755 --- a/bin/mozilla/admin.pl +++ b/bin/mozilla/admin.pl @@ -351,13 +351,15 @@ sub add_user { $form->{title} = "Lx-Office ERP " . $locale->text('Administration') . " / " . $locale->text('Add User'); +# Note: Menu Style 'v3' is not compatible to all browsers! +# "menustyle" => "old" sets the HTML Menu to default. my $myconfig = { "vclimit" => 200, "countrycode" => "de", "numberformat" => "1.000,00", "dateformat" => "dd.mm.yy", "stylesheet" => "lx-office-erp.css", - "menustyle" => "v3", + "menustyle" => "old", }; edit_user_form($myconfig);