X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2518d79ae7e13a07036dab0877f46c9945ba3c1f..540c0b5e9a38158e6f7a6efacd20b2477efad7ac:/templates/webpages/admin/list_users.html diff --git a/templates/webpages/admin/list_users.html b/templates/webpages/admin/list_users.html index 2e6228fb9..39883d173 100644 --- a/templates/webpages/admin/list_users.html +++ b/templates/webpages/admin/list_users.html @@ -16,12 +16,13 @@ [% 'Language' | $T8 %] [% 'Dataset' | $T8 %] [% 'Host' | $T8 %] + [% 'Last Action' | $T8 %] [% FOREACH row = MEMBERS %] -  [% HTML.escape(row.login) %] +  [% HTML.escape(row.login) %]  [% HTML.escape(row.name) %]  [% HTML.escape(row.company) %]  [% HTML.escape(row.templates) %] @@ -29,6 +30,12 @@  [% 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 %] @@ -55,20 +62,21 @@ -
+ +
[% 'User Login' | $T8 %]
- + - - + +
[% 'Login Name' | $T8 %]  
[% 'Password' | $T8 %]