Files
roi-theme/wp-content/plugins/thrive-visual-editor/inc/backbone/conditional-display/modal/content.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

25 lines
1014 B
PHTML
Executable File

<div class="tcb-conditional-display-title">
<span class="tcb-conditional-title-text"><?php echo esc_html__( 'Display conditions', 'thrive-cb' ); ?></span>
<span><?php echo esc_html__( 'for', 'thrive-cb' ); ?></span>
<span class="tcb-conditional-current-display"></span>
</div>
<div class="tcb-conditional-display-setting-select-container">
<div class="tcb-conditional-display-select"></div>
</div>
<div class="tcb-condition-set-list"></div>
<div class="tcb-condition-set-action-buttons" style="display:flex;flex-direction:row;">
<button class="tcb-condition-new-set click green-text" data-fn="addSet">
<?php tcb_icon( 'plus-regular' );
echo esc_html__( 'New condition set', 'thrive-cb' ); ?>
</button>
<button class="tcb-condition-select-existing-set green-text">
<?php tcb_icon( 'search-regular' );
echo esc_html__( 'Select an existing condition set', 'thrive-cb' ); ?>
<div class="tcb-condition-select-arrow"></div>
<div class="tcb-condition-set-select2-container"></div>
</button>
</div>