projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7da9d5b
)
Kein Prompt, wenn Benutzer im Adminbereich "als neu" gespeichert wird
author
Thomas Heck
<theck@linet-services.de>
Fri, 26 Jul 2013 09:07:23 +0000
(11:07 +0200)
committer
Thomas Heck
<theck@linet-services.de>
Fri, 26 Jul 2013 09:09:07 +0000
(11:09 +0200)
fixt #2340
templates/webpages/admin/edit_user.html
patch
|
blob
|
history
diff --git
a/templates/webpages/admin/edit_user.html
b/templates/webpages/admin/edit_user.html
index
ff6a188
..
94db96b
100644
(file)
--- 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");
}