Kein Prompt, wenn Benutzer im Adminbereich "als neu" gespeichert wird
authorThomas Heck <theck@linet-services.de>
Fri, 26 Jul 2013 09:07:23 +0000 (11:07 +0200)
committerThomas Heck <theck@linet-services.de>
Fri, 26 Jul 2013 09:09:07 +0000 (11:09 +0200)
fixt #2340

templates/webpages/admin/edit_user.html

index ff6a188..94db96b 100644 (file)
   }
 
   function save_as_new() {
-    var new_user_login = prompt("[% LxERP.t8("Please enter the login for the new user.") %]", "");
-    if (!new_user_login)
-      return;
-
-    $("#user_login").val(new_user_login);
     $("#user_id").val("");
     submit_with_action("save_user");
   }