b0y-101 Mini Shell


Current Path : E:/www3/chiangrai/wp-content/plugins/photo-gallery/wd/templates/
File Upload :
Current File : E:/www3/chiangrai/wp-content/plugins/photo-gallery/wd/templates/display_deactivation_popup.php

<div class="tenweb-opacity tenweb-<?php echo $wd_options->prefix; ?>-opacity"></div>
<div class="tenweb-deactivate-popup tenweb-<?php echo $wd_options->prefix; ?>-deactivate-popup">
  <div class="tenweb-deactivate-popup-opacity tenweb-deactivate-popup-opacity-<?php echo $wd_options->prefix; ?>">
    <img src="<?php echo $wd_options->wd_url_img . '/spinner.gif'; ?>" class="tenweb-img-loader">
  </div>
  <form method="post" id="<?php echo $wd_options->prefix; ?>_deactivate_form">
    <div class="tenweb-deactivate-popup-header">
      <?php _e("Please let us know why you are deactivating. Your answer will help us to provide you support or sometimes offer discounts. (Optional)", 'photo-gallery'); ?>:
      <span class="tenweb-deactivate-popup-close-btn"></span>
    </div>

    <div class="tenweb-deactivate-popup-body">
      <?php foreach ( $deactivate_reasons as $deactivate_reason_slug => $deactivate_reason ) { ?>
        <div class="tenweb-<?php echo $wd_options->prefix; ?>-reasons">
          <input type="radio" value="<?php echo $deactivate_reason["id"]; ?>" id="<?php echo $wd_options->prefix . "-" . $deactivate_reason["id"]; ?>" name="<?php echo $wd_options->prefix; ?>_reasons">
          <label for="<?php echo $wd_options->prefix . "-" . $deactivate_reason["id"]; ?>"><?php echo $deactivate_reason["text"]; ?></label>
        </div>
      <?php } ?>
      <div class="<?php echo $wd_options->prefix; ?>_additional_details_wrap"></div>
    </div>
    <div class="tenweb-btns">
      <a href="<?php echo $deactivate_url; ?>" data-val="1" class="button button-secondary button-close" id="tenweb-<?php echo $wd_options->prefix; ?>-deactivate"><?php _e("Skip and Deactivate", 'photo-gallery'); ?></a>
      <a href="<?php echo $deactivate_url; ?>" data-val="2" class="button button-primary button-primary-disabled button-close tenweb-<?php echo $wd_options->prefix; ?>-deactivate" id="tenweb-<?php echo $wd_options->prefix; ?>-submit-and-deactivate"><?php _e("Submit and Deactivate", 'photo-gallery'); ?></a>
    </div>
    <input type="hidden" name="<?php echo $wd_options->prefix . "_submit_and_deactivate"; ?>" value="">
    <?php wp_nonce_field($wd_options->prefix . '_save_form', $wd_options->prefix . '_save_form_fild'); ?>
  </form>
</div>

Copyright © 2019 by b0y-101