Files
roi-theme/wp-content/plugins/thrive-ultimatum/admin/views/template/modals/edit-event.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

66 lines
2.4 KiB
PHTML
Executable File

<div class="tvd-modal-content">
<h3 class="tvd-modal-title"><?php echo __( 'Timeline Event Settings', 'thrive-ult' ) ?></h3>
<div id="tvu-trigger-options" style="display: none">
<div class="tvd-v-spacer vs-2"></div>
<h4><?php echo __( 'Trigger', 'thrive-ult' ) ?></h4>
<div class="tvd-v-spacer"></div>
<?php echo __( 'This event starts', 'thrive-ult' ) ?>
<div class="tvd-input-field tvd-inline-block tvd-input-field-medium tvu-timeline-align-inputs">
<input id="tvu-event-time" type="text" maxlength="3" data-field="time"/>
<label for="tvu-event-start"
data-error="<?php echo __( 'Required field', 'thrive-ult' ) ?>">&nbsp;</label>
</div>
<div class="tvd-input-field tvd-inline-block tvd-input-field-medium tvu-timeline-align-inputs tvd-no-margin">
<select id="tvu-event-unit">
<option value="days"><?php echo __( 'Days', 'thrive-ult' ) ?></option>
<option value="hours"><?php echo __( 'Hours', 'thrive-ult' ) ?></option>
</select>
</div>
<?php echo __( 'before the countdown reaches zero.', 'thrive-ult' ) ?>
</div>
<div class="tvd-v-spacer vs-2"></div>
<div class="tvd-row tvd-collapse">
<div class="tvd-col tvd-s12">
<h4 class="tvd-no-margin"><?php echo __( 'Actions', 'thrive-ult' ) ?></h4>
<em class="tvd-small-text"><?php echo __( 'Choose the designs and states to be displayed once the countdown reaches this event', 'thrive-ult' ) ?></em>
</div>
</div>
<div class="tvu-event-designs">
<ul class="tvd-collection tvd-with-header" id="tvu-event-designs">
<li class="tvd-collection-header">
<div class="tvd-row tvd-collapse tvd-no-mb">
<div class="tvd-col tvd-s4">
<h5>
<?php echo __( 'Design to show', 'thrive-ult' ) ?>
</h5>
</div>
<div class="tvd-col tvd-s2 tvd-center-align">
<h5>
<?php echo __( 'Display', 'thrive-ult' ) ?>
</h5>
</div>
<div class="tvd-col tvd-s6">
<h5>
<?php echo __( 'Design State', 'thrive-ult' ) ?>
</h5>
</div>
</div>
</li>
</ul>
</div>
</div>
<div class="tvd-modal-footer control-grid">
<div>
<button
class="tvd-btn-flat tvd-btn-flat-secondary tvd-btn-flat-dark tvd-modal-close tvd-waves-effect">
<?php echo __( 'Cancel', 'thrive-ult' ) ?>
</button>
</div>
<div>
<button
class="tvd-waves-effect tvd-waves-light tvd-btn tvd-btn-green tvu-event-save tvd-right">
<?php echo __( 'Save Timeline Event', 'thrive-ult' ) ?>
</button>
</div>
</div>