@@ -150,10 +150,13 @@ |
||
150 | 150 | |
151 | 151 | </ul> |
152 | 152 | |
153 | - <?php else : ?> |
|
153 | + <?php else { |
|
154 | + : ?> |
|
154 | 155 | |
155 | 156 | <select class="form-control select-list" |
156 | - name="<?= $enc->attr( $this->formparam( ['b_prod', 0, 'attrvarid', $code] ) ); ?>" |
|
157 | + name="<?= $enc->attr( $this->formparam( ['b_prod', 0, 'attrvarid', $code] ) ); |
|
158 | +} |
|
159 | +?>" |
|
157 | 160 | data-index="<?= $index++; ?>" data-type="<?= $enc->attr( $code ); ?>" > |
158 | 161 | |
159 | 162 | <?php if( !$this->config( 'client/html/catalog/selection/preselect/' . $code, false ) ) : ?> |