Projekt

Allgemein

Profil

GX-Bug #49685 » GMotionFix.patch

Till Tepelmann, 23.12.2016 16:28

Unterschiede anzeigen:

src/admin/html/compatibility/product/product_images.inc.php (revision )
377 377
										       data-gmotion-start-input
378 378
										       style="border: 1px solid #6afe6b;"
379 379
										       class="gm_gmotion_position_from"
380
										       name="image_gmotion_from[]">
380
										       name="image_gmotion_from[]"
381
											<?php echo (boolean)strlen($t_gm_gmotion_data_array['IMAGE']) ? '' : 'disabled="disabled"'; ?>
382
											>
381 383
									</div>
382 384
								</div>
383 385
								<!-- Swing to -->
......
390 392
										       data-gmotion-end-input
391 393
										       style="border: 1px solid red;"
392 394
										       class="gm_gmotion_position_to"
393
										       name="image_gmotion_to[]">
395
										       name="image_gmotion_to[]"
396
											<?php echo (boolean)strlen($t_gm_gmotion_data_array['IMAGE']) ? '' : 'disabled="disabled"'; ?>
397
											>
394 398
									</div>
395 399
								</div>
396 400
								<!-- Swing info text -->
    (1-1/1)