| 1 |
<div class="vp-field"> |
| 2 |
<div class="label"> |
| 3 |
<label> |
| 4 |
<?php _e('Restore Default Options', 'wp-ultimate-recipe') ?> |
| 5 |
</label> |
| 6 |
<div class="description"> |
| 7 |
<p><?php _e('Restore options to initial default values.', 'wp-ultimate-recipe') ?></p> |
| 8 |
</div> |
| 9 |
</div> |
| 10 |
<div class="field"> |
| 11 |
<div class="input"> |
| 12 |
<div class="buttons"> |
| 13 |
<input class="vp-js-restore vp-button button button-primary" type="button" value="<?php _e('Restore Default', 'wp-ultimate-recipe') ?>" /> |
| 14 |
<p><?php _e('** Please make sure you have already make a backup data of your current settings. Once you click this button, your current settings will be gone.', 'wp-ultimate-recipe'); ?></p> |
| 15 |
<span style="margin-left: 10px;"> |
| 16 |
<span class="vp-field-loader vp-js-loader" style="display: none;"><img src="<?php VP_Util_Res::img_out('ajax-loader.gif', ''); ?>" style="vertical-align: middle;"></span> |
| 17 |
<span class="vp-js-status" style="display: none;"></span> |
| 18 |
</span> |
| 19 |
</div> |
| 20 |
</div> |
| 21 |
</div> |
| 22 |
</div> |