]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/login.pl
Ein oben angedocktes, auf CSS basierendes Menü hinzugefügt.
[mfinanz.git] / bin / mozilla / login.pl
index fc17057b5db699e5cb192fd537d3e6a4cc45ebcd..9541684aa3d44095bfc10a3cb2a9065557f0aafe 100644 (file)
@@ -91,6 +91,8 @@ sub login_screen {
 
 <form method=post name=loginscreen action=$form->{script}>
 
+  <input type="hidden" name="show_dbupdate_warning" value="1">
+
       <table width=100%>
        <tr>
          <td align=center>
@@ -147,7 +149,10 @@ sub login {
   }
 
   # made it this far, execute the menu
-  if ($user->{menustyle} eq "neu") {
+  if ($user->{menustyle} eq "v3") {
+    $form->{callback} =
+      "menuv3.pl?login=$form->{login}&password=$form->{password}&path=$form->{path}&action=display";
+  } elsif ($user->{menustyle} eq "neu") {
     $form->{callback} =
       "menunew.pl?login=$form->{login}&password=$form->{password}&path=$form->{path}&action=display";
   } else {