X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Flogin%2Fcompany_logo.html;h=00273aa9695becbf019030f8b8b2f141a861c6bd;hb=44c56028e89de13928738f898c9d12d62be4e4ed;hp=6f0ff8bf0fcbb33bccc4222caf37b9c1019d6f14;hpb=bd760b593d5b3bfe8b5cc01d61a5f6cdf761d26e;p=kivitendo-erp.git diff --git a/templates/webpages/login/company_logo.html b/templates/webpages/login/company_logo.html index 6f0ff8bf0..00273aa96 100644 --- a/templates/webpages/login/company_logo.html +++ b/templates/webpages/login/company_logo.html @@ -1,6 +1,5 @@ [%- USE T8 %] -[% USE HTML %][% USE LxERP %] - [%- DEFAULT myconfig_dbhost = 'localhost' %] +[%- USE HTML %][%- USE LxERP %]
- + [%

[% 'kivitendo' | $T8 %] [% version %]

+[%- IF git_head %] +

[%- LxERP.t8("Git revision: #1, #2 #3", git_head.hash.substr(0, 7), git_head.author_date.to_kivitendo, git_head.author_date.strftime('%H:%M:%S %Z')) %]

+[%- END %] +

[% 'companylogo_subtitle' | $T8 %]

- [% HTML.escape(myconfig_company) %] + [% HTML.escape(defaults.company) %]
- [% HTML.escape(myconfig_address).replace('\\\\n', '
').replace('\n', '
') %] + [% HTML.escape(defaults.address).replace('\\\\n', '
').replace('\n', '
') %]

@@ -29,20 +32,12 @@ [% HTML.escape(myconfig_name) %] - [% 'Language' | $T8 %] - [% HTML.escape(myconfig_countrycode) %] - - - [% 'Templates' | $T8 %] - [% HTML.escape(myconfig_templates) %] + [% IF AUTH_RIGHTS_ADMIN %][% END %][% 'Client' | $T8 %][% IF AUTH_RIGHTS_ADMIN %][% END %] + [% HTML.escape(client.name) %] - [% 'Dataset' | $T8 %] - [% HTML.escape(myconfig_dbname) %] - - - [% 'Database Host' | $T8 %] - [% HTML.escape(myconfig_dbhost) %] + [% 'Language' | $T8 %] + [% HTML.escape(myconfig_countrycode) %] [% 'Webserver interface' | $T8 %] @@ -56,6 +51,3 @@

[%- todo_list %] - - -