X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6cf3f7762efd40bee49a2b8f11bb4ab6915d9071..46bc75c8:/templates/webpages/admin/list_users.html
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 @@
- | [% 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 %]
-
[% '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 %]
+