From: G. Richardson Date: Thu, 4 Dec 2014 14:11:24 +0000 (+0100) Subject: Tabreiter-Titel für Buchungsliste angepasst X-Git-Tag: release-3.2.0beta~210 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=c05d6e3a062effb45e667ed687be463b700ffc50;p=kivitendo-erp.git Tabreiter-Titel für Buchungsliste angepasst damit der Übersetzungsparser damit zurechtkommt. --- diff --git a/templates/webpages/ap/form_header.html b/templates/webpages/ap/form_header.html index b686d04d4..92d89fdaf 100644 --- a/templates/webpages/ap/form_header.html +++ b/templates/webpages/ap/form_header.html @@ -83,7 +83,7 @@
  • [% 'Basic Data' | $T8 %]
  • [%- IF id %]
  • [% 'Linked Records' | $T8 %]
  • -
  • [% 'Transactions' | $T8 %]
  • +
  • [% 'Transactions' | LxERP.t8 %]
  • [%- END %] diff --git a/templates/webpages/ar/form_header.html b/templates/webpages/ar/form_header.html index ba4fa351c..c8f7c277d 100644 --- a/templates/webpages/ar/form_header.html +++ b/templates/webpages/ar/form_header.html @@ -24,7 +24,7 @@
  • [% 'Basic Data' | $T8 %]
  • [%- IF id %]
  • [% 'Linked Records' | $T8 %]
  • -
  • [% 'Transactions' | $T8 %]
  • +
  • [% 'Transactions' | LxERP.t8 %]
  • [%- END %] diff --git a/templates/webpages/ir/form_header.html b/templates/webpages/ir/form_header.html index e36c12002..fcc034487 100644 --- a/templates/webpages/ir/form_header.html +++ b/templates/webpages/ir/form_header.html @@ -34,7 +34,7 @@ [%- END %] [%- IF id %]
  • [% 'Linked Records' | $T8 %]
  • -
  • [% 'Transactions' | $T8 %]
  • +
  • [% 'Transactions' | LxERP.t8 %]
  • [%- END %] diff --git a/templates/webpages/is/form_header.html b/templates/webpages/is/form_header.html index 028cc1e84..738b54555 100644 --- a/templates/webpages/is/form_header.html +++ b/templates/webpages/is/form_header.html @@ -35,7 +35,7 @@ [%- END %] [%- IF id %]
  • [% 'Linked Records' | $T8 %]
  • -
  • [% 'Transactions' | $T8 %]
  • +
  • [% 'Transactions' | LxERP.t8 %]
  • [%- END %]