modified file bootstrap-buttons.css
This commit is contained in:
@ -21,16 +21,9 @@ if ( ! defined( 'W3TC' ) ) {
|
||||
|
||||
?>
|
||||
<div class="wrap" id="w3tc">
|
||||
|
||||
<?php
|
||||
// Upgrade banner.
|
||||
if ( ! Util_Environment::is_w3tc_pro( $c ) ) {
|
||||
require W3TC_INC_DIR . '/options/parts/dashboard_banner.php';
|
||||
}
|
||||
?>
|
||||
|
||||
<?php Util_Ui::print_breadcrumb(); ?>
|
||||
<p>
|
||||
Total Cache Image Service is currently
|
||||
Total Cache WebP Converter is currently
|
||||
<?php
|
||||
if ( $c->is_extension_active( 'imageservice' ) ) {
|
||||
?>
|
||||
@ -46,9 +39,10 @@ if ( $c->is_extension_active( 'imageservice' ) ) {
|
||||
</p>
|
||||
|
||||
<form id="w3tc-imageservice-settings" action="upload.php?page=w3tc_extension_page_imageservice" method="post">
|
||||
<?php Util_UI::print_control_bar( 'extension_imageservice_form_control' ); ?>
|
||||
<div class="metabox-holder">
|
||||
|
||||
<?php Util_Ui::postbox_header( esc_html__( 'Configuration', 'w3-total-cache' ), '', '' ); ?>
|
||||
<?php Util_Ui::postbox_header( esc_html__( 'Configuration', 'w3-total-cache' ), '', 'configuration' ); ?>
|
||||
|
||||
<table class="form-table" id="w3tc-imageservice-config">
|
||||
<?php
|
||||
@ -107,10 +101,9 @@ Util_Ui::config_item(
|
||||
</table>
|
||||
|
||||
<?php
|
||||
Util_Ui::button_config_save( 'extension_imageservice_configuration' );
|
||||
Util_Ui::postbox_footer();
|
||||
|
||||
Util_Ui::postbox_header( esc_html__( 'Tools', 'w3-total-cache' ), '', '' );
|
||||
Util_Ui::postbox_header( esc_html__( 'Tools', 'w3-total-cache' ), '', 'tools' );
|
||||
?>
|
||||
|
||||
<table class="form-table" id="w3tc-imageservice-tools">
|
||||
@ -146,7 +139,7 @@ Util_Ui::postbox_footer();
|
||||
Util_Ui::postbox_header(
|
||||
esc_html__( 'Statistics', 'w3-total-cache' ),
|
||||
'',
|
||||
'w3tc-imageservice-statistics'
|
||||
'statistics'
|
||||
);
|
||||
|
||||
?>
|
||||
@ -194,7 +187,7 @@ Util_Ui::postbox_header(
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php esc_html_e( 'Image Service API usage:', 'w3-total-cache' ); ?></th>
|
||||
<th><?php esc_html_e( 'WebP Converter API usage:', 'w3-total-cache' ); ?></th>
|
||||
<td>
|
||||
<table id="w3tc-imageservice-usage">
|
||||
<tr>
|
||||
@ -226,5 +219,3 @@ Util_Ui::postbox_header(
|
||||
|
||||
</div>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user