]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/admin.pl
Legacy Fix: version->parse existiert erst seit 5.10.1. Vorher muss version->new-...
[mfinanz.git] / bin / mozilla / admin.pl
index 6532eddfa3573d72754cb856d421e0bdaaa81ef4..b1bdcb219a2f39e4b60af9417d64bc20117dbc20 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);
@@ -413,7 +415,7 @@ sub edit_user_form {
   closedir TEMPLATEDIR;
 
   @alldir = grep !/\.(html|tex|sty|odt|xml|txb)$/, @alldir;
-  @alldir = grep !/^(webpages|cache|\.svn)$/, @alldir;
+  @alldir = grep !/^(webpages|\.svn)$/, @alldir;
 
   @allhtml = reverse grep !/Default/, @allhtml;
   push @allhtml, 'Default';