mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-17 21:53:43 +09:00
- removed unnecessary modal blocks;
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<?php if ( ! defined( 'ABSPATH' ) ) exit; ?>
|
||||
|
||||
|
||||
<div id="UM_edit_row" style="display:none">
|
||||
|
||||
<form action="" method="post" class="um_add_field">
|
||||
|
||||
<div class="um-admin-modal-head">
|
||||
<h3><?php _e( 'Edit Row Settings', 'ultimate-member' ); ?></h3>
|
||||
</div>
|
||||
|
||||
<div class="um-admin-modal-body um-admin-metabox"></div>
|
||||
|
||||
<div class="um-admin-modal-foot">
|
||||
<input type="submit" value="<?php esc_attr_e( 'Update', 'ultimate-member' ); ?>" class="button-primary" />
|
||||
<input type="hidden" name="action" value="um_update_field" />
|
||||
<input type="hidden" name="nonce" value="<?php echo esc_attr( wp_create_nonce( 'um-admin-nonce' ) ) ?>" />
|
||||
<a href="javascript:void(0);" data-action="UM_remove_modal" class="button"><?php _e( 'Cancel', 'ultimate-member' ); ?></a>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user