mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
20 lines
701 B
PHP
20 lines
701 B
PHP
<div id="UM_add_divider" style="display:none">
|
|
|
|
<form action="" method="post" class="um_add_field">
|
|
|
|
<div class="um-admin-modal-head">
|
|
<h3><?php _e('Add a New Divider','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 _e('Add','ultimate-member'); ?>" class="button-primary" />
|
|
<input type="hidden" name="action" value="um_update_field" />
|
|
<input type="hidden" name="nonce" value="<?php echo wp_create_nonce( 'um-admin-nonce' ) ?>" />
|
|
<a href="#" data-action="UM_remove_modal" class="button"><?php _e('Cancel','ultimate-member'); ?></a>
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div>
|