PluginProbe
WP Ultimate Post Grid / 1.7.2
WP Ultimate Post Grid v1.7.2
4.1.1 trunk 1.5 1.6 1.7 1.7.1 1.7.2 1.8 1.9 2.0 2.1 2.2 2.3 2.4.0 2.5.0 2.6.0 2.7.0 2.8.0 2.8.2 3.0.0 3.3.0 3.4.0 3.5.0 3.6.0 3.7.0 All 32 releases
wp-ultimate-post-grid / vendor / vafpress / views / option / restore.php

restore.php in WP Ultimate Post Grid 1.7.2, at vendor/vafpress/views/option/restore.php

22 lines 992 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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>