X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fadmin%2Flist_users.html;h=02a47062cc002198b3f948e6717eecc3a083371f;hb=9b4b377178bd704bfb646817eb23a014ef46b909;hp=e2011908e67dfa67a1c7236f3dd7496a3c34135d;hpb=a3f90d6fa23d0a8d026682511e7624bd847d532f;p=kivitendo-erp.git diff --git a/templates/webpages/admin/list_users.html b/templates/webpages/admin/list_users.html index e2011908e..02a47062c 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,25 +55,27 @@ [% 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 %]
@@ -71,5 +83,3 @@
- -