From 02a75dad19a8b6f5c3b281871dd3099982757bf1 Mon Sep 17 00:00:00 2001 From: Daniel Goerlich Date: Fri, 19 Feb 2021 15:59:24 +0100 Subject: [PATCH 1/3] Ranglistenpunkte fixed breadcrumb --- .../views/sportsmanager/view.html.php | 30 +------------------ 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php b/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php index 53210de..28feed5 100644 --- a/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php +++ b/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php @@ -7057,10 +7057,8 @@ global $params; ?> - +
- - - - - - - - - -
@@ -7069,32 +7067,6 @@ global $params; bezeichnung); ?> > nachname . ", " . $rangliste_punkte->vorname); ?>   - - < -   - - > -
From f775a274e513ece216474cf1753444503feaceae Mon Sep 17 00:00:00 2001 From: Daniel Goerlich Date: Fri, 19 Feb 2021 16:00:55 +0100 Subject: [PATCH 2/3] Ranglistenpunkte overflow-auto table --- .../com_sportsmanager/views/sportsmanager/view.html.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php b/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php index 28feed5..e87ce60 100644 --- a/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php +++ b/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php @@ -7057,7 +7057,7 @@ global $params; ?> - +
@@ -7103,7 +7103,8 @@ global $params;
- +
+
@@ -7136,6 +7137,7 @@ global $params; } ?>
+   Date: Fri, 19 Feb 2021 16:02:45 +0100 Subject: [PATCH 3/3] Ranglistenpunkte remove nowrap --- .../views/sportsmanager/view.html.php | 34 ++++++++----------- 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php b/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php index e87ce60..aece11d 100644 --- a/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php +++ b/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php @@ -7098,7 +7098,7 @@ global $params; ?> -
@@ -7106,13 +7106,13 @@ global $params;
- - - - - - - + + + + + + + - - - - - - - + + + + + + +
turnierbezeichnung != null ? htmlentities_utf8($platzierung->turnierbezeichnung) : ""; ?>turnierort != null ? htmlentities_utf8($platzierung->turnierort) : ""; ?>disziplin != null ? htmlentities_utf8($platzierung->disziplin) : ""; ?>beginn == null ? "" : htmlentities_utf8(FormatiertesDatum($platzierung->beginn, false)); ?>platz != null ? htmlentities_utf8($platzierung->platz) : ""; ?>teilnehmer != null ? htmlentities_utf8($platzierung->teilnehmer) : ""; ?>turnierdisziplin_id]) ? (" " . (empty($platzierung->punkte) ? "0" : $platzierung->punkte) . " ") : (empty($platzierung->punkte) ? "0" : $platzierung->punkte); ?>turnierbezeichnung != null ? htmlentities_utf8($platzierung->turnierbezeichnung) : ""; ?>turnierort != null ? htmlentities_utf8($platzierung->turnierort) : ""; ?>disziplin != null ? htmlentities_utf8($platzierung->disziplin) : ""; ?>beginn == null ? "" : htmlentities_utf8(FormatiertesDatum($platzierung->beginn, false)); ?>platz != null ? htmlentities_utf8($platzierung->platz) : ""; ?>teilnehmer != null ? htmlentities_utf8($platzierung->teilnehmer) : ""; ?>turnierdisziplin_id]) ? (" " . (empty($platzierung->punkte) ? "0" : $platzierung->punkte) . " ") : (empty($platzierung->punkte) ? "0" : $platzierung->punkte); ?>