HTML-MenĂ¼ als Standard. Die MenĂ¼variante v3 (CSS) ist nicht mit allen Browsern kompat...
[kivitendo-erp.git] / bin / mozilla / admin.pl
index ab34702..b1bdcb2 100755 (executable)
@@ -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);