Files
roi-theme/wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/symbols/sections-container.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

60 lines
2.2 KiB
PHTML
Executable File

<div class="status tpl-ajax-status"><?php echo __( 'Fetching data', 'thrive-cb' ); ?>...</div>
<span class="tcb-modal-title"><?php echo __( 'Choose a ', 'thrive-cb' ) ?>
<#= section_name #>
</span>
<div class="error-container"></div>
<div class="tcb-modal-tabs">
<div class="sub-header">
<ul class="tcb-modal-tabs-links">
<li class="active" data-tab="saved-hf"><?php echo __( 'Saved ', 'thrive-cb' ); ?>
<#= section_name + 's' #>
</li>
<li data-tab="create-hf"><?php echo __( 'Create New ', 'thrive-cb' ); ?>
<#= section_name #>
</li>
</ul>
<div class="abs-r">
<input type="text" class='search-sections' name="search-sections" id="search-sections" placeholder="<?php echo __( 'Search ', 'thrive-cb' ); ?><#= section_name + 's' #>&nbsp;&hellip;">
</div>
</div>
</div>
<div class="tcb-modal-tab-container saved-hf">
<div class="tcb-tabs-templates">
<div class="saved-templates"></div>
</div>
</div>
<div class="tcb-modal-tab-container create-hf" style="display: none">
<div class="tcb-modal-tabs-sep">
<span><?php echo __( 'Use one of our templates' ); ?></span>
<span class="separator"></span>
<span class="tcb-hf-icon click" data-direction="top" data-fn="slide_templates"></span>
</div>
<div class="tcb-tabs-templates">
<div class="our-templates"></div>
</div>
<div class="tcb-modal-tabs-sep">
<span><?php echo __( 'Or use a saved ', 'thrive-cb' ); ?>
<#= section_name #> <?php echo __( ' as a Template' ); ?></span>
<span class="separator"></span>
<span class="tcb-hf-icon click" data-direction="top" data-fn="slide_templates"></span>
</div>
<div class="tcb-tabs-templates">
<div class="saved-templates">
<div class="tcb-modal-tab-elem click">
<span class="tcb-modal-tab-item-title"><?php echo __( 'Our Template', 'thrive-cb' ) ?></span>
<div class="tcb-modal-tab-image" style="background-image: url('');"></div>
</div>
</div>
</div>
</div>
<div class="tcb-modal-footer pl-0">
<button type="button" class="tcb-modal-close"><?php echo __( 'Cancel', 'thrive-cb' ) ?></button>
<button type="button" disabled="true" class="tcb-hf-right tve-button white-text green"><span class="user-action"><?php echo __( 'Insert ', 'thrive-cb' ) ?></span>
<#= section_name #>
</button>
</div>