X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/288111da982510d86d73db5cef54c52e07a84f5a..a3ae31c:/templates/webpages/admin/show.html diff --git a/templates/webpages/admin/show.html b/templates/webpages/admin/show.html index 06d0e9176..b707237f7 100644 --- a/templates/webpages/admin/show.html +++ b/templates/webpages/admin/show.html @@ -7,17 +7,17 @@
[% LxERP.t8("No users have been created yet.") %] - [% LxERP.t8("In order to use kivitendo you have to create at least one client, one user, and grant that user access to the client.") %] + [% LxERP.t8("In order to use kivitendo you have to create at least a client, a user and a group.") %]
[%- ELSE %]| [% LxERP.t8('Login Name') %] | -[% LxERP.t8('Name') %] | -[% LxERP.t8('Language') %] | +|||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| [% LxERP.t8('Login Name') %] | +[% LxERP.t8('Name') %] | +[% LxERP.t8('Language') %] | |||||||||||||||||||||
| [% L.link(SELF.url_for(action="edit_user", id=user.id), HTML.escape(user.login)) %] | @@ -64,29 +65,55 @@
| [% LxERP.t8('Client name') %] | -[% LxERP.t8('Database ID') %] | -[% LxERP.t8('Database name') %] | -[% LxERP.t8('Database Host') %] | -[% LxERP.t8('Database User') %] | +|||
|---|---|---|---|---|---|---|---|
| [% LxERP.t8('Database ID') %] | +[% LxERP.t8('Client name') %] | +[% LxERP.t8('Database name') %] | +[% LxERP.t8('Database Host') %] | +[% LxERP.t8('Database User') %] | +[% LxERP.t8('Default client') %] | ||
| [% L.link(SELF.url_for(action="edit_client", client_id=client.id), HTML.escape(client.name)) %] | -[% HTML.escape(client.id) %] | +[% L.link(SELF.url_for(action="edit_client", id=client.id), HTML.escape(client.id)) %] | +[% L.link(SELF.url_for(action="edit_client", id=client.id), HTML.escape(client.name)) %] | [% HTML.escape(client.dbname) %] | [% HTML.escape(client.dbhost) %][% IF client.dbport %]:[%- HTML.escape(client.dbport) %][%- END %] | [% HTML.escape(client.dbuser) %] | +[% IF client.is_default %][% LxERP.t8("Yes") %][%- ELSE %][% LxERP.t8("No") %][%- END %] | +
+ [% LxERP.t8("No groups have been created yet.") %] + [% LxERP.t8("In order to use kivitendo you have to create at least a client, a user and a group.") %] +
+ +[%- ELSE %] +| [% LxERP.t8('Name') %] | +[% LxERP.t8('Description') %] | +
|---|---|
| [% L.link(SELF.url_for(action="edit_group", id=group.id), HTML.escape(group.name)) %] | +[% HTML.escape(group.description) %] |