X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fadmin%2Flist_users.html;h=67a2d621d1742fffdd80abeef9c5835ecad7069b;hb=e5a690f9c51aab7ac96130cb11b9d4c740c84016;hp=2e6228fb9af5f6ed41dfd7bc687063fd2811f65b;hpb=35caef2ba9d189a9d668eefc5db1cfe153984180;p=kivitendo-erp.git diff --git a/templates/webpages/admin/list_users.html b/templates/webpages/admin/list_users.html index 2e6228fb9..67a2d621d 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,26 +61,24 @@ - +
+ +

[% '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 %]
- -


- - -