@@ -57,7 +57,7 @@ |
||
| 57 | 57 | |
| 58 | 58 | <?php foreach( array_values( $this->get( 'itemSubparts', [] ) ) as $idx => $subpart ) : ?> |
| 59 | 59 | <li class="nav-item <?= $enc->attr( $subpart ); ?>"> |
| 60 | - <a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx+1; ?>"> |
|
| 60 | + <a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx + 1; ?>"> |
|
| 61 | 61 | <?= $enc->html( $this->translate( 'admin', $subpart ) ); ?> |
| 62 | 62 | </a> |
| 63 | 63 | </li> |
@@ -57,7 +57,7 @@ |
||
| 57 | 57 | |
| 58 | 58 | <?php foreach( array_values( $this->get( 'itemSubparts', [] ) ) as $idx => $subpart ) : ?> |
| 59 | 59 | <li class="nav-item <?= $enc->attr( $subpart ); ?>"> |
| 60 | - <a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx+1; ?>"> |
|
| 60 | + <a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx + 1; ?>"> |
|
| 61 | 61 | <?= $enc->html( $this->translate( 'admin', $subpart ) ); ?> |
| 62 | 62 | </a> |
| 63 | 63 | </li> |
@@ -57,7 +57,7 @@ |
||
| 57 | 57 | |
| 58 | 58 | <?php foreach( array_values( $this->get( 'itemSubparts', [] ) ) as $idx => $subpart ) : ?> |
| 59 | 59 | <li class="nav-item <?= $enc->attr( $subpart ); ?>"> |
| 60 | - <a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx+1; ?>"> |
|
| 60 | + <a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx + 1; ?>"> |
|
| 61 | 61 | <?= $enc->html( $this->translate( 'admin', $subpart ) ); ?> |
| 62 | 62 | </a> |
| 63 | 63 | </li> |
@@ -57,7 +57,7 @@ |
||
| 57 | 57 | |
| 58 | 58 | <?php foreach( array_values( $this->get( 'itemSubparts', [] ) ) as $idx => $subpart ) : ?> |
| 59 | 59 | <li class="nav-item <?= $enc->attr( $subpart ); ?>"> |
| 60 | - <a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx+1; ?>"> |
|
| 60 | + <a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx + 1; ?>"> |
|
| 61 | 61 | <?= $enc->html( $this->translate( 'admin', $subpart ) ); ?> |
| 62 | 62 | </a> |
| 63 | 63 | </li> |
@@ -57,7 +57,7 @@ |
||
| 57 | 57 | |
| 58 | 58 | <?php foreach( array_values( $this->get( 'itemSubparts', [] ) ) as $idx => $subpart ) : ?> |
| 59 | 59 | <li class="nav-item <?= $enc->attr( $subpart ); ?>"> |
| 60 | - <a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx+1; ?>"> |
|
| 60 | + <a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx + 1; ?>"> |
|
| 61 | 61 | <?= $enc->html( $this->translate( 'admin', $subpart ) ); ?> |
| 62 | 62 | </a> |
| 63 | 63 | </li> |
@@ -57,7 +57,7 @@ |
||
| 57 | 57 | |
| 58 | 58 | <?php foreach( array_values( $this->get( 'itemSubparts', [] ) ) as $idx => $subpart ) : ?> |
| 59 | 59 | <li class="nav-item <?= $enc->attr( $subpart ); ?>"> |
| 60 | - <a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx+1; ?>"> |
|
| 60 | + <a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx + 1; ?>"> |
|
| 61 | 61 | <?= $enc->html( $this->translate( 'admin', $subpart ) ); ?> |
| 62 | 62 | </a> |
| 63 | 63 | </li> |
@@ -57,7 +57,7 @@ |
||
| 57 | 57 | |
| 58 | 58 | <?php foreach( array_values( $this->get( 'itemSubparts', [] ) ) as $idx => $subpart ) : ?> |
| 59 | 59 | <li class="nav-item <?= $enc->attr( $subpart ); ?>"> |
| 60 | - <a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx+1; ?>"> |
|
| 60 | + <a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx + 1; ?>"> |
|
| 61 | 61 | <?= $enc->html( $this->translate( 'admin', $subpart ) ); ?> |
| 62 | 62 | </a> |
| 63 | 63 | </li> |
@@ -10,8 +10,7 @@ |
||
| 10 | 10 | }; |
| 11 | 11 | |
| 12 | 12 | |
| 13 | -$sortItems = function( array $items ) |
|
| 14 | -{ |
|
| 13 | +$sortItems = function( array $items ) { |
|
| 15 | 14 | krsort( $items ); |
| 16 | 15 | return $items; |
| 17 | 16 | }; |
@@ -57,7 +57,7 @@ |
||
| 57 | 57 | |
| 58 | 58 | <?php foreach( array_values( $this->get( 'itemSubparts', [] ) ) as $idx => $subpart ) : ?> |
| 59 | 59 | <li class="nav-item <?= $enc->attr( $subpart ); ?>"> |
| 60 | - <a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx+1; ?>"> |
|
| 60 | + <a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx + 1; ?>"> |
|
| 61 | 61 | <?= $enc->html( $this->translate( 'admin', $subpart ) ); ?> |
| 62 | 62 | </a> |
| 63 | 63 | </li> |
@@ -5,8 +5,7 @@ discard block |
||
| 5 | 5 | * @copyright Aimeos (aimeos.org), 2016-2018 |
| 6 | 6 | */ |
| 7 | 7 | |
| 8 | -$price = function( array $orders, \Aimeos\MShop\Order\Item\Iface $item, $priceFormat ) |
|
| 9 | -{ |
|
| 8 | +$price = function( array $orders, \Aimeos\MShop\Order\Item\Iface $item, $priceFormat ) { |
|
| 10 | 9 | if( isset( $orders[$item->getBaseId()] ) ) |
| 11 | 10 | { |
| 12 | 11 | $price = $orders[$item->getBaseId()]->getPrice(); |
@@ -15,8 +14,7 @@ discard block |
||
| 15 | 14 | }; |
| 16 | 15 | |
| 17 | 16 | |
| 18 | -$name = function( array $orders, \Aimeos\MShop\Order\Item\Iface $item ) |
|
| 19 | -{ |
|
| 17 | +$name = function( array $orders, \Aimeos\MShop\Order\Item\Iface $item ) { |
|
| 20 | 18 | if( isset( $orders[$item->getBaseId()] ) ) |
| 21 | 19 | { |
| 22 | 20 | $type = \Aimeos\MShop\Order\Item\Base\Address\Base::TYPE_PAYMENT; |
@@ -34,8 +32,7 @@ discard block |
||
| 34 | 32 | }; |
| 35 | 33 | |
| 36 | 34 | |
| 37 | -$payment = function( array $orders, \Aimeos\MShop\Order\Item\Iface $item ) |
|
| 38 | -{ |
|
| 35 | +$payment = function( array $orders, \Aimeos\MShop\Order\Item\Iface $item ) { |
|
| 39 | 36 | if( isset( $orders[$item->getBaseId()] ) ) |
| 40 | 37 | { |
| 41 | 38 | $type = \Aimeos\MShop\Order\Item\Base\Service\Base::TYPE_PAYMENT; |
@@ -51,8 +48,7 @@ discard block |
||
| 51 | 48 | }; |
| 52 | 49 | |
| 53 | 50 | |
| 54 | -$status = function( $list, $key ) |
|
| 55 | -{ |
|
| 51 | +$status = function( $list, $key ) { |
|
| 56 | 52 | return ( isset( $list[$key] ) ? $list[$key] : '' ); |
| 57 | 53 | }; |
| 58 | 54 | |