File Manager / wp-content Search Upload New Item Settings File "db5.php" Full path: /home1/epichome/public_html/wp-content/db5.php File size: 60.67 B (60.67 KB bytes) MIME-type: text/x-php Charset: utf-8 Download Open Edit Advanced Editor Back
<!-- trash modal -->
<?php
$id = ($id) ? $id : $this->view->button_id; // on the list, there are many ID's.
?>
<div class="maxmodal-data" id="trash-modal-<?php echo $id ?>">
<span class='title'><?php _e("Trash button","maxbuttons"); ?></span>
<span class="content"><p><?php _e("The button will be moved to trash. It can be recovered from the trash bin later. Continue?", "maxbuttons"); ?></p></span>
<div class='controls'>
<button type="button" class='button-primary' data-buttonaction='trash' data-buttonid='<?php echo $id ?>'>
<?php _e('Yes','maxbuttons'); ?></button>
<a class="modal_close button-primary"><?php _e("No", "maxbuttons"); ?></a>
</div>
</div>
