X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fadmin%2Flist_users.html;h=02a47062cc002198b3f948e6717eecc3a083371f;hb=fc41222c61dbee590005f04c50e8603581462543;hp=9ea6b230482fe303e039b0cefd0907d89394a0cb;hpb=77919bac9e5a5334630b727eef82098b5dea1676;p=kivitendo-erp.git diff --git a/templates/webpages/admin/list_users.html b/templates/webpages/admin/list_users.html index 9ea6b2304..02a47062c 100644 --- a/templates/webpages/admin/list_users.html +++ b/templates/webpages/admin/list_users.html @@ -1,42 +1,53 @@ [%- USE T8 %] -[% USE HTML %] +[%- USE HTML %] +

[% title %]

-
[% title %]
-

- + - - - + + + + + + [% FOREACH row = MEMBERS %] - - - - - - - + + + + + + + + + + [% END %] -
[% 'Login' | $T8 %][% '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 %] @@ -44,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 %]

-
Lx-Office ERP [% 'Login' | $T8 %]
+ + - - + + - - + +
[% 'Name' | $T8 %][% 'Login Name' | $T8 %]  
[% 'Password' | $T8 %]
@@ -70,5 +83,3 @@
- -