Files
roi-theme/wp-content/plugins/thrive-visual-editor/inc/backbone/controls/modal-style-picker.phtml
root a22573bf0b Commit inicial - WordPress Análisis de Precios Unitarios
- WordPress core y plugins
- Tema Twenty Twenty-Four configurado
- Plugin allow-unfiltered-html.php simplificado
- .gitignore configurado para excluir wp-config.php y uploads

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-03 21:04:30 -06:00

18 lines
966 B
PHTML
Executable File

<div class="tve-modal-style-picker">
<div class="picker-label mb-5">
<#=this.get_config( 'label', <?php echo json_encode( __( 'Element and style', 'thrive-cb' ) ); ?> )#>
</div>
<div class="picker-input flex-center space-between">
<div class="preview-item flex-center">
</div>
<div class="picker-options p-10">
<div class="label flex wrap">
<span class="element-name"></span>
<span class="style-name"></span>
</div>
<div class="click flex-center mb-5 mt-5" data-fn="openModal"><span class="mr-10"><?php tcb_icon( 'pen-regular' ); ?></span><span><#=this.get_config( 'label_modal', <?php echo json_encode( __( 'Choose element', 'thrive-cb' ) ); ?> )#></span></div>
<div class="click flex-center mb-5" data-fn="openStyle"><span class="mr-10"><?php tcb_icon( 'paint-brush-regular' ); ?></span><span><#=this.get_config( 'label_style', <?php echo json_encode( __( 'Choose style', 'thrive-cb' ) ); ?> )#></span></div>
</div>
</div>
</div>