bulk.php
7 years ago
delete.php
7 years ago
index.php
7 years ago
scheduling.php
7 years ago
templates.php
7 years ago
update.php
7 years ago
delete.php
11 lines
| 1 | <h2><?php _e('Delete Export', 'pmxe_plugin') ?></h2> |
| 2 | |
| 3 | <form method="post"> |
| 4 | <p><?php printf(__('Are you sure you want to delete <strong>%s</strong> export?', 'pmxe_plugin'), $item->friendly_name) ?></p> |
| 5 | <p class="submit"> |
| 6 | <?php wp_nonce_field('delete-export', '_wpnonce_delete-export') ?> |
| 7 | <input type="hidden" name="is_confirmed" value="1" /> |
| 8 | <input type="submit" class="button-primary" value="Delete" /> |
| 9 | </p> |
| 10 | |
| 11 | </form> |