This commit is contained in:
2026-04-22 13:58:10 +02:00
parent 19ac136820
commit 8e60643f57
2 changed files with 4 additions and 4 deletions
+2 -4
View File
@@ -97,10 +97,6 @@ function statpress_infographic_page() {
plugins: { plugins: {
legend: { legend: {
position: "right", position: "right",
},
title: {
display: true,
text: "Dystans wg kategorii w ' . esc_js( $current_year ) . '"
} }
} }
} }
@@ -112,6 +108,7 @@ function statpress_infographic_page() {
?> ?>
<div class="wrap"> <div class="wrap">
<h1>Infografika Statystyk Sportowych</h1> <h1>Infografika Statystyk Sportowych</h1>
<hr class="wp-header-end">
<div class="tablenav top"> <div class="tablenav top">
<div class="alignleft actions"> <div class="alignleft actions">
@@ -126,6 +123,7 @@ function statpress_infographic_page() {
<?php submit_button( 'Filtruj', 'secondary', 'filter_action', false ); ?> <?php submit_button( 'Filtruj', 'secondary', 'filter_action', false ); ?>
</form> </form>
</div> </div>
<br class="clear">
</div> </div>
<div class="postbox" style="margin-bottom: 20px;"> <div class="postbox" style="margin-bottom: 20px;">
@@ -193,6 +193,7 @@ function statpress_yearly_summary_page() {
?> ?>
<div class="wrap"> <div class="wrap">
<h1>Podsumowanie Roczne</h1> <h1>Podsumowanie Roczne</h1>
<hr class="wp-header-end">
<div class="tablenav top"> <div class="tablenav top">
<div class="alignleft actions"> <div class="alignleft actions">
@@ -207,6 +208,7 @@ function statpress_yearly_summary_page() {
<?php submit_button( 'Filtruj', 'secondary', 'filter_action', false ); ?> <?php submit_button( 'Filtruj', 'secondary', 'filter_action', false ); ?>
</form> </form>
</div> </div>
<br class="clear">
</div> </div>
<?php if ( ! empty( $goals_for_year ) ) : ?> <?php if ( ! empty( $goals_for_year ) ) : ?>