Files
roi-theme/wp-content/plugins/thrive-visual-editor/inc/backbone/controls/global/style-panel.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

19 lines
545 B
PHTML
Executable File

<?php
/**
* Created by PhpStorm.
* User: ovidiu
* Date: 9/30/2018
* Time: 4:26 PM
*/
?>
<div class="row middle-xs">
<div class="col-xs-12">
<span id="global-style-desc"></span>&nbsp;<a href="https://thrivethemes.com/tkb_item/how-to-use-the-shared-styles-feature/" target="_blank"><?php tcb_icon( 'info' ); ?></a>
</div>
<style id="global-style-preview-css"></style>
<div id="global-style-preview-html" class="global-style-preview col-xs-12"></div>
<div class="col-xs-12">
<input type="text" id="global-style-name"/>
</div>
</div>