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
/home/pharmacy/public_html/wp-content/plugins/maxbuttons/views/modals/delete-modal.php
<!-- delete modal -->
<?php
$id = ($id) ? $id : $this->view->button_id;   // on the list, there are many ID's.
?>
<div class="maxmodal-data" id="delete-modal-<?php echo $id ?>">
  <span class='title'><?php _e("Removing button","maxbuttons"); ?></span>
  <span class="content"><p><?php _e("You are about to permanently remove this button. Are you sure?", "maxbuttons"); ?></p></span>
    <div class='controls'>
      <button type="button" class='button-primary' data-buttonaction='delete' data-buttonid='<?php echo $id ?>'>
      <?php _e('Yes','maxbuttons'); ?></button>

      <a class="modal_close button-primary"><?php _e("No", "maxbuttons"); ?></a>

    </div>
</div>