X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fadmin%2Flist_users.html;h=17778c28f931a79ea31a58fd78bc06ea71d7f85f;hb=c0318621a7eb2c05cfec74d2fbbd37025a03dc3d;hp=7d66002d11992e411b803adb03fa1bb2f3893220;hpb=4b937d1a3839d8235a650172a59998c1b7126e22;p=kivitendo-erp.git diff --git a/templates/webpages/admin/list_users.html b/templates/webpages/admin/list_users.html index 7d66002d1..17778c28f 100644 --- a/templates/webpages/admin/list_users.html +++ b/templates/webpages/admin/list_users.html @@ -11,32 +11,44 @@ [% 'Login Name' | $T8 %] [% 'Name' | $T8 %] [% 'Company' | $T8 %] - [% 'Driver' | $T8 %] - [% 'Host' | $T8 %] - [% 'Dataset' | $T8 %] [% 'Templates' | $T8 %] + [% 'Print' | $T8 %] + [% 'Language' | $T8 %] + [% 'Dataset' | $T8 %] + [% 'Host' | $T8 %] + [% 'Last Action' | $T8 %] + [% FOREACH row = MEMBERS %] - [% HTML.escape(row.login) %] - [% HTML.escape(row.name) %] - [% HTML.escape(row.company) %] - [% HTML.escape(row.dbdriver) %] - [% IF row.dbhost %][% HTML.escape(row.dbhost) %][% ELSE %]localhost[% END %] - [% HTML.escape(row.dbname) %] - [% HTML.escape(row.templates) %] +  [% HTML.escape(row.login) %] +  [% HTML.escape(row.name) %] +  [% HTML.escape(row.company) %] +  [% HTML.escape(row.templates) %] +  [% HTML.escape(row.template_format) %] +  [% HTML.escape(row.countrycode) %] +  [% HTML.escape(row.dbname) %] +  [% IF row.dbhost %][% HTML.escape(row.dbhost) %][% ELSE %]localhost[% END %] +   + [% IF( row.last_action ) %] + [% HTML.escape(row.last_action) %] + [% ELSE %] + [% 'not logged in' | $T8 %] + [% END %] + [% END %] -
+

+ [% IF LOCKED %] [% ELSE %] @@ -44,9 +56,10 @@ [% END %] +

[% 'Click on login name to edit!' | $T8 %]

-

[% 'To add a user to a group edit a name, change the login name and save. A new user with the same variables will then be saved under the new login name.' | $T8 %]

+