PluginProbe
Nested Pages / 3.2.2
Nested Pages v3.2.2
3.3.1 3.2.15 3.2.14 3.1.8 3.1.9 3.2.0 3.2.1 3.2.10 3.2.11 3.2.12 3.2.13 3.2.2 3.2.3 3.2.4 3.2.5 3.2.6 3.2.7 3.2.8 3.2.9 trunk 1.0 1.1 1.1.1 1.1.2 1.1.3 All 106 releases
wp-nested-pages / app / Views / forms / delete-confirmation-modal.php
delete-confirmation-modal.php
13 lines 712 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Modal for confirming link delete
4 */
5 ?>
6 <div class="nestedpages-modal-backdrop" data-nestedpages-modal="np-delete-confirmation-modal"></div>
7 <div class="nestedpages-modal-content short small <?php if ( $this->integrations->plugins->dark_mode->installed ) echo 'np-dark-mode'; ?>" id="np-trash-modal" data-nestedpages-modal="np-delete-confirmation-modal">
8 <div class="modal-body np-trash-modal">
9 <p data-np-link-delete-text></p>
10 <a href="#" class="np-cancel-trash button modal-close" data-nestedpages-modal-close><?php _e('Cancel', 'wp-nested-pages'); ?></a>
11 <a href="#" class="button-primary" data-delete-confirmation><?php _e('Delete', 'wp-nested-pages'); ?></a>
12 </div>
13 </div><!-- /.modal -->