]> wagnertech.de Git - kivitendo-erp.git/commitdiff
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 ff6a188ebe7e0575ae24ad52afcaa6b8e3032b85..94db96b121722cca608466e0035d5fe850eb85a0 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");
   }