Files
roi-theme/wp-content/plugins/thrive-ultimatum/admin/views/template/conversion/move-to-campaign.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

10 lines
566 B
PHTML
Executable File

<h4><?php echo __( 'Select a campaign to move to or create a new evergreen campaign', 'thrive-ult' ) ?></h4>
<div id="tvu-campaign-move-wrapper" class="tvd-row"></div>
<# if(collection.length === 0) { #>
<p><?php echo __( "There are no Evergreen Campaigns to move to", 'thrive-ult' ); ?></p>
<# } #>
<a href="javascript:void(0)" id="tvu-add-evergreen-campaign" class="tvu-add-evergreen-campaign tvd-waves-effect tvd-waves-light tvd-btn tvd-btn-blue tvd-btn-small tvd-inline-block"><?php echo __( '+ Add New', 'thrive-ult' ) ?></a>
<div class="tvd-v-spacer"></div>