X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1f6e513bac22932bb8b204accf3e8389965e4ac0..b293ff8ad52fc76ba0c44783e3982418114d6b08:/templates/webpages/admin/edit_user.html
diff --git a/templates/webpages/admin/edit_user.html b/templates/webpages/admin/edit_user.html
index 34a01a2de..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) %] |