X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/7cf894f137fa5e4a2679b8a6e1aa00566041f9e4..46bc75c8:/templates/webpages/admin/list_users.html diff --git a/templates/webpages/admin/list_users.html b/templates/webpages/admin/list_users.html index 0828b00c3..17778c28f 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 %] @@ -40,8 +47,8 @@ - + [% IF LOCKED %] [% ELSE %]