X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/841d44c00aae1166a0721e40dc2f9ffb7b9ac5b5..2f4e58bf512ee69d554e551da226478e29097b2e:/templates/webpages/admin/show.html diff --git a/templates/webpages/admin/show.html b/templates/webpages/admin/show.html index e046518de..f8bd272b9 100644 --- a/templates/webpages/admin/show.html +++ b/templates/webpages/admin/show.html @@ -2,7 +2,7 @@ [% INCLUDE 'common/flash.html' %] -

[% title %]

+

[% HTML.escape(title) %]

[% LxERP.t8("Actions") %]: @@ -13,7 +13,7 @@ | [% L.link(SELF.url_for(action="new_group"), LxERP.t8("Add User Group")) %] | - [% L.link(SELF.url_for(action="pg_database_administration", controller="admin.pl"), LxERP.t8("Pg Database Administration")) %] + [% L.link(SELF.url_for(action="database_administration"), LxERP.t8("Pg Database Administration")) %] | [% L.link(SELF.url_for(action="list_printers"), LxERP.t8("Printer Management")) %] | @@ -74,8 +74,8 @@ [%- ELSE %] - + @@ -84,8 +84,8 @@ [%- FOREACH client = SELF.all_clients %] + -
[% LxERP.t8('Client name') %] [% LxERP.t8('Database ID') %][% LxERP.t8('Client name') %] [% LxERP.t8('Database name') %] [% LxERP.t8('Database Host') %] [% LxERP.t8('Database User') %]
[% 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) %]