@@ -21,8 +21,7 @@ discard block |
||
21 | 21 | */ |
22 | 22 | |
23 | 23 | |
24 | -$pgroup = function( array $params, $group ) |
|
25 | -{ |
|
24 | +$pgroup = function( array $params, $group ) { |
|
26 | 25 | if( $group != null ) { |
27 | 26 | return [$group => ['page' => $params]]; |
28 | 27 | } |
@@ -56,16 +55,14 @@ discard block |
||
56 | 55 | $controller = $this->config( 'admin/jqadm/url/get/controller', 'Jqadm' ); |
57 | 56 | $action = $this->config( 'admin/jqadm/url/get/action', 'get' ); |
58 | 57 | $config = $this->config( 'admin/jqadm/url/get/config', [] ); |
59 | - } |
|
60 | - else |
|
58 | + } else |
|
61 | 59 | { |
62 | 60 | $target = $this->config( 'admin/jqadm/url/create/target' ); |
63 | 61 | $controller = $this->config( 'admin/jqadm/url/create/controller', 'Jqadm' ); |
64 | 62 | $action = $this->config( 'admin/jqadm/url/create/action', 'create' ); |
65 | 63 | $config = $this->config( 'admin/jqadm/url/create/config', [] ); |
66 | 64 | } |
67 | -} |
|
68 | -else |
|
65 | +} else |
|
69 | 66 | { |
70 | 67 | $target = $this->config( 'admin/jqadm/url/search/target' ); |
71 | 68 | $controller = $this->config( 'admin/jqadm/url/search/controller', 'Jqadm' ); |
@@ -291,8 +291,7 @@ |
||
291 | 291 | { |
292 | 292 | $propItem = $propItems[$entry['price.property.id']]; |
293 | 293 | unset( $propItems[$entry['price.property.id']] ); |
294 | - } |
|
295 | - else |
|
294 | + } else |
|
296 | 295 | { |
297 | 296 | $propItem = $propManager->createItem(); |
298 | 297 | } |
@@ -291,8 +291,7 @@ |
||
291 | 291 | { |
292 | 292 | $propItem = $propItems[$entry['price.property.id']]; |
293 | 293 | unset( $propItems[$entry['price.property.id']] ); |
294 | - } |
|
295 | - else |
|
294 | + } else |
|
296 | 295 | { |
297 | 296 | $propItem = $propManager->createItem(); |
298 | 297 | } |
@@ -291,8 +291,7 @@ |
||
291 | 291 | { |
292 | 292 | $propItem = $propItems[$entry['price.property.id']]; |
293 | 293 | unset( $propItems[$entry['price.property.id']] ); |
294 | - } |
|
295 | - else |
|
294 | + } else |
|
296 | 295 | { |
297 | 296 | $propItem = $propManager->createItem(); |
298 | 297 | } |
@@ -56,16 +56,14 @@ |
||
56 | 56 | $controller = $this->config( 'admin/jqadm/url/get/controller', 'Jqadm' ); |
57 | 57 | $action = $this->config( 'admin/jqadm/url/get/action', 'get' ); |
58 | 58 | $config = $this->config( 'admin/jqadm/url/get/config', [] ); |
59 | - } |
|
60 | - else |
|
59 | + } else |
|
61 | 60 | { |
62 | 61 | $target = $this->config( 'admin/jqadm/url/create/target' ); |
63 | 62 | $controller = $this->config( 'admin/jqadm/url/create/controller', 'Jqadm' ); |
64 | 63 | $action = $this->config( 'admin/jqadm/url/create/action', 'create' ); |
65 | 64 | $config = $this->config( 'admin/jqadm/url/create/config', [] ); |
66 | 65 | } |
67 | -} |
|
68 | -else |
|
66 | +} else |
|
69 | 67 | { |
70 | 68 | $target = $this->config( 'admin/jqadm/url/search/target' ); |
71 | 69 | $controller = $this->config( 'admin/jqadm/url/search/controller', 'Jqadm' ); |
@@ -50,7 +50,7 @@ |
||
50 | 50 | $id = $siteManager->searchItems( $search )->keys()->first() ?: $siteItem->getId(); |
51 | 51 | } |
52 | 52 | } |
53 | - catch( \Exception $e ) { ; } |
|
53 | + catch( \Exception $e ) {; } |
|
54 | 54 | |
55 | 55 | if( $view->access( ['admin', 'super'] ) ) { |
56 | 56 | $level = \Aimeos\MW\Tree\Manager\Base::LEVEL_TREE; |
@@ -50,7 +50,9 @@ discard block |
||
50 | 50 | $id = $siteManager->searchItems( $search )->keys()->first() ?: $siteItem->getId(); |
51 | 51 | } |
52 | 52 | } |
53 | - catch( \Exception $e ) { ; } |
|
53 | + catch( \Exception $e ) |
|
54 | + { |
|
55 | +; } |
|
54 | 56 | |
55 | 57 | if( $view->access( ['admin', 'super'] ) ) { |
56 | 58 | $level = \Aimeos\MW\Tree\Manager\Base::LEVEL_TREE; |
@@ -77,8 +79,7 @@ discard block |
||
77 | 79 | if( ( $rootItem = $sitePath->first() ) !== null ) { |
78 | 80 | $view->pageSiteTree = $siteManager->getTree( $rootItem->getId(), [], $level ); |
79 | 81 | } |
80 | - } |
|
81 | - else |
|
82 | + } else |
|
82 | 83 | { |
83 | 84 | $view->pageSiteList = map( [$view->pageSiteTree] ); |
84 | 85 | } |
@@ -294,8 +294,7 @@ |
||
294 | 294 | $propItem->setValue( $value ); |
295 | 295 | |
296 | 296 | $item->addPropertyItem( $propItem ); |
297 | - } |
|
298 | - else |
|
297 | + } else |
|
299 | 298 | { |
300 | 299 | $item->deletePropertyItems( $propItems->toArray() ); |
301 | 300 | } |
@@ -334,8 +334,11 @@ discard block |
||
334 | 334 | <div class="col-sm-8"><span class="item-coupon"><?= $enc->attr( $code ); ?></span></div> |
335 | 335 | </div> |
336 | 336 | <?php endforeach; ?> |
337 | - <?php else : ?> |
|
338 | - <?= $enc->html( $this->translate( 'admin', 'No voucher' ) ); ?> |
|
337 | + <?php else { |
|
338 | + : ?> |
|
339 | + <?= $enc->html( $this->translate( 'admin', 'No voucher' ) ); |
|
340 | +} |
|
341 | +?> |
|
339 | 342 | <?php endif; ?> |
340 | 343 | </div> |
341 | 344 | |
@@ -762,8 +765,11 @@ discard block |
||
762 | 765 | <div class="col-6 name"> |
763 | 766 | <?php if( $basket->getPrice()->getTaxFlag() ) : ?> |
764 | 767 | <?= $enc->html( $this->translate( 'admin', 'Incl. tax' ) ); ?> |
765 | - <?php else : ?> |
|
766 | - <?= $enc->html( $this->translate( 'admin', 'Excl. tax' ) ); ?> |
|
768 | + <?php else { |
|
769 | + : ?> |
|
770 | + <?= $enc->html( $this->translate( 'admin', 'Excl. tax' ) ); |
|
771 | +} |
|
772 | +?> |
|
767 | 773 | <?php endif; ?> |
768 | 774 | </div> |
769 | 775 | <div class="col-6 value"><?= $enc->html( sprintf( $priceFormat, $this->number( $basket->getPrice()->getTaxValue() ), $currency ) ); ?></div> |
@@ -123,9 +123,12 @@ discard block |
||
123 | 123 | <?= $enc->html( $this->translate( 'admin', 'Types for additional images like icons' ) ); ?> |
124 | 124 | </div> |
125 | 125 | </div> |
126 | - <?php else : ?> |
|
126 | + <?php else { |
|
127 | + : ?> |
|
127 | 128 | <input class="item-type" type="hidden" |
128 | - v-bind:name="'<?= $enc->attr( $this->formparam( ['media', '_idx_', 'media.type'] ) ); ?>'.replace('_idx_', idx)" |
|
129 | + v-bind:name="'<?= $enc->attr( $this->formparam( ['media', '_idx_', 'media.type'] ) ); |
|
130 | +} |
|
131 | +?>'.replace('_idx_', idx)" |
|
129 | 132 | value="<?= $enc->attr( $mediaTypes->getCode()->first() ) ?>" /> |
130 | 133 | <?php endif; ?> |
131 | 134 | |
@@ -188,9 +191,12 @@ discard block |
||
188 | 191 | <?= $enc->html( $this->translate( 'admin', 'Second level type for grouping items' ) ); ?> |
189 | 192 | </div> |
190 | 193 | </div> |
191 | - <?php else : ?> |
|
194 | + <?php else { |
|
195 | + : ?> |
|
192 | 196 | <input class="listitem-type" type="hidden" |
193 | - v-bind:name="'<?= $enc->attr( $this->formparam( ['media', '_idx_', 'service.lists.type'] ) ); ?>'.replace('_idx_', idx)" |
|
197 | + v-bind:name="'<?= $enc->attr( $this->formparam( ['media', '_idx_', 'service.lists.type'] ) ); |
|
198 | +} |
|
199 | +?>'.replace('_idx_', idx)" |
|
194 | 200 | value="<?= $enc->attr( $listTypes->getCode()->first() ) ?>" /> |
195 | 201 | <?php endif; ?> |
196 | 202 | <div class="form-group row optional"> |