X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a3f90d6fa23d0a8d026682511e7624bd847d532f..7647d46:/templates/webpages/admin/list_users.html diff --git a/templates/webpages/admin/list_users.html b/templates/webpages/admin/list_users.html index e2011908e..67a2d621d 100644 --- a/templates/webpages/admin/list_users.html +++ b/templates/webpages/admin/list_users.html @@ -1,43 +1,53 @@ [%- USE T8 %] -[% USE HTML %] +[%- USE HTML %] +

[% title %]

-
[% title %]
-

- - - + + + + + + [% FOREACH row = MEMBERS %] - - - - - - - + + + + + + + + + + [% END %] -
[% 'Login Name' | $T8 %] [% 'Name' | $T8 %] [% 'Company' | $T8 %][% 'Driver' | $T8 %][% 'Host' | $T8 %][% 'Dataset' | $T8 %] [% 'Templates' | $T8 %][% 'Print' | $T8 %][% 'Language' | $T8 %][% 'Dataset' | $T8 %][% 'Host' | $T8 %][% 'Last Action' | $T8 %]
[% 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 %]

+


- + [% IF LOCKED %] [% ELSE %] @@ -45,31 +55,30 @@ [% 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 %]

+
-
+
+ +

[% 'User Login' | $T8 %]

-
[% 'User Login' | $T8 %]
+ + - + - - + +
[% 'Login Name' | $T8 %]  
[% 'Password' | $T8 %]
- -
- - -