@@ -20,6 +20,6 @@ |
||
20 | 20 | <?= wordwrap( strip_tags( $this->translate( 'client', 'If you have any questions, please reply to this e-mail' ) ) ); ?> |
21 | 21 | |
22 | 22 | |
23 | -<?= wordwrap( strip_tags( $this->translate( 'client', 'All orders are subject to our terms and conditions.' ) ) ); ?> |
|
23 | +<?= wordwrap( strip_tags( $this->translate( 'client', 'All orders are subject to our terms and conditions.' ) ) ); ?> |
|
24 | 24 | <?php $this->block()->stop(); ?> |
25 | 25 | <?= $this->block()->get( 'email/delivery/text' ); ?> |
@@ -61,7 +61,7 @@ |
||
61 | 61 | </p> |
62 | 62 | |
63 | 63 | <p class="email-common-legal content-block"> |
64 | - <?= nl2br( $enc->html( $this->translate( 'client', 'All orders are subject to our terms and conditions.' ), $enc::TRUST ) ); ?> |
|
64 | + <?= nl2br( $enc->html( $this->translate( 'client', 'All orders are subject to our terms and conditions.' ), $enc::TRUST ) ); ?> |
|
65 | 65 | </p> |
66 | 66 | |
67 | 67 | </div> |
@@ -20,6 +20,6 @@ |
||
20 | 20 | <?= wordwrap( strip_tags( $this->translate( 'client', 'If you have any questions, please reply to this e-mail' ) ) ); ?> |
21 | 21 | |
22 | 22 | |
23 | -<?= wordwrap( strip_tags( $this->translate( 'client', 'All orders are subject to our terms and conditions.' ) ) ); ?> |
|
23 | +<?= wordwrap( strip_tags( $this->translate( 'client', 'All orders are subject to our terms and conditions.' ) ) ); ?> |
|
24 | 24 | <?php $this->block()->stop(); ?> |
25 | 25 | <?= $this->block()->get( 'email/payment/text' ); ?> |
@@ -61,7 +61,7 @@ |
||
61 | 61 | </p> |
62 | 62 | |
63 | 63 | <p class="email-common-legal content-block"> |
64 | - <?= nl2br( $enc->html( $this->translate( 'client', 'All orders are subject to our terms and conditions.' ), $enc::TRUST ) ); ?> |
|
64 | + <?= nl2br( $enc->html( $this->translate( 'client', 'All orders are subject to our terms and conditions.' ), $enc::TRUST ) ); ?> |
|
65 | 65 | </p> |
66 | 66 | |
67 | 67 | </div> |
@@ -20,8 +20,11 @@ |
||
20 | 20 | |
21 | 21 | <?php if( ( $pass = $this->get( 'extAccountPassword' ) ) !== null ) : ?> |
22 | 22 | <?= $this->translate( 'client', 'Password' ); ?>: <?= $pass; ?> |
23 | -<?php else : ?> |
|
24 | - <?= $this->translate( 'client', 'Password' ); ?>: <?= $this->translate( 'client', 'Like entered by you' ); ?> |
|
23 | +<?php else { |
|
24 | + : ?> |
|
25 | + <?= $this->translate( 'client', 'Password' ); |
|
26 | +} |
|
27 | +?>: <?= $this->translate( 'client', 'Like entered by you' ); ?> |
|
25 | 28 | <?php endif; ?> |
26 | 29 | |
27 | 30 |
@@ -120,9 +120,12 @@ |
||
120 | 120 | href="<?= $enc->attr( $this->url( $checkoutTarget, $checkoutController, $checkoutAction, [], [], $checkoutConfig ) ); ?>"> |
121 | 121 | <?= $enc->html( $this->translate( 'client', 'Checkout' ), $enc::TRUST ); ?> |
122 | 122 | </a> |
123 | - <?php else : ?> |
|
123 | + <?php else { |
|
124 | + : ?> |
|
124 | 125 | <a class="btn btn-primary btn-lg btn-action" |
125 | - href="<?= $enc->attr( $this->url( $basketTarget, $basketController, $basketAction, array( 'b_check' => 1 ), [], $basketConfig ) ); ?>"> |
|
126 | + href="<?= $enc->attr( $this->url( $basketTarget, $basketController, $basketAction, array( 'b_check' => 1 ), [], $basketConfig ) ); |
|
127 | +} |
|
128 | +?>"> |
|
126 | 129 | <?= $enc->html( $this->translate( 'client', 'Check' ), $enc::TRUST ); ?> |
127 | 130 | </a> |
128 | 131 | <?php endif; ?> |
@@ -122,8 +122,11 @@ |
||
122 | 122 | <span class="value col-xs-6"> |
123 | 123 | <?php if( isset( $intervals[$item->getInterval()] ) ) : ?> |
124 | 124 | <?= $enc->html( $intervals[$item->getInterval()]->getName(), $enc::TRUST ); ?> |
125 | - <?php else : ?> |
|
126 | - <?= $enc->html( $item->getInterval(), $enc::TRUST ); ?> |
|
125 | + <?php else { |
|
126 | + : ?> |
|
127 | + <?= $enc->html( $item->getInterval(), $enc::TRUST ); |
|
128 | +} |
|
129 | +?> |
|
127 | 130 | <?php endif; ?> |
128 | 131 | </span> |
129 | 132 | </div> |
@@ -68,8 +68,11 @@ |
||
68 | 68 | $this->config( 'client/html/account/subscription/summary/address', 'common/summary/address-standard' ), |
69 | 69 | array( 'address' => $addresses['delivery'], 'type' => 'delivery' ) |
70 | 70 | ); ?> |
71 | - <?php else : ?> |
|
72 | - <?= $enc->html( $this->translate( 'client', 'like billing address' ), $enc::TRUST ); ?> |
|
71 | + <?php else { |
|
72 | + : ?> |
|
73 | + <?= $enc->html( $this->translate( 'client', 'like billing address' ), $enc::TRUST ); |
|
74 | +} |
|
75 | +?> |
|
73 | 76 | <?php endif; ?> |
74 | 77 | </div> |
75 | 78 | </div> |
@@ -70,8 +70,11 @@ |
||
70 | 70 | $this->config( 'client/html/account/history/summary/address', 'common/summary/address-standard' ), |
71 | 71 | array( 'address' => $addresses['delivery'], 'type' => 'delivery' ) |
72 | 72 | ); ?> |
73 | - <?php else : ?> |
|
74 | - <?= $enc->html( $this->translate( 'client', 'like billing address' ), $enc::TRUST ); ?> |
|
73 | + <?php else { |
|
74 | + : ?> |
|
75 | + <?= $enc->html( $this->translate( 'client', 'like billing address' ), $enc::TRUST ); |
|
76 | +} |
|
77 | +?> |
|
75 | 78 | <?php endif; ?> |
76 | 79 | </div> |
77 | 80 | </div> |