X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcommon%2Fshow_vc_details_de.html;h=2e2e54544a8ec286308f72bddf92b290358e4d2a;hb=06211d74ea81c20cd935a9f35df45a6f76590692;hp=8896c97d69b09a22ff72c2ec9279a564bf510aca;hpb=1a39394f99bd1a1870fe148cadfe52942096a802;p=kivitendo-erp.git diff --git a/templates/webpages/common/show_vc_details_de.html b/templates/webpages/common/show_vc_details_de.html index 8896c97d6..2e2e54544 100644 --- a/templates/webpages/common/show_vc_details_de.html +++ b/templates/webpages/common/show_vc_details_de.html @@ -1,14 +1,34 @@ -[% USE HTML %] +[% USE HTML %] + +[% BLOCK jump_block %] +

+ Springe zu Rechnungsadresse + [%- FOREACH shipto = SHIPTO %] + , + + Lieferadresse + "[% HTML.escape(shipto.shiptoname) %]" + + [%- END %] + [%- FOREACH contact = CONTACTS %] + , + + Ansprechpartner + "[% HTML.escape(contact.cp_name) %]" + + [%- END %] +

+ +
+[% END %] + +
[% IF is_customer %]Kundendetails[% ELSE %]Lieferantendetails[% END %] "[% HTML.escape(name) %]"
-

Springe zu Rechnungsadresse - [% FOREACH shipto = SHIPTO %], Lieferadresse "[% HTML.escape(shipto.shiptoname) %]"[% END %] - [% FOREACH contact = CONTACTS %], Ansprechpartner "[% HTML.escape(contact.cp_name) %]"[% END %]

- -
+ [%- INCLUDE jump_block CONTACTS = CONTACTS, SHIPTO = SHIPTO %]
Rechnungsadresse
@@ -135,19 +155,11 @@ - - - - [% FOREACH row = SHIPTO %]
-

Springe zu Rechnungsadresse - [% FOREACH shipto = SHIPTO %], Lieferadresse "[% HTML.escape(shipto.shiptoname) %]"[% END %] - [% FOREACH contact = CONTACTS %], Ansprechpartner "[% HTML.escape(contact.cp_name) %]"[% END %]

- -
+ [%- INCLUDE jump_block CONTACTS = CONTACTS, SHIPTO = SHIPTO %]
Lieferadresse "[% HTML.escape(row.shiptoname) %]"
@@ -213,11 +225,7 @@
-

Springe zu Rechnungsadresse - [% FOREACH shipto = SHIPTO %], Lieferadresse "[% HTML.escape(shipto.shiptoname) %]"[% END %] - [% FOREACH contact = CONTACTS %], Ansprechpartner "[% HTML.escape(contact.cp_name) %]"[% END %]

- -
+ [%- INCLUDE jump_block CONTACTS = CONTACTS, SHIPTO = SHIPTO %]
Ansprechpartner "[% HTML.escape(row.cp_name) %]"