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: {
legend: {
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">
<h1>Infografika Statystyk Sportowych</h1>
<hr class="wp-header-end">
<div class="tablenav top">
<div class="alignleft actions">
@@ -126,6 +123,7 @@ function statpress_infographic_page() {
<?php submit_button( 'Filtruj', 'secondary', 'filter_action', false ); ?>
</form>
</div>
<br class="clear">
</div>
<div class="postbox" style="margin-bottom: 20px;">
@@ -193,6 +193,7 @@ function statpress_yearly_summary_page() {
?>
<div class="wrap">
<h1>Podsumowanie Roczne</h1>
<hr class="wp-header-end">
<div class="tablenav top">
<div class="alignleft actions">
@@ -207,6 +208,7 @@ function statpress_yearly_summary_page() {
<?php submit_button( 'Filtruj', 'secondary', 'filter_action', false ); ?>
</form>
</div>
<br class="clear">
</div>
<?php if ( ! empty( $goals_for_year ) ) : ?>