X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/7da9d5b6d333c303880e1a57721b14d2305c3653..f24b55f280eb07d8ae23740d734e852174d7920b:/templates/webpages/admin/edit_user.html diff --git a/templates/webpages/admin/edit_user.html b/templates/webpages/admin/edit_user.html index ff6a188eb..94db96b12 100644 --- a/templates/webpages/admin/edit_user.html +++ b/templates/webpages/admin/edit_user.html @@ -157,11 +157,6 @@ } 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"); }