diff --git a/Layout/default/Order/Index.php b/Layout/default/Order/Index.php index 8f31377bd..500bf6037 100644 --- a/Layout/default/Order/Index.php +++ b/Layout/default/Order/Index.php @@ -208,6 +208,7 @@ @@ -255,6 +256,107 @@ + +
+
+
+ +
+ +
+
Kontaktdaten
+ +
+
+

Vertragsinhaber

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Firmaowner->company?>
Vornameowner->firstname?>
Nachnameowner->lastname?>
Straßeowner->street?>
PLZowner->zip?>
Ortowner->city?>
Landowner->country?>
Telefonowner->phone?>
Mobiltelefonowner->mobile?>
Faxowner->fax?>
Emailowner->email?>
+
+ + billingaddress_id): ?> +
+

Rechungsempfänger

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Firmabillingaddress->company?>
Vornamebillingaddress->firstname?>
Nachnamebillingaddress->lastname?>
Straßebillingaddress->street?>
PLZbillingaddress->zip?>
Ortbillingaddress->city?>
Landbillingaddress->country?>
Telefonbillingaddress->phone?>
Mobiltelefonbillingaddress->mobile?>
Faxbillingaddress->fax?>
Emailbillingaddress->email?>
+
+ +
+ +
+
+
+
+
+ +
@@ -294,7 +396,7 @@ products) && count($order->products)): ?>

Produkte

- +
@@ -542,6 +644,7 @@ @@ -588,6 +691,107 @@ + + +
+
+
+ +
+ +
+
Kontaktdaten
+ +
+
+

Vertragsinhaber

+
Pos Anzahl
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Firmaowner->company?>
Vornameowner->firstname?>
Nachnameowner->lastname?>
Straßeowner->street?>
PLZowner->zip?>
Ortowner->city?>
Landowner->country?>
Telefonowner->phone?>
Mobiltelefonowner->mobile?>
Faxowner->fax?>
Emailowner->email?>
+
+ + billingaddress_id): ?> +
+

Rechungsempfänger

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Firmabillingaddress->company?>
Vornamebillingaddress->firstname?>
Nachnamebillingaddress->lastname?>
Straßebillingaddress->street?>
PLZbillingaddress->zip?>
Ortbillingaddress->city?>
Landbillingaddress->country?>
Telefonbillingaddress->phone?>
Mobiltelefonbillingaddress->mobile?>
Faxbillingaddress->fax?>
Emailbillingaddress->email?>
+
+ +
+ +
+ + + + +
@@ -627,7 +831,7 @@ products) && count($order->products)): ?>

Produkte

- +
diff --git a/public/assets/css/thetool.css b/public/assets/css/thetool.css index 666a727e5..9eff74e00 100644 --- a/public/assets/css/thetool.css +++ b/public/assets/css/thetool.css @@ -373,14 +373,14 @@ td.controls { background-color: #f0fff0; } -.top-no-border td, -.top-no-border th { +.top-no-border > td, +.top-no-border > th { border-top: none; padding-top: 2px; } -.bottom-no-border td, -.bottom-no-border th { +.bottom-no-border > td, +.bottom-no-border > th { border-bottom: none; padding-bottom: 2px; }
Pos Anzahl