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,33 +5,15 @@ if ( ! defined( 'W3TC' ) ) {
die();
}
?>
<form action="admin.php" xmlns="http://www.w3.org/1999/html" method="get">
<input type="hidden" name="page" value="w3tc_support" />
<ul>
<?php
$cnt = is_array( $items ) ? count( $items ) : 0;
for ( $n = 0; $n < $cnt; $n++ ) :
?>
<li>
<div class="w3tc_generic_widgetservice_radio_outer">
<input id="service<?php echo esc_attr( $n ); ?>"
type="radio"
class="w3tc_generic_widgetservice_radio w3tc-ignore-change"
name="service_item"
value="<?php echo esc_attr( $n ); ?>" />
</div>
<label for="service<?php echo esc_attr( $n ); ?>" class="w3tc_generic_widgetservice_label">
<?php echo esc_html( $items[ $n ]['name'] ); ?>
</label>
</li>
<?php
endfor;
?>
</ul>
<div id="buy-w3-service-area"></div>
<p>
<input id="buy-w3-service" name="buy-w3-service" type="submit"
class="button button-primary button-large"
value="<?php esc_attr_e( 'Buy now', 'w3-total-cache' ); ?>" />
</p>
</form>
<ul class="w3tc-visible-ul">
<?php
$services = Generic_WidgetServices::get_services();
foreach ( $services as $service ) {
echo '<li>' . esc_html( $service ) . '</li>';
}
?>
</ul>
<br/>
<a class="button-primary" href="<?php echo esc_url( Util_Ui::admin_url( 'admin.php?page=w3tc_support' ) ); ?>">
<?php esc_html_e( 'Learn More', 'w3-total-cache' ); ?>
</a>