X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c6dd542b51ae9549ad42a54f9023b905412bbab9..8b4cefe7bbc22c5c8a855a55c7bc7c0c735994c2:/templates/webpages/admin/edit_user.html
diff --git a/templates/webpages/admin/edit_user.html b/templates/webpages/admin/edit_user.html
index 8b3bde11e..1676be313 100644
--- a/templates/webpages/admin/edit_user.html
+++ b/templates/webpages/admin/edit_user.html
@@ -40,7 +40,7 @@
 
      
       | [% LxERP.t8('Signature') %] | 
-      [% L.textarea_tag("user.config_values.signature", props.signature, rows=3, cols=35) %] | 
+      [% L.textarea_tag("user.config_values.signature", props.signature, rows=3, cols=35, class="texteditor") %] | 
      
 
      
@@ -67,11 +67,6 @@
       | [% L.select_tag("user.config_values.numberformat", SELF.all_numberformats, default=props.numberformat) %] | 
      
 
-     
-      | [% LxERP.t8("Dropdown Limit") %] | 
-      [% L.input_tag("user.config_values.vclimit", props.vclimit) %] | 
-     
-
      
       | [% LxERP.t8("Language") %] | 
       [% L.select_tag("user.config_values.countrycode", SELF.all_countrycodes, title_key="title", default=props.countrycode) %] | 
@@ -173,7 +168,7 @@
   function submit_delete() {
 [% SET used_for_task_server_in_clients = SELF.is_user_used_for_task_server(SELF.user) %]
 [% IF used_for_task_server_in_clients %]
-   alert('[% LxERP.t8('The user cannot be deleted as it is used in the following clients: #1', used_for_task_server_in_clients) | js %]');
+   alert('[% JavaScript.escape(LxERP.t8('The user cannot be deleted as it is used in the following clients: #1', used_for_task_server_in_clients)) %]');
    return false;
 [% ELSE %]
     submit_with_action('delete_user');