modified file bootstrap-buttons.css

This commit is contained in:
2023-12-08 23:23:36 +00:00
committed by Gitium
parent 33d18af972
commit 3f4d8b933f
2304 changed files with 24432 additions and 417943 deletions

View File

@ -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&amp;extension=cloudflare&amp;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(); ?>