]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/admin/edit_user.html
Generische Unterstützung für CTI: Click-to-dial
[mfinanz.git] / templates / webpages / admin / edit_user.html
index 5ecd92673f3ff5b25394f477d02ed77197b4860b..3a8f129592d6201cde13fbce7c35316b58d56343 100644 (file)
   </tr>
  </table>
 
+ <h2>[%- LxERP.t8("CTI settings") %]</h2>
+
+ <table>
+  <tr>
+   <th align="right">[% LxERP.t8("Phone extension") %]</th>
+   <td>[% L.input_tag("user.config_values.phone_extension", props.phone_extension) %]</td>
+  </tr>
+
+  <tr>
+   <th align="right">[% LxERP.t8("Phone password") %]</th>
+   <td>[% L.input_tag("user.config_values.phone_password", props.phone_password) %]</td>
+  </tr>
+ </table>
+
  <h2>[%- LxERP.t8("Access to clients") %]</h2>
 
 [% IF SELF.all_clients.size %]
 
   function save_as_new() {
     $("#user_id").val("");
-    submit_with_action("save_newuser");
+    submit_with_action("save_user");
   }
    -->
 </script>