X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/288111da982510d86d73db5cef54c52e07a84f5a..6ac47be4e3e318ea212ca595195b0b55a9c386a3:/templates/webpages/admin/edit_user.html diff --git a/templates/webpages/admin/edit_user.html b/templates/webpages/admin/edit_user.html index 1fb9eff6d..ff6a188eb 100644 --- a/templates/webpages/admin/edit_user.html +++ b/templates/webpages/admin/edit_user.html @@ -3,9 +3,7 @@ [%- INCLUDE 'common/flash.html' %] -

[% title %]

- -

[% L.link(SELF.url_for(action="show"), LxERP.t8("Back")) %]

+

[% HTML.escape(title) %]

[% L.hidden_tag("user.id", SELF.user.id) %] @@ -20,7 +18,7 @@ - + [%- IF AUTH.can_change_password %] @@ -109,7 +107,7 @@

- [% L.select_tag("user.clients[]", SELF.all_clients, id="user_clients", title_key="name", default=SELF.user.clients, default_key='id', multiple=1) %] + [% L.select_tag("user.clients[]", SELF.all_clients, id="user_clients", title_key="name", default=SELF.user.clients, default_value_key='id', multiple=1) %] [% L.multiselect2side("user_clients", labelsx => LxERP.t8("All clients"), labeldx => LxERP.t8("Clients this user has access to")) %]
@@ -127,7 +125,7 @@

- [% L.select_tag("user.groups[]", SELF.all_groups, id="user_groups", title_key="name", default=SELF.user.groups, default_key='id', multiple=1) %] + [% L.select_tag("user.groups[]", SELF.all_groups, id="user_groups", title_key="name", default=SELF.user.groups, default_value_key='id', multiple=1) %] [% L.multiselect2side("user_groups", labelsx => LxERP.t8("All groups"), labeldx => LxERP.t8("Groups this user is a member in")) %]
[% LxERP.t8('Login Name') %][% L.input_tag("user.login", SELF.user.login) %][% L.input_tag("user.login", SELF.user.login, class="initial_focus") %]