X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fadmin%2Fedit_user.html;h=1853e212e5620541ad4cded7af1449461e087ebd;hb=dd5e7c23a2ca4dc84f2c945b5dd8ea5c55087374;hp=b30278050330212d50e08250bf105d6d9f886265;hpb=2d3f862b7af94f31860dd264eef7c1bc7de7eae2;p=kivitendo-erp.git diff --git a/templates/webpages/admin/edit_user.html b/templates/webpages/admin/edit_user.html index b30278050..1853e212e 100644 --- a/templates/webpages/admin/edit_user.html +++ b/templates/webpages/admin/edit_user.html @@ -1,18 +1,16 @@ [%- USE T8 %] -[% USE HTML %] - - - +[%- USE HTML %] +[%- USE L %] -
+

[% title %]

-
[% title %]
+ +

[% 'Back' | $T8 %]

@@ -101,61 +105,36 @@
- + @@ -47,52 +46,57 @@ - + - + - + - + - + - + - + - + - + - + + + + + +
[% 'Login' | $T8 %][% 'Login Name' | $T8 %] [%- IF edit %] - [% HTML.escape(myc_login) %] + [% HTML.escape(user.login) %] [%- ELSE %] - + [%- END %]
[% 'Name' | $T8 %]
[% 'E-mail' | $T8 %]
[% 'Signature' | $T8 %]
[% 'Phone' | $T8 %]
[% 'Fax' | $T8 %]
[% 'Company' | $T8 %]
[% 'Address' | $T8 %]
[% 'Tax number' | $T8 %]
[% 'Ust-IDNr' | $T8 %]
[% 'DUNS-Nr' | $T8 %]
[% 'SEPA creditor ID' | $T8 %]
- + - + - + - + - + - + - + @@ -163,34 +142,21 @@ - + - + - +
[% 'Date Format' | $T8 %] - - [% L.select_tag('user.dateformat', all_dateformats, default = user.dateformat) %]
[% 'Number Format' | $T8 %] - - [% L.select_tag('user.numberformat', all_numberformats, default = user.numberformat) %]
[% 'Dropdown Limit' | $T8 %]
[% 'Language' | $T8 %] - - [% L.select_tag('user.countrycode', all_countrycodes, title_key = 'title', default = user.countrycode) %]
[% 'Stylesheet' | $T8 %] - - [% L.select_tag('user.stylesheet', all_stylesheets, default = user.stylesheet) %]
[% 'Printer' | $T8 %]
[% 'Use Templates' | $T8 %] - - [% L.select_tag('usetemplates', all_templates, default = user.templates) %]
[% 'New Templates' | $T8 %]
[% 'Setup Templates' | $T8 %] - - [% L.select_tag('mastertemplates', all_master_templates, default = 'Standard') %]
[% 'Setup Menu' | $T8 %] - - [% L.select_tag('user.menustyle', all_menustyles, title_key = 'title', default = user.menustyle) %]
[% 'Mandatory Departments' | $T8 %] - [% 'No' | $T8 %] - [% 'Yes' | $T8 %] + [% 'No' | $T8 %] + [% 'Yes' | $T8 %]
@@ -206,21 +172,21 @@ [% 'Driver' | $T8 %] PostgreSQL [% 'Host' | $T8 %] - + [% 'Dataset' | $T8 %] - + [% 'Port' | $T8 %] - + - [% 'User' | $T8 %] - + [% 'Database User' | $T8 %] + [% 'Password' | $T8 %] - + @@ -253,6 +219,7 @@ + [% 'Back' | $T8 %] @@ -279,11 +246,9 @@ $("#action_save_user_as_new").attr('value', '1'); $("#new_user_login").attr('value', new_user_login); + $("#user_id").attr('value', ''); $("#Form").submit(); }); }); --> - - -