File "woofiltersEditTabCustomTags.php"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/cache/cache/cache/.wp-cli/wp-content/plugins/woo-product-filter/modules/woofilters/views/tpl/woofiltersEditTabCustomTags.php
File size: 2.35 KB
MIME-type: text/html
Charset: utf-8

<div class="row-settings-block">
	<div class="settings-block-label col-xs-4 col-sm-3">
		<?php esc_html_e('Use Custom tags', 'woo-product-filter'); ?>
		<i class="fa fa-question woobewoo-tooltip no-tooltip" title="<?php echo esc_attr(__('Choose tags for filter titles. Any settings you leave blank will default.', 'woo-product-filter') . ' <a href="' . esc_url('https://' . WPF_WP_PLUGIN_URL . '/documentation/product-tags/') . '" class="wupsales-wc-hidden" target="_blank">' . __('Learn More', 'woo-product-filter') . '</a>'); ?>"></i>
	</div>
	<div class="sub-block-values settings-values-w100 col-xs-8 col-sm-9">
		<div class="settings-value settings-w100">
			<?php HtmlWpf::checkboxToggle('f_custom_tags'); ?>
		</div>
		<div class="settings-value settings-w100" data-parent="f_custom_tags">
			<div class="settings-block-label woobewoo-width120">
				<?php esc_html_e('Filter header', 'woo-product-filter'); ?>
			</div>
			<?php
			HtmlWpf::selectbox('f_custom_tags_settings[header]', array(
				'options' => $this->getModule()->getFilterTagsList(),
				'attrs' => 'class="woobewoo-flat-input"'
			));
			?>
		</div>
		<div class="settings-value settings-w100" data-parent="f_custom_tags">
			<div class="settings-block-label woobewoo-width120">
				<?php esc_html_e('1-st level title', 'woo-product-filter'); ?>
			</div>
			<?php
			HtmlWpf::selectbox('f_custom_tags_settings[title_1]', array(
				'options' => $this->getModule()->getFilterTagsList(),
				'attrs' => 'class="woobewoo-flat-input"'
			));
			?>
		</div>
		<div class="settings-value settings-w100" data-parent="f_custom_tags">
			<div class="settings-block-label woobewoo-width120">
				<?php esc_html_e('2-nd level title', 'woo-product-filter'); ?>
			</div>
			<?php
			HtmlWpf::selectbox('f_custom_tags_settings[title_2]', array(
				'options' => $this->getModule()->getFilterTagsList(),
				'attrs' => 'class="woobewoo-flat-input"'
			));
			?>
		</div>
		<div class="settings-value settings-w100" data-parent="f_custom_tags">
			<div class="settings-block-label woobewoo-width120">
				<?php esc_html_e('3-rd level title', 'woo-product-filter'); ?>
			</div>
			<?php
			HtmlWpf::selectbox('f_custom_tags_settings[title_3]', array(
				'options' => $this->getModule()->getFilterTagsList(),
				'attrs' => 'class="woobewoo-flat-input"'
			));
			?>
		</div>
	</div>
</div>