@@ -140,9 +140,12 @@ discard block |
||
140 | 140 | <?= $enc->html( $this->translate( 'admin', 'Language of the entered text' ) ); ?> |
141 | 141 | </div> |
142 | 142 | </div> |
143 | - <?php else : ?> |
|
143 | + <?php else { |
|
144 | + : ?> |
|
144 | 145 | <input class="text-langid" type="hidden" |
145 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.languageid' ) ) ); ?>'.replace('_idx_', idx)" |
|
146 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.languageid' ) ) ); |
|
147 | +} |
|
148 | +?>'.replace('_idx_', idx)" |
|
146 | 149 | value="<?= $enc->attr( key( $languages ) ) ?>" /> |
147 | 150 | <?php endif; ?> |
148 | 151 | |
@@ -162,9 +165,12 @@ discard block |
||
162 | 165 | <?= $enc->html( $this->translate( 'admin', 'Types for additional texts like per one lb/kg or per month' ) ); ?> |
163 | 166 | </div> |
164 | 167 | </div> |
165 | - <?php else : ?> |
|
168 | + <?php else { |
|
169 | + : ?> |
|
166 | 170 | <input class="item-type" type="hidden" |
167 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.type' ) ) ); ?>'.replace('_idx_', idx)" |
|
171 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.type' ) ) ); |
|
172 | +} |
|
173 | +?>'.replace('_idx_', idx)" |
|
168 | 174 | value="<?= $enc->attr( key( $textTypes ) ) ?>" /> |
169 | 175 | <?php endif; ?> |
170 | 176 | |
@@ -212,9 +218,12 @@ discard block |
||
212 | 218 | <?= $enc->html( $this->translate( 'admin', 'Second level type for grouping items' ) ); ?> |
213 | 219 | </div> |
214 | 220 | </div> |
215 | - <?php else : ?> |
|
221 | + <?php else { |
|
222 | + : ?> |
|
216 | 223 | <input class="listitem-type" type="hidden" |
217 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'attribute.lists.type' ) ) ); ?>'.replace('_idx_', idx)" |
|
224 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'attribute.lists.type' ) ) ); |
|
225 | +} |
|
226 | +?>'.replace('_idx_', idx)" |
|
218 | 227 | value="<?= $enc->attr( key( $listTypes ) ) ?>" /> |
219 | 228 | <?php endif; ?> |
220 | 229 |
@@ -140,9 +140,12 @@ discard block |
||
140 | 140 | <?= $enc->html( $this->translate( 'admin', 'Language of the entered text' ) ); ?> |
141 | 141 | </div> |
142 | 142 | </div> |
143 | - <?php else : ?> |
|
143 | + <?php else { |
|
144 | + : ?> |
|
144 | 145 | <input class="text-langid" type="hidden" |
145 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.languageid' ) ) ); ?>'.replace('_idx_', idx)" |
|
146 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.languageid' ) ) ); |
|
147 | +} |
|
148 | +?>'.replace('_idx_', idx)" |
|
146 | 149 | value="<?= $enc->attr( key( $languages ) ) ?>" /> |
147 | 150 | <?php endif; ?> |
148 | 151 | |
@@ -162,9 +165,12 @@ discard block |
||
162 | 165 | <?= $enc->html( $this->translate( 'admin', 'Types for additional texts like per one lb/kg or per month' ) ); ?> |
163 | 166 | </div> |
164 | 167 | </div> |
165 | - <?php else : ?> |
|
168 | + <?php else { |
|
169 | + : ?> |
|
166 | 170 | <input class="item-type" type="hidden" |
167 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.type' ) ) ); ?>'.replace('_idx_', idx)" |
|
171 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.type' ) ) ); |
|
172 | +} |
|
173 | +?>'.replace('_idx_', idx)" |
|
168 | 174 | value="<?= $enc->attr( key( $textTypes ) ) ?>" /> |
169 | 175 | <?php endif; ?> |
170 | 176 | |
@@ -212,9 +218,12 @@ discard block |
||
212 | 218 | <?= $enc->html( $this->translate( 'admin', 'Second level type for grouping items' ) ); ?> |
213 | 219 | </div> |
214 | 220 | </div> |
215 | - <?php else : ?> |
|
221 | + <?php else { |
|
222 | + : ?> |
|
216 | 223 | <input class="listitem-type" type="hidden" |
217 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'service.lists.type' ) ) ); ?>'.replace('_idx_', idx)" |
|
224 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'service.lists.type' ) ) ); |
|
225 | +} |
|
226 | +?>'.replace('_idx_', idx)" |
|
218 | 227 | value="<?= $enc->attr( key( $listTypes ) ) ?>" /> |
219 | 228 | <?php endif; ?> |
220 | 229 |
@@ -159,9 +159,12 @@ discard block |
||
159 | 159 | <?= $enc->html( $this->translate( 'admin', 'Language of the entered text' ) ); ?> |
160 | 160 | </div> |
161 | 161 | </div> |
162 | - <?php else : ?> |
|
162 | + <?php else { |
|
163 | + : ?> |
|
163 | 164 | <input class="text-langid" type="hidden" |
164 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.languageid' ) ) ); ?>'.replace('_idx_', idx)" |
|
165 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.languageid' ) ) ); |
|
166 | +} |
|
167 | +?>'.replace('_idx_', idx)" |
|
165 | 168 | value="<?= $enc->attr( key( $languages ) ) ?>" /> |
166 | 169 | <?php endif; ?> |
167 | 170 | |
@@ -181,9 +184,12 @@ discard block |
||
181 | 184 | <?= $enc->html( $this->translate( 'admin', 'Types for additional texts like per one lb/kg or per month' ) ); ?> |
182 | 185 | </div> |
183 | 186 | </div> |
184 | - <?php else : ?> |
|
187 | + <?php else { |
|
188 | + : ?> |
|
185 | 189 | <input class="item-type" type="hidden" |
186 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.type' ) ) ); ?>'.replace('_idx_', idx)" |
|
190 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.type' ) ) ); |
|
191 | +} |
|
192 | +?>'.replace('_idx_', idx)" |
|
187 | 193 | value="<?= $enc->attr( key( $textTypes ) ) ?>" /> |
188 | 194 | <?php endif; ?> |
189 | 195 | |
@@ -231,9 +237,12 @@ discard block |
||
231 | 237 | <?= $enc->html( $this->translate( 'admin', 'Second level type for grouping items' ) ); ?> |
232 | 238 | </div> |
233 | 239 | </div> |
234 | - <?php else : ?> |
|
240 | + <?php else { |
|
241 | + : ?> |
|
235 | 242 | <input class="listitem-type" type="hidden" |
236 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'product.lists.type' ) ) ); ?>'.replace('_idx_', idx)" |
|
243 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'product.lists.type' ) ) ); |
|
244 | +} |
|
245 | +?>'.replace('_idx_', idx)" |
|
237 | 246 | value="<?= $enc->attr( key( $listTypes ) ) ?>" /> |
238 | 247 | <?php endif; ?> |
239 | 248 |
@@ -140,9 +140,12 @@ discard block |
||
140 | 140 | <?= $enc->html( $this->translate( 'admin', 'Language of the entered text' ) ); ?> |
141 | 141 | </div> |
142 | 142 | </div> |
143 | - <?php else : ?> |
|
143 | + <?php else { |
|
144 | + : ?> |
|
144 | 145 | <input class="text-langid" type="hidden" |
145 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.languageid' ) ) ); ?>'.replace('_idx_', idx)" |
|
146 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.languageid' ) ) ); |
|
147 | +} |
|
148 | +?>'.replace('_idx_', idx)" |
|
146 | 149 | value="<?= $enc->attr( key( $languages ) ) ?>" /> |
147 | 150 | <?php endif; ?> |
148 | 151 | |
@@ -162,9 +165,12 @@ discard block |
||
162 | 165 | <?= $enc->html( $this->translate( 'admin', 'Types for additional texts like per one lb/kg or per month' ) ); ?> |
163 | 166 | </div> |
164 | 167 | </div> |
165 | - <?php else : ?> |
|
168 | + <?php else { |
|
169 | + : ?> |
|
166 | 170 | <input class="item-type" type="hidden" |
167 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.type' ) ) ); ?>'.replace('_idx_', idx)" |
|
171 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.type' ) ) ); |
|
172 | +} |
|
173 | +?>'.replace('_idx_', idx)" |
|
168 | 174 | value="<?= $enc->attr( key( $textTypes ) ) ?>" /> |
169 | 175 | <?php endif; ?> |
170 | 176 | |
@@ -212,9 +218,12 @@ discard block |
||
212 | 218 | <?= $enc->html( $this->translate( 'admin', 'Second level type for grouping items' ) ); ?> |
213 | 219 | </div> |
214 | 220 | </div> |
215 | - <?php else : ?> |
|
221 | + <?php else { |
|
222 | + : ?> |
|
216 | 223 | <input class="listitem-type" type="hidden" |
217 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'supplier.lists.type' ) ) ); ?>'.replace('_idx_', idx)" |
|
224 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'supplier.lists.type' ) ) ); |
|
225 | +} |
|
226 | +?>'.replace('_idx_', idx)" |
|
218 | 227 | value="<?= $enc->attr( key( $listTypes ) ) ?>" /> |
219 | 228 | <?php endif; ?> |
220 | 229 |
@@ -140,9 +140,12 @@ discard block |
||
140 | 140 | <?= $enc->html( $this->translate( 'admin', 'Language of the entered text' ) ); ?> |
141 | 141 | </div> |
142 | 142 | </div> |
143 | - <?php else : ?> |
|
143 | + <?php else { |
|
144 | + : ?> |
|
144 | 145 | <input class="text-langid" type="hidden" |
145 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.languageid' ) ) ); ?>'.replace('_idx_', idx)" |
|
146 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.languageid' ) ) ); |
|
147 | +} |
|
148 | +?>'.replace('_idx_', idx)" |
|
146 | 149 | value="<?= $enc->attr( key( $languages ) ) ?>" /> |
147 | 150 | <?php endif; ?> |
148 | 151 | |
@@ -162,9 +165,12 @@ discard block |
||
162 | 165 | <?= $enc->html( $this->translate( 'admin', 'Types for additional texts like per one lb/kg or per month' ) ); ?> |
163 | 166 | </div> |
164 | 167 | </div> |
165 | - <?php else : ?> |
|
168 | + <?php else { |
|
169 | + : ?> |
|
166 | 170 | <input class="item-type" type="hidden" |
167 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.type' ) ) ); ?>'.replace('_idx_', idx)" |
|
171 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'text.type' ) ) ); |
|
172 | +} |
|
173 | +?>'.replace('_idx_', idx)" |
|
168 | 174 | value="<?= $enc->attr( key( $textTypes ) ) ?>" /> |
169 | 175 | <?php endif; ?> |
170 | 176 | |
@@ -212,9 +218,12 @@ discard block |
||
212 | 218 | <?= $enc->html( $this->translate( 'admin', 'Second level type for grouping items' ) ); ?> |
213 | 219 | </div> |
214 | 220 | </div> |
215 | - <?php else : ?> |
|
221 | + <?php else { |
|
222 | + : ?> |
|
216 | 223 | <input class="listitem-type" type="hidden" |
217 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'catalog.lists.type' ) ) ); ?>'.replace('_idx_', idx)" |
|
224 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', '_idx_', 'catalog.lists.type' ) ) ); |
|
225 | +} |
|
226 | +?>'.replace('_idx_', idx)" |
|
218 | 227 | value="<?= $enc->attr( key( $listTypes ) ) ?>" /> |
219 | 228 | <?php endif; ?> |
220 | 229 |