@@ -114,10 +114,13 @@ |
||
| 114 | 114 | <?= $enc->html( $this->translate( 'mshop/code', 'status:-2' ) ); ?> |
| 115 | 115 | </option> |
| 116 | 116 | </select> |
| 117 | - <?php else : ?> |
|
| 117 | + <?php else { |
|
| 118 | + : ?> |
|
| 118 | 119 | <span class="form-control item-status"> |
| 119 | 120 | <?php $key = 'status:' . $this->get( 'itemData/review.status' ) ?> |
| 120 | - <?= $enc->html( $this->translate( 'mshop/code', $key ) ); ?> |
|
| 121 | + <?= $enc->html( $this->translate( 'mshop/code', $key ) ); |
|
| 122 | +} |
|
| 123 | +?> |
|
| 121 | 124 | </span> |
| 122 | 125 | <?php endif ?> |
| 123 | 126 | </div> |