X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c29f804f6abc440789b0c89ff4d7fc171fcf5bda..46bc75c8:/templates/webpages/admin/list_users.html diff --git a/templates/webpages/admin/list_users.html b/templates/webpages/admin/list_users.html index 2e6228fb9..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 %]