X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/841d44c00aae1166a0721e40dc2f9ffb7b9ac5b5..a3ae31c:/templates/webpages/admin/show.html diff --git a/templates/webpages/admin/show.html b/templates/webpages/admin/show.html index e046518de..b707237f7 100644 --- a/templates/webpages/admin/show.html +++ b/templates/webpages/admin/show.html @@ -74,8 +74,8 @@ [%- ELSE %]
| [% LxERP.t8('Client name') %] | [% LxERP.t8('Database ID') %] | +[% LxERP.t8('Client name') %] | [% LxERP.t8('Database name') %] | [% LxERP.t8('Database Host') %] | [% LxERP.t8('Database User') %] | @@ -84,8 +84,8 @@ [%- FOREACH client = SELF.all_clients %]
|---|---|---|---|---|---|
| [% 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.id) %] | [% HTML.escape(client.dbname) %] | [% HTML.escape(client.dbhost) %][% IF client.dbport %]:[%- HTML.escape(client.dbport) %][%- END %] | [% HTML.escape(client.dbuser) %] |