index of
/
home
/
thefkyzp
/
www
/
wp-content
/
plugins
/
ocean-extra
/
includes
/
metabox
/
controls
/
range
/
File: /home/thefkyzp/www/wp-content/plugins/ocean-extra/includes/metabox/controls/range/template.php
<div class="oceanwp-mb-desc"> <# if ( data.label ) { #> <span class="butterbean-label">{{ data.label }}</span> <# } #> <# if ( data.description ) { #> <span class="butterbean-description">{{{ data.description }}}</span> <# } #> </div> <div class="oceanwp-mb-field"> <div class="range-wrapper"> <input type="range" {{{ data.attr }}} value="{{ data.value }}" /> <input type="number" {{{ data.attr }}} class="oceanwp-range-input" value="{{ data.value }}" /> <span class="oceanwp-reset-slider"><span class="dashicons dashicons-image-rotate"></span></span> </div> </div>