PATH:
home
/
letacommog
/
aperobusiness
/
wp-content
/
plugins
/
cookie-law-info
/
admin
/
views
<?php // If this file is called directly, abort. if ( ! defined( 'WPINC' ) ) { die; } ?> <div class="cookie-law-info-tab-content" data-id="<?php echo $target_id;?>"> <h3><?php _e('Advanced','cookie-law-info'); ?></h3> <p><?php _e('Sometimes themes apply settings that clash with plugins. If that happens, try adjusting these settings.', 'cookie-law-info'); ?></p> <table class="form-table"> <tr valign="top"> <th scope="row"><?php _e('Reset all values', 'cookie-law-info'); ?></th> <td> <input type="submit" name="delete_all_settings" value="<?php _e('Delete settings and reset', 'cookie-law-info'); ?>" class="button-secondary" onclick="cli_store_settings_btn_click(this.name); if(confirm('<?php _e('Are you sure you want to delete all your settings?', 'cookie-law-info'); ?>')){ }else{ return false;};" /> <span class="cli_form_help"><?php _e('Warning: this will actually delete your current settings.', 'cookie-law-info'); ?></span> </td> </tr> </table> <?php //include "admin-settings-save-button.php"; ?> </div>
[+]
..
[-] goto-pro.php
[edit]
[-] admin_necessary_cookie.php
[edit]
[-] admin-settings-advanced.php
[edit]
[-] admin-settings-general.php
[edit]
[-] admin-settings-buttons.php
[edit]
[-] admin-settings-help.php
[edit]
[-] admin_non_necessary_cookie.php
[edit]
[-] admin-settings-messagebar.php
[edit]
[-] admin-settings-save-button.php
[edit]