modified file bootstrap-buttons.css
This commit is contained in:
@ -5,14 +5,6 @@ if ( ! defined( 'W3TC' ) ) {
|
||||
die();
|
||||
}
|
||||
?>
|
||||
<p id="w3tc-options-menu">
|
||||
<?php esc_html_e( 'Jump to:', 'w3-total-cache' ); ?>
|
||||
<a href="admin.php?page=w3tc_general"><?php esc_html_e( 'Main Menu', 'w3-total-cache' ); ?></a> |
|
||||
<a href="admin.php?page=w3tc_extensions"><?php esc_html_e( 'Extensions', 'w3-total-cache' ); ?></a> |
|
||||
<a href="#credentials"><?php esc_html_e( 'Credentials', 'w3-total-cache' ); ?></a> |
|
||||
<a href="#general"><?php esc_html_e( 'General', 'w3-total-cache' ); ?></a> |
|
||||
<a href="#info"><?php esc_html_e( 'Information', 'w3-total-cache' ); ?></a>
|
||||
</p>
|
||||
<p>
|
||||
<?php esc_html_e( 'CloudFlare extension is currently ', 'w3-total-cache' ); ?>
|
||||
<?php
|
||||
@ -45,6 +37,7 @@ if ( ! defined( 'W3TC' ) ) {
|
||||
</form>
|
||||
|
||||
<form action="admin.php?page=w3tc_extensions&extension=cloudflare&action=view" method="post">
|
||||
<?php Util_UI::print_control_bar( 'extension_cloudflare_form_control' ); ?>
|
||||
<div class="metabox-holder">
|
||||
<?php Util_Ui::postbox_header( esc_html__( 'Credentials', 'w3-total-cache' ), '', 'credentials' ); ?>
|
||||
<table class="form-table">
|
||||
@ -152,7 +145,6 @@ if ( ! defined( 'W3TC' ) ) {
|
||||
</table>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php Util_Ui::button_config_save( 'extension_cloudflare_general' ); ?>
|
||||
<?php Util_Ui::postbox_footer(); ?>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user