@@ -160,9 +160,12 @@ discard block |
||
160 | 160 | </select> |
161 | 161 | </div> |
162 | 162 | </div> |
163 | - <?php else : ?> |
|
163 | + <?php else { |
|
164 | + : ?> |
|
164 | 165 | <input class="item-currencyid" type="hidden" |
165 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'price', 'idx', 'price.currencyid' ) ) ); ?>'.replace('idx', idx)" |
|
166 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'price', 'idx', 'price.currencyid' ) ) ); |
|
167 | +} |
|
168 | +?>'.replace('idx', idx)" |
|
166 | 169 | value="<?= $enc->attr( key( $currencies ) ); ?>" /> |
167 | 170 | <?php endif; ?> |
168 | 171 | |
@@ -190,9 +193,12 @@ discard block |
||
190 | 193 | <?= $enc->html( $this->translate( 'admin', 'Types for additional prices like per one lb/kg or per month' ) ); ?> |
191 | 194 | </div> |
192 | 195 | </div> |
193 | - <?php else : ?> |
|
196 | + <?php else { |
|
197 | + : ?> |
|
194 | 198 | <input class="item-type" type="hidden" |
195 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'price', 'idx', 'price.type' ) ) ); ?>'.replace('idx', idx)" |
|
199 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'price', 'idx', 'price.type' ) ) ); |
|
200 | +} |
|
201 | +?>'.replace('idx', idx)" |
|
196 | 202 | value="<?= $enc->attr( key( $priceTypes ) ); ?>" /> |
197 | 203 | <?php endif; ?> |
198 | 204 | |
@@ -248,9 +254,12 @@ discard block |
||
248 | 254 | <?= $enc->html( $this->translate( 'admin', 'Second level type for grouping items' ) ); ?> |
249 | 255 | </div> |
250 | 256 | </div> |
251 | - <?php else : ?> |
|
257 | + <?php else { |
|
258 | + : ?> |
|
252 | 259 | <input class="listitem-type" type="hidden" |
253 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'price', 'idx', 'attribute.lists.type' ) ) ); ?>'.replace('idx', idx)" |
|
260 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'price', 'idx', 'attribute.lists.type' ) ) ); |
|
261 | +} |
|
262 | +?>'.replace('idx', idx)" |
|
254 | 263 | value="<?= $enc->attr( key( $listTypes ) ); ?>" |
255 | 264 | v-model="items[idx]['attribute.lists.type']" /> |
256 | 265 | <?php endif; ?> |
@@ -77,7 +77,7 @@ discard block |
||
77 | 77 | <div is="taxrates" v-bind:key="idx" |
78 | 78 | v-bind:name="'<?= $enc->attr( $this->formparam( array( 'price', 'idx', 'price.taxrates' ) ) ); ?>'.replace('idx', idx)" |
79 | 79 | v-bind:placeholder="'<?= $enc->attr( $this->translate( 'admin', 'Tax rate in %' ) ); ?>'" |
80 | - v-bind:types="JSON.parse('<?= $enc->attr($this->config( 'admin/tax', [] ) ) ?>')" |
|
80 | + v-bind:types="JSON.parse('<?= $enc->attr( $this->config( 'admin/tax', [] ) ) ?>')" |
|
81 | 81 | v-bind:tabindex="<?= $this->get( 'tabindex' ); ?>" |
82 | 82 | v-bind:readonly="checkSite('price.siteid', idx)" |
83 | 83 | v-bind:taxrates="items[idx]['price.taxrates']" |
@@ -312,7 +312,7 @@ discard block |
||
312 | 312 | <th><?= $enc->html( $this->translate( 'admin', 'Value' ) ); ?></th> |
313 | 313 | <th class="actions"> |
314 | 314 | <div v-if="!readonly" class="btn act-add fa" tabindex="1" v-on:click="add()" |
315 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"></div> |
|
315 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"></div> |
|
316 | 316 | </th> |
317 | 317 | </tr> |
318 | 318 | </thead> |
@@ -331,7 +331,7 @@ discard block |
||
331 | 331 | </td> |
332 | 332 | <td class="actions"> |
333 | 333 | <div v-if="!readonly" class="btn act-delete fa" tabindex="1" v-on:click="remove(pos)" |
334 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"></div> |
|
334 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"></div> |
|
335 | 335 | </td> |
336 | 336 | </tr> |
337 | 337 | </tbody> |
@@ -124,9 +124,12 @@ discard block |
||
124 | 124 | <?= $enc->html( $this->translate( 'admin', 'Types for additional images like icons' ) ); ?> |
125 | 125 | </div> |
126 | 126 | </div> |
127 | - <?php else : ?> |
|
127 | + <?php else { |
|
128 | + : ?> |
|
128 | 129 | <input class="item-type" type="hidden" |
129 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'media', 'idx', 'media.type' ) ) ); ?>'.replace( 'idx', idx )" |
|
130 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'media', 'idx', 'media.type' ) ) ); |
|
131 | +} |
|
132 | +?>'.replace( 'idx', idx )" |
|
130 | 133 | value="<?= $enc->attr( key( $mediaTypes ) ); ?>" /> |
131 | 134 | <?php endif; ?> |
132 | 135 | |
@@ -204,9 +207,12 @@ discard block |
||
204 | 207 | <?= $enc->html( $this->translate( 'admin', 'Second level type for grouping items' ) ); ?> |
205 | 208 | </div> |
206 | 209 | </div> |
207 | - <?php else : ?> |
|
210 | + <?php else { |
|
211 | + : ?> |
|
208 | 212 | <input class="listitem-type" type="hidden" |
209 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'media', 'idx', 'attribute.lists.type' ) ) ); ?>'.replace( 'idx', idx )" |
|
213 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'media', 'idx', 'attribute.lists.type' ) ) ); |
|
214 | +} |
|
215 | +?>'.replace( 'idx', idx )" |
|
210 | 216 | value="<?= $enc->attr( key( $listTypes ) ); ?>" |
211 | 217 | v-model="items[idx]['attribute.lists.type']" /> |
212 | 218 | <?php endif; ?> |
@@ -43,7 +43,7 @@ discard block |
||
43 | 43 | v-bind:aria-controls="'item-media-group-data-' + idx" aria-expanded="false"> |
44 | 44 | <div class="card-tools-left"> |
45 | 45 | <div class="btn btn-card-header act-show fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
46 | - title="<?= $enc->attr( $this->translate( 'admin', 'Show/hide this entry') ); ?>"> |
|
46 | + title="<?= $enc->attr( $this->translate( 'admin', 'Show/hide this entry' ) ); ?>"> |
|
47 | 47 | </div> |
48 | 48 | </div> |
49 | 49 | <span class="item-label header-label" v-html="getLabel(idx)"></span> |
@@ -55,7 +55,7 @@ discard block |
||
55 | 55 | </div> |
56 | 56 | <div v-if="!checkSite('attribute.lists.siteid', idx)" |
57 | 57 | class="btn btn-card-header act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
58 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>" |
|
58 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>" |
|
59 | 59 | v-on:click.stop="removeItem(idx)"> |
60 | 60 | </div> |
61 | 61 | </div> |
@@ -77,7 +77,7 @@ discard block |
||
77 | 77 | v-bind:name="'<?= $enc->attr( $this->formparam( array( 'media', 'idx', 'media.url' ) ) ); ?>'.replace( 'idx', idx )" |
78 | 78 | v-model="items[idx]['media.url']" /> |
79 | 79 | <img v-if="items[idx]['media.preview']" class="item-preview" |
80 | - v-bind:src="getUrl('<?= $this->content('') ?>', items[idx]['media.preview'])" |
|
80 | + v-bind:src="getUrl('<?= $this->content( '' ) ?>', items[idx]['media.preview'])" |
|
81 | 81 | v-bind:alt="items[idx]['media.label']" /> |
82 | 82 | <p v-else class="item-preview"> |
83 | 83 | {{ items[idx]['media.label'] || '<?= $enc->html( $this->translate( 'admin', 'Select file' ) ) ?>' }} |
@@ -186,7 +186,7 @@ discard block |
||
186 | 186 | <div v-on:click="toggle(idx)" class="col-xl-12 advanced" v-bind:class="{ 'collapsed': !advanced[idx] }"> |
187 | 187 | <div class="card-tools-left"> |
188 | 188 | <div class="btn act-show fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
189 | - title="<?= $enc->attr( $this->translate( 'admin', 'Show/hide advanced data') ); ?>"> |
|
189 | + title="<?= $enc->attr( $this->translate( 'admin', 'Show/hide advanced data' ) ); ?>"> |
|
190 | 190 | </div> |
191 | 191 | </div> |
192 | 192 | <span class="header-label"><?= $enc->html( $this->translate( 'admin', 'Advanced' ) ); ?></span> |
@@ -264,7 +264,7 @@ discard block |
||
264 | 264 | <th class="config-row-value"><?= $enc->html( $this->translate( 'admin', 'Value' ) ); ?></th> |
265 | 265 | <th class="actions"> |
266 | 266 | <div v-if="!readonly" class="btn act-add fa" tabindex="1" v-on:click="add()" |
267 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"></div> |
|
267 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"></div> |
|
268 | 268 | </th> |
269 | 269 | </tr> |
270 | 270 | </thead> |
@@ -283,7 +283,7 @@ discard block |
||
283 | 283 | </td> |
284 | 284 | <td class="actions"> |
285 | 285 | <div v-if="!readonly" class="btn act-delete fa" tabindex="1" v-on:click="remove(pos)" |
286 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"></div> |
|
286 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"></div> |
|
287 | 287 | </td> |
288 | 288 | </tr> |
289 | 289 | </tbody> |
@@ -299,7 +299,7 @@ discard block |
||
299 | 299 | |
300 | 300 | <div slot="footer" class="card-tools-more"> |
301 | 301 | <div class="btn btn-primary btn-card-more act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
302 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
302 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
303 | 303 | v-on:click="addItem('attribute.lists.')" > |
304 | 304 | </div> |
305 | 305 | </div> |
@@ -124,9 +124,12 @@ discard block |
||
124 | 124 | <?= $enc->html( $this->translate( 'admin', 'Language of the entered text' ) ); ?> |
125 | 125 | </div> |
126 | 126 | </div> |
127 | - <?php else : ?> |
|
127 | + <?php else { |
|
128 | + : ?> |
|
128 | 129 | <input class="text-langid" type="hidden" |
129 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', 'idx', 'text.languageid' ) ) ); ?>'.replace('idx', idx)" |
|
130 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', 'idx', 'text.languageid' ) ) ); |
|
131 | +} |
|
132 | +?>'.replace('idx', idx)" |
|
130 | 133 | value="<?= $enc->attr( key( $languages ) ); ?>" /> |
131 | 134 | <?php endif; ?> |
132 | 135 | |
@@ -155,9 +158,12 @@ discard block |
||
155 | 158 | <?= $enc->html( $this->translate( 'admin', 'Types for additional texts like per one lb/kg or per month' ) ); ?> |
156 | 159 | </div> |
157 | 160 | </div> |
158 | - <?php else : ?> |
|
161 | + <?php else { |
|
162 | + : ?> |
|
159 | 163 | <input class="item-type" type="hidden" |
160 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', 'idx', 'text.type' ) ) ); ?>'.replace('idx', idx)" |
|
164 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', 'idx', 'text.type' ) ) ); |
|
165 | +} |
|
166 | +?>'.replace('idx', idx)" |
|
161 | 167 | value="<?= $enc->attr( key( $textTypes ) ); ?>" /> |
162 | 168 | <?php endif; ?> |
163 | 169 | |
@@ -213,9 +219,12 @@ discard block |
||
213 | 219 | <?= $enc->html( $this->translate( 'admin', 'Second level type for grouping items' ) ); ?> |
214 | 220 | </div> |
215 | 221 | </div> |
216 | - <?php else : ?> |
|
222 | + <?php else { |
|
223 | + : ?> |
|
217 | 224 | <input class="listitem-type" type="hidden" |
218 | - v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', 'idx', 'attribute.lists.type' ) ) ); ?>'.replace('idx', idx)" |
|
225 | + v-bind:name="'<?= $enc->attr( $this->formparam( array( 'text', 'idx', 'attribute.lists.type' ) ) ); |
|
226 | +} |
|
227 | +?>'.replace('idx', idx)" |
|
219 | 228 | value="<?= $enc->attr( key( $listTypes ) ); ?>" |
220 | 229 | v-model="items[idx]['attribute.lists.type']" /> |
221 | 230 | <?php endif; ?> |
@@ -295,7 +295,7 @@ discard block |
||
295 | 295 | <th class="config-row-value"><?= $enc->html( $this->translate( 'admin', 'Value' ) ); ?></th> |
296 | 296 | <th class="actions"> |
297 | 297 | <div v-if="!readonly" class="btn act-add fa" tabindex="1" v-on:click="add()" |
298 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"></div> |
|
298 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"></div> |
|
299 | 299 | </th> |
300 | 300 | </tr> |
301 | 301 | </thead> |
@@ -314,7 +314,7 @@ discard block |
||
314 | 314 | </td> |
315 | 315 | <td class="actions"> |
316 | 316 | <div v-if="!readonly" class="btn act-delete fa" tabindex="1" v-on:click="remove(pos)" |
317 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"></div> |
|
317 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"></div> |
|
318 | 318 | </td> |
319 | 319 | </tr> |
320 | 320 | </tbody> |
@@ -31,7 +31,7 @@ |
||
31 | 31 | </th> |
32 | 32 | <th class="actions"> |
33 | 33 | <div class="btn act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
34 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
34 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
35 | 35 | v-on:click="addItem()"> |
36 | 36 | </div> |
37 | 37 | </th> |
@@ -31,7 +31,7 @@ |
||
31 | 31 | </th> |
32 | 32 | <th class="actions"> |
33 | 33 | <div class="btn act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
34 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
34 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
35 | 35 | v-on:click="addItem()"> |
36 | 36 | </div> |
37 | 37 | </th> |
@@ -32,7 +32,7 @@ |
||
32 | 32 | </th> |
33 | 33 | <th class="actions"> |
34 | 34 | <div class="btn act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
35 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
35 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
36 | 36 | v-on:click="addItem('product.lists.')"> |
37 | 37 | </th> |
38 | 38 | </tr> |
@@ -31,7 +31,7 @@ |
||
31 | 31 | </th> |
32 | 32 | <th class="actions"> |
33 | 33 | <div class="btn act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
34 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
34 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
35 | 35 | v-on:click="addItem()"> |
36 | 36 | </div> |
37 | 37 | </th> |
@@ -334,8 +334,7 @@ |
||
334 | 334 | { |
335 | 335 | $stockItem = $stocks[$id]; |
336 | 336 | unset( $stocks[$id] ); |
337 | - } |
|
338 | - else |
|
337 | + } else |
|
339 | 338 | { |
340 | 339 | $stockItem = $manager->createItem(); |
341 | 340 | } |
@@ -239,7 +239,7 @@ discard block |
||
239 | 239 | |
240 | 240 | <?php foreach( array_values( $this->get( 'itemSubparts', [] ) ) as $idx => $subpart ) : ?> |
241 | 241 | <li class="nav-item <?= $enc->attr( $subpart ); ?>"> |
242 | - <a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx+1; ?>"> |
|
242 | + <a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx + 1; ?>"> |
|
243 | 243 | <?= $enc->html( $this->translate( 'admin', $subpart ) ); ?> |
244 | 244 | </a> |
245 | 245 | </li> |
@@ -428,7 +428,7 @@ discard block |
||
428 | 428 | <th class="config-row-value"><?= $enc->html( $this->translate( 'admin', 'Value' ) ); ?></th> |
429 | 429 | <th class="actions"> |
430 | 430 | <div v-if="!readonly" class="btn act-add fa" tabindex="1" v-on:click="add()" |
431 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"></div> |
|
431 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"></div> |
|
432 | 432 | </th> |
433 | 433 | </tr> |
434 | 434 | </thead> |
@@ -447,7 +447,7 @@ discard block |
||
447 | 447 | </td> |
448 | 448 | <td class="actions"> |
449 | 449 | <div v-if="!readonly" class="btn act-delete fa" tabindex="1" v-on:click="remove(pos)" |
450 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"></div> |
|
450 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"></div> |
|
451 | 451 | </td> |
452 | 452 | </tr> |
453 | 453 | </tbody> |