@@ -133,9 +133,12 @@ |
||
133 | 133 | </select> |
134 | 134 | </div> |
135 | 135 | </div> |
136 | - <?php else : ?> |
|
136 | + <?php else { |
|
137 | + : ?> |
|
137 | 138 | <input class="item-type" type="hidden" |
138 | - name="<?= $enc->attr( $this->formparam( array( 'item', 'service.type' ) ) ); ?>" |
|
139 | + name="<?= $enc->attr( $this->formparam( array( 'item', 'service.type' ) ) ); |
|
140 | +} |
|
141 | +?>" |
|
139 | 142 | value="<?= $enc->attr( $types->getCode()->first() ) ?>" /> |
140 | 143 | <?php endif; ?> |
141 | 144 | <div class="form-group row mandatory"> |
@@ -133,9 +133,12 @@ |
||
133 | 133 | </select> |
134 | 134 | </div> |
135 | 135 | </div> |
136 | - <?php else : ?> |
|
136 | + <?php else { |
|
137 | + : ?> |
|
137 | 138 | <input class="item-type" type="hidden" |
138 | - name="<?= $enc->attr( $this->formparam( array( 'item', 'plugin.type' ) ) ); ?>" |
|
139 | + name="<?= $enc->attr( $this->formparam( array( 'item', 'plugin.type' ) ) ); |
|
140 | +} |
|
141 | +?>" |
|
139 | 142 | value="<?= $enc->attr( $types->getCode()->first() ) ?>" /> |
140 | 143 | <?php endif; ?> |
141 | 144 | <div class="form-group row mandatory"> |