PATH:
home
/
lab2454c
/
foreclass.com
/
wp-content
/
plugins
/
ocean-extra
/
includes
/
metabox
/
butterbean
/
tmpl
<# if ( data.label ) { #> <span class="butterbean-label">{{ data.label }}</span> <# } #> <# if ( data.description ) { #> <span class="butterbean-description">{{{ data.description }}}</span> <# } #> <# _.each( data.choices, function( palette, choice ) { #> <label aria-selected="{{ palette.selected }}"> <input type="radio" value="{{ choice }}" name="{{ data.field_name }}" <# if ( palette.selected ) { #> checked="checked" <# } #> /> <span class="butterbean-palette-label">{{ palette.label }}</span> <div class="butterbean-palette-block"> <# _.each( palette.colors, function( color ) { #> <span class="butterbean-palette-color" style="background-color: {{ color }}"> </span> <# } ) #> </div> </label> <# } ) #>
[-] control-checkbox.php
[edit]
[-] control-buttonset.php
[edit]
[-] control-select.php
[edit]
[-] control-multi-avatars.php
[edit]
[-] control-editor.php
[edit]
[+]
..
[-] control-media.php
[edit]
[-] control-textarea.php
[edit]
[-] control-palette.php
[edit]
[-] control-image.php
[edit]
[-] control-parent.php
[edit]
[-] control-color.php
[edit]
[-] control-datetime.php
[edit]
[-] control-radio-image.php
[edit]
[-] control-radio.php
[edit]
[-] control-range.php
[edit]
[-] control-select-group.php
[edit]
[-] control-checkboxes.php
[edit]
[-] section.php
[edit]
[-] nav.php
[edit]
[-] manager.php
[edit]
[-] control.php
[edit]