X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/fca2825c79e6740fd511a2f86df9cb1ff898bfdf..b6cc210659f5ed09f22de0b5985c62457ec634ac:/templates/webpages/admin/list_users.html diff --git a/templates/webpages/admin/list_users.html b/templates/webpages/admin/list_users.html index 2e6228fb9..02a47062c 100644 --- a/templates/webpages/admin/list_users.html +++ b/templates/webpages/admin/list_users.html @@ -1,10 +1,9 @@ [%- USE T8 %] -[% USE HTML %] +[%- USE HTML %] +

[% title %]

-
[% title %]
-

@@ -16,12 +15,13 @@ + [% FOREACH row = MEMBERS %] - + @@ -29,6 +29,12 @@ + [% END %] @@ -55,20 +61,21 @@ - +

[% 'User Login' | $T8 %]

-
[% 'User Login' | $T8 %]
+ +
[% 'Language' | $T8 %] [% 'Dataset' | $T8 %] [% 'Host' | $T8 %][% 'Last Action' | $T8 %]
 [% HTML.escape(row.login) %] [% HTML.escape(row.login) %]  [% HTML.escape(row.name) %]  [% HTML.escape(row.company) %]  [% HTML.escape(row.templates) %] [% 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 %]
- + - - + +
[% 'Login Name' | $T8 %]  
[% 'Password' | $T8 %]
@@ -76,5 +83,3 @@


- -