From 4c655f4ca4125d41e95def32f8f0de123c522163 Mon Sep 17 00:00:00 2001 From: Daniel Goerlich Date: Wed, 17 Feb 2021 15:43:45 +0100 Subject: [PATCH] Spielerprofil Meldungen overflow --- .../views/sportsmanager/view.html.php | 35 +++++++++---------- 1 file changed, 17 insertions(+), 18 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 3f7b845..a53045d 100644 --- a/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php +++ b/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php @@ -4707,7 +4707,7 @@ global $params;
- +
@@ -4754,19 +4754,20 @@ global $params; ?>
-

- +
+
- - - - - - + + + + + + - - - - - - + + + + + +
Meldungen
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) : ""; ?>turnierbezeichnung != null ? htmlentities_utf8($platzierung->turnierbezeichnung) : ""; ?>beginn == null ? "" : htmlentities_utf8(FormatiertesDatum($platzierung->beginn, false)); ?>turnierort != null ? htmlentities_utf8($platzierung->turnierort) : ""; ?>disziplin != null ? htmlentities_utf8($platzierung->disziplin) : ""; ?>platz != null ? htmlentities_utf8($platzierung->platz) : ""; ?>teilnehmer != null ? htmlentities_utf8($platzierung->teilnehmer) : ""; ?>
+