X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fadmin%2Fedit_user.html;h=35dabd213295d807ecc48acdca303e2082e15604;hb=b9c6f8af42b092c97202385b67665bb7d4c1074b;hp=4cd24ca08f906f4b8e14a08949bc23023660c8c7;hpb=7d78285ae45852c390460c3905874d91e213aaec;p=kivitendo-erp.git diff --git a/templates/webpages/admin/edit_user.html b/templates/webpages/admin/edit_user.html index 4cd24ca08..35dabd213 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 %][%- USE LxERP -%] -
+

[% title %]

-
[% title %]
-

+ +

[% 'Back' | $T8 %]

@@ -34,9 +32,9 @@ @@ -48,52 +46,57 @@ - + - + - + - + - + - + - + - + - + - + + + + + +
[% '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 %]
@@ -102,61 +105,36 @@ - + - + - + - + - + - + - + @@ -164,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 %]
@@ -207,21 +172,21 @@ [% 'Driver' | $T8 %] PostgreSQL [% 'Host' | $T8 %] - + [% 'Dataset' | $T8 %] - + [% 'Port' | $T8 %] - + [% 'Database User' | $T8 %] - + [% 'Password' | $T8 %] - + @@ -254,7 +219,7 @@ - + [% 'Back' | $T8 %] @@ -265,7 +230,7 @@ - + [% L.submit_tag("action_delete_user", LxERP.t8('Delete'), confirm=LxERP.t8('Are you sure?')) %] [% END %] @@ -279,13 +244,11 @@ if (!new_user_login || (new_user_login == '')) return; - $("#action_save_user_as_new").attr('value', '1'); - $("#new_user_login").attr('value', new_user_login); + $("#action_save_user_as_new").val('1'); + $("#new_user_login").val(new_user_login); + $("#user_id").val(''); $("#Form").submit(); }); }); --> - - -