PluginProbe
ShopBuilder – WooCommerce Builder For Elementor / 3.1.4
ShopBuilder – WooCommerce Builder For Elementor v3.1.4
3.4.2 3.4.1 3.4.0 2.0.1 2.0.2 2.0.3 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.13 2.1.14 2.1.15 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 All 63 releases
shopbuilder / app / Modules / VariationGallery / view / template-admin-thumbnail.php

template-admin-thumbnail.php in ShopBuilder – WooCommerce Builder For Elementor 3.1.4, at app/Modules/VariationGallery/view/template-admin-thumbnail.php

22 lines 891 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Admin Thumbnail js template
4 *
5 * This template can be overridden by copying it to
6 * yourtheme/woo-product-variation-gallery-pro/template-admin-thumbnail.php
7 */
8
9 defined( 'ABSPATH' ) || exit;
10 ?>
11 <script type="text/html" id="tmpl-rtsb-vg-image">
12 <# hasVideo = ( typeof data.rtsb_vg_video_link !== 'undefined' && data.rtsb_vg_video_link != '' ) ? 'video' : ''; #>
13 <li class="image {{hasVideo}}">
14 <input type="hidden" name="rtsb_vg[{{data.product_variation_id}}][]" value="{{data.id}}">
15 <img src="{{data.url}}">
16 <div class="rtsb-vg-action-button">
17 <span data-tip="Add Video" class="rtsb-vg-media-video-popup dashicons dashicons-video-alt3"></span>
18 <span data-tip="Edit Image" class="rtsb-vg-gallery-edit dashicons dashicons-edit"></span>
19 <a href="#" class="delete rtsb-vg-remove-image"><span class="dashicons dashicons-no"></span></a>
20 </div>
21 </li>
22 </script>