X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=inline;f=templates%2Fwebpages%2Fadmin%2Fedit_user.html;h=3a8f129592d6201cde13fbce7c35316b58d56343;hb=53d80f2a01439ee73cf679c53326ec8fb32ab1ed;hp=5ecd92673f3ff5b25394f477d02ed77197b4860b;hpb=b021f0f5808d9a3b02ddc7f13c206ebc88387ff1;p=kivitendo-erp.git diff --git a/templates/webpages/admin/edit_user.html b/templates/webpages/admin/edit_user.html index 5ecd92673..3a8f12959 100644 --- a/templates/webpages/admin/edit_user.html +++ b/templates/webpages/admin/edit_user.html @@ -99,6 +99,20 @@ +

[%- LxERP.t8("CTI settings") %]

+ + + + + + + + + + + +
[% LxERP.t8("Phone extension") %][% L.input_tag("user.config_values.phone_extension", props.phone_extension) %]
[% LxERP.t8("Phone password") %][% L.input_tag("user.config_values.phone_password", props.phone_password) %]
+

[%- LxERP.t8("Access to clients") %]

[% IF SELF.all_clients.size %] @@ -158,7 +172,7 @@ function save_as_new() { $("#user_id").val(""); - submit_with_action("save_newuser"); + submit_with_action("save_user"); } -->