From 0d3e54a5446158bf3324705e1a7f02f9df96914c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Meyer?= Date: Thu, 31 Jul 2025 12:01:52 +0200 Subject: [PATCH 1/3] =?UTF-8?q?Mannschaftsdetails=20und=20Spielerdetails?= =?UTF-8?q?=20f=C3=BCr=20Mobil=20angepasst?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/sportsmanager/view.html.php | 280 +++++++++--------- 1 file changed, 136 insertions(+), 144 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 ce5c346..f7ffe8a 100644 --- a/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php +++ b/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php @@ -1625,7 +1625,7 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie if ($alleine_angezeigt && $praesentation == 0) { ?> - punktetyp == 0 ? Text::_('COM_SPORTSMANAGER_GOALS') : Text::_('COM_SPORTSMANAGER_SETS'); ?>
+ punktetyp != 2 ? Text::_('COM_SPORTSMANAGER_GOALS') : Text::_('COM_SPORTSMANAGER_SETS'); ?>
- punktetyp == 0 ? Text::_('COM_SPORTSMANAGER_GOALS') : Text::_('COM_SPORTSMANAGER_SETS'); ?> + punktetyp != 2 ? Text::_('COM_SPORTSMANAGER_GOALS') : Text::_('COM_SPORTSMANAGER_SETS'); ?> - +
@@ -2260,7 +2260,7 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie
- +
@@ -2276,7 +2276,7 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie if ($bild != null) { ?>
- +
@@ -2289,7 +2289,7 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie if ($bild != null) { ?>
-
+
@@ -2325,7 +2325,7 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie || ($mitglieder_modus == 1 && $mitglieder_voruebergehend > 0)) { ?>
-
+
@@ -2334,8 +2334,8 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie
-
+
spieler_id]) || ($mitglieder_modus == 1 && $mitglieder_ist_dauerhaft[$row->spieler_id])) continue; - if ($n % 3 == 0 && $n != 0) - echo ""; - - echo ""; - echo " @@ -2437,7 +2431,7 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie ?>
-
get('pageclass_sfx') . "\">"; - echo ""; - echo ""; - if ($team_moderator) { - if (!empty($row->geburtsjahr)) { - echo ""; - } - if (!empty($row->strasse) || - !empty($row->plz) || !empty($row->ort)) { - echo ""; - } - if (!empty($row->telefon) || - !empty($row->mobil) || - !empty($row->email)) { - echo ""; - } - } - if (isset($spielberechtigungen[$row->spieler_id])) { - echo ""; - } - echo "
"; - if (empty($row->aktueller_verein_id)) - echo htmlentities_utf8($row->nachname . ", " . $row->vorname); - else { - ?>nachname . ", " . $row->vorname)); ?>spielernr)) - echo "
" . htmlentities_utf8($row->spielernr) . ""; - echo "
"; - echo "" . htmlentities_utf8($row->geburtsjahr) . ""; - echo "
"; - if (!empty($row->strasse)) - echo "" . htmlentities_utf8($row->strasse) . "
"; - if (!empty($row->plz) || !empty($row->ort)) - echo "" . (!empty($row->plz) ? (htmlentities_utf8($row->plz) . " ") : "") . htmlentities_utf8($row->ort) . ""; - echo "
"; - if (!empty($row->telefon)) - echo "" . htmlentities_utf8($row->telefon) . "
"; - if (!empty($row->mobil)) - echo "" . htmlentities_utf8($row->mobil) . "
"; - if (!empty($row->email)) { - $replacement = HTMLHelper::_('email.cloak', $row->email, 1, $row->email, 0); - echo "" . $replacement . ""; - } - echo "
"; - foreach ($spielberechtigungen[$row->spieler_id] as $spielberechtigung) { - echo ""; - if (isset($veranstaltungsbezeichnungen[$spielberechtigung[0]])) { - echo htmlentities_utf8($veranstaltungsbezeichnungen[$spielberechtigung[0]]) . ": "; - } - if ($spielberechtigung[2] == -1) // Ohne Spielberechtigung - echo "Nicht spielberechtigt"; - else if (empty($spielberechtigung[3])) // Letzter Spieltag ohne Einschränkung - echo "Ab " . htmlentities_utf8(Rundenbezeichnung($spielberechtigung[2], $spielberechtigung[1] == 0)); - else if ($spielberechtigung[2] < 2) // Erster Spieltag ohne Einschränkung - echo "Bis " . htmlentities_utf8(Rundenbezeichnung($spielberechtigung[3], $spielberechtigung[1] == 0)); - else if ($spielberechtigung[2] == $spielberechtigung[3]) // Erster Spieltag und letzter Spieltag gleich - echo "Während " . htmlentities_utf8(Rundenbezeichnung($spielberechtigung[2], $spielberechtigung[1] == 0)); - else - echo htmlentities_utf8(Rundenbezeichnung($spielberechtigung[2], $spielberechtigung[1] == 0)) . " bis " . htmlentities_utf8(Rundenbezeichnung($spielberechtigung[3], $spielberechtigung[1] == 0)); - echo "
"; - } - echo "
get('pageclass_sfx') . "\">"; + echo ""; + echo ""; + echo ""; + echo "
get('pageclass_sfx') . "\">"; + echo ""; + echo ""; + if ($team_moderator) { + if (!empty($row->geburtsjahr)) { + echo ""; + } + if (!empty($row->strasse) || + !empty($row->plz) || !empty($row->ort)) { + echo ""; + } + if (!empty($row->telefon) || + !empty($row->mobil) || + !empty($row->email)) { + echo ""; + } + } + if (isset($spielberechtigungen[$row->spieler_id])) { + echo ""; + } + echo "
"; + if (empty($row->aktueller_verein_id)) + echo htmlentities_utf8($row->nachname . ", " . $row->vorname); + else { + ?>nachname . ", " . $row->vorname)); ?>spielernr)) + echo "
" . htmlentities_utf8($row->spielernr) . ""; + echo "
"; + echo "" . htmlentities_utf8($row->geburtsjahr) . ""; + echo "
"; + if (!empty($row->strasse)) + echo "" . htmlentities_utf8($row->strasse) . "
"; + if (!empty($row->plz) || !empty($row->ort)) + echo "" . (!empty($row->plz) ? (htmlentities_utf8($row->plz) . " ") : "") . htmlentities_utf8($row->ort) . ""; + echo "
"; + if (!empty($row->telefon)) + echo "" . htmlentities_utf8($row->telefon) . "
"; + if (!empty($row->mobil)) + echo "" . htmlentities_utf8($row->mobil) . "
"; + if (!empty($row->email)) { + $replacement = HTMLHelper::_('email.cloak', $row->email, 1, $row->email, 0); + echo "" . $replacement . ""; + } + echo "
"; + foreach ($spielberechtigungen[$row->spieler_id] as $spielberechtigung) { + echo ""; + if (isset($veranstaltungsbezeichnungen[$spielberechtigung[0]])) { + echo htmlentities_utf8($veranstaltungsbezeichnungen[$spielberechtigung[0]]) . ": "; + } + if ($spielberechtigung[2] == -1) // Ohne Spielberechtigung + echo "
Nicht spielberechtigt"; + else if (empty($spielberechtigung[3])) // Letzter Spieltag ohne Einschränkung + echo "
Ab " . htmlentities_utf8(Rundenbezeichnung($spielberechtigung[2], $spielberechtigung[1] == 0)); + else if ($spielberechtigung[2] < 2) // Erster Spieltag ohne Einschränkung + echo "
Bis " . htmlentities_utf8(Rundenbezeichnung($spielberechtigung[3], $spielberechtigung[1] == 0)); + else if ($spielberechtigung[2] == $spielberechtigung[3]) // Erster Spieltag und letzter Spieltag gleich + echo "
Während " . htmlentities_utf8(Rundenbezeichnung($spielberechtigung[2], $spielberechtigung[1] == 0)); + else + echo htmlentities_utf8(Rundenbezeichnung($spielberechtigung[2], $spielberechtigung[1] == 0)) . " bis " . htmlentities_utf8(Rundenbezeichnung($spielberechtigung[3], $spielberechtigung[1] == 0)); + echo "

"; + } + echo "
get('pageclass_sfx') . "\">"; $bild = bildHTML("mannschaftsmitglieder", !$details_anzeigen && $row->bild_ausblenden ? '' : $row->mitglied_von_team_id, 90, 120, 0, 0, 'border="1"'); if ($bild == null) $bild = bildHTML("spieler", !$details_anzeigen && $row->bild_ausblenden ? '' : $row->spieler_id, 90, 120, 0, 0, 'border="1"', $row->geschlecht == 'M' ? 'm' : 'w'); if ($bild != null) { - ?> - - - - -
- "; $n++; + echo "
"; } ?>
+
@@ -2448,7 +2442,7 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie
- +
gegner_id, 28, 28)) { + if (bildHTML("mannschaften", $begegnung->gegner_id, 40, 40)) { $bilder_anzeigen = true; break; - } else if ($begegnung->gegner_verein_id != null && bildHTML("vereine", $begegnung->gegner_verein_id, 28, 28)) { + } else if ($begegnung->gegner_verein_id != null && bildHTML("vereine", $begegnung->gegner_verein_id, 40, 40)) { $bilder_anzeigen = true; break; } @@ -2646,20 +2640,18 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie $veranstaltung_id = -1; $k = 0; - foreach ($begegnungen - - as $row) { + foreach ($begegnungen as $row) { if ($veranstaltung_id != $row->veranstaltung_id) { if ($veranstaltung_id != -1) { ?> -
-   - +   + veranstaltung_id; ?>
- +
@@ -2668,7 +2660,7 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie
-
+
unterteilung == 0 || $row->unterteilung == 1) { @@ -2678,9 +2670,9 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie } ?> - - + -
+ KontrahentKontrahent + veranstaltung_id . '&teamid=' . $team->team_id . '&id=' . $row->begegnung_id) . "\">" . FormatiertesDatum($row->zeitpunkt) . ""; @@ -2728,7 +2720,7 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie } ?> - + @@ -2740,13 +2732,13 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie -
+ gegner_id, 28, 28, 0, 0, 'border="0"'); + $bild = bildHTML("mannschaften", $row->gegner_id, 40, 40, 0, 0, 'border="0"'); if ($bild != null) echo $bild; else if ($row->gegner_verein_id != null) { - $bild = bildHTML("vereine", $row->gegner_verein_id, 28, 28, 0, 0, 'border="0"'); + $bild = bildHTML("vereine", $row->gegner_verein_id, 40, 40, 0, 0, 'border="0"'); if ($bild != null) echo $bild; } @@ -2763,7 +2755,7 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie - + heimspielort_url; @@ -2791,7 +2783,7 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie } if ($row->spielpunkte_wertung_einzel != 2 || $row->spielpunkte_wertung_doppel != 2) { ?> - + veranstaltung_id . '&teamid=' . $team->team_id . '&id=' . $row->begegnung_id) . "\">" . ($row->auswaerts ? ($row->gast_punkte . ":" . $row->heim_punkte) : ($row->heim_punkte . ":" . $row->gast_punkte)) . ""; @@ -2802,7 +2794,7 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie - + veranstaltung_id . '&teamid=' . $team->team_id . '&id=' . $row->begegnung_id) . "\">" . ($row->auswaerts ? ($row->gast_spielpunkte . ":" . $row->heim_spielpunkte) : ($row->heim_spielpunkte . ":" . $row->gast_spielpunkte)) . ""; @@ -2833,7 +2825,7 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie } ?>
- +
@@ -2844,7 +2836,7 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie
- +
@@ -2929,7 +2921,7 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie $k = 0; ?>
- +
@@ -2940,7 +2932,7 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie
- +
@@ -4217,7 +4209,7 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie global $params; ?> -
+
-
+
@@ -4271,7 +4263,7 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie if ($bild != null) { ?>
- +
@@ -4283,7 +4275,7 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie ?>
-
+
@@ -4292,7 +4284,7 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie

+ class="uk-table-shrink uk-table-hover uk-table-middle contentpaneopenget('pageclass_sfx'); ?>"> Text::_('COM_SPORTSMANAGER_CATEGORY_MEN'), 'D' => Text::_('COM_SPORTSMANAGER_CATEGORY_WOMEN'), 'J' => Text::_('COM_SPORTSMANAGER_CATEGORY_JUNIORS'), 'S' => Text::_('COM_SPORTSMANAGER_CATEGORY_SENIORS')); if (isset($kategorie_bezeichnung[$spieler->kategorie])) { @@ -4455,7 +4447,7 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie if (count($ranglistenplatzierungen) > 0) { ?>
-
+

@@ -4467,11 +4459,11 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie
+ class="uk-table-hover uk-table-middle rangliste-width contentpaneopenget('pageclass_sfx'); ?>"> - - - + + + + style="text-align: left;">
0) { ?>
- +

+ style="width: 100%;">

@@ -4525,15 +4517,15 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie
- +
- - - - - - + + + + + + + style="text-align: left"> - - - + + + @@ -4579,10 +4571,10 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie if (count($teams) > 0) { ?>
-
turnierbezeichnung != null ? htmlentities_utf8($platzierung->turnierbezeichnung) : ""; ?>beginn == null ? "" : htmlentities_utf8(FormatiertesDatum($platzierung->beginn, false)); ?>turnierort != null ? htmlentities_utf8($platzierung->turnierort) : ""; ?>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) : ""; ?>
+

+ style="width: 100%;">

@@ -4590,10 +4582,10 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie
+ class="uk-table-hover uk-table-middle contentpaneopenget('pageclass_sfx'); ?>"> - - + + + style="text-align: left"> - + get('pageclass_sfx'); ?>">  Date: Fri, 1 Aug 2025 19:34:53 +0200 Subject: [PATCH 2/3] Verschachtelte Tabelle entfernt. Redundante if-Anweisungen entfernt. --- .../views/sportsmanager/view.html.php | 101 ++++++++---------- 1 file changed, 42 insertions(+), 59 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 f7ffe8a..b8f7406 100644 --- a/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php +++ b/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php @@ -2345,69 +2345,52 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie continue; echo "
teamname); ?>teamname); ?> wettbewerbe); ?>
"; echo ""; + } + echo ""; echo "
get('pageclass_sfx') . "\">"; - echo ""; - echo ""; - if ($team_moderator) { - if (!empty($row->geburtsjahr)) { - echo ""; - } - if (!empty($row->strasse) || - !empty($row->plz) || !empty($row->ort)) { - echo ""; - } - if (!empty($row->telefon) || - !empty($row->mobil) || - !empty($row->email)) { - echo ""; - } + if (!empty($row->strasse)) + echo "
" . htmlentities_utf8($row->strasse) . ""; + if (!empty($row->plz) || !empty($row->ort)) + echo "
" . (!empty($row->plz) ? (htmlentities_utf8($row->plz) . " ") : "") . htmlentities_utf8($row->ort) . ""; + if (!empty($row->telefon)) + echo "
" . htmlentities_utf8($row->telefon) . ""; + if (!empty($row->mobil)) + echo "
" . htmlentities_utf8($row->mobil) . ""; + if (!empty($row->email)) { + $replacement = HTMLHelper::_('email.cloak', $row->email, 1, $row->email, 0); + echo "
" . $replacement . ""; } - if (isset($spielberechtigungen[$row->spieler_id])) { - echo ""; + if ($spielberechtigung[2] == -1) // Ohne Spielberechtigung + echo "
Nicht spielberechtigt"; + else if (empty($spielberechtigung[3])) // Letzter Spieltag ohne Einschränkung + echo "
Ab " . htmlentities_utf8(Rundenbezeichnung($spielberechtigung[2], $spielberechtigung[1] == 0)); + else if ($spielberechtigung[2] < 2) // Erster Spieltag ohne Einschränkung + echo "
Bis " . htmlentities_utf8(Rundenbezeichnung($spielberechtigung[3], $spielberechtigung[1] == 0)); + else if ($spielberechtigung[2] == $spielberechtigung[3]) // Erster Spieltag und letzter Spieltag gleich + echo "
Während " . htmlentities_utf8(Rundenbezeichnung($spielberechtigung[2], $spielberechtigung[1] == 0)); + else + echo htmlentities_utf8(Rundenbezeichnung($spielberechtigung[2], $spielberechtigung[1] == 0)) . " bis " . htmlentities_utf8(Rundenbezeichnung($spielberechtigung[3], $spielberechtigung[1] == 0)); + echo ""; } - echo "
"; - if (empty($row->aktueller_verein_id)) - echo htmlentities_utf8($row->nachname . ", " . $row->vorname); - else { - ?>nachname . ", " . $row->vorname)); ?>aktueller_verein_id)) + echo htmlentities_utf8($row->nachname . ", " . $row->vorname); + else { + ?>nachname . ", " . $row->vorname)); ?>spielernr)) + echo "
" . htmlentities_utf8($row->spielernr) . ""; + if ($team_moderator) { + if (!empty($row->geburtsjahr)) { + echo "
" . htmlentities_utf8($row->geburtsjahr) . ""; } - if (!empty($row->spielernr)) - echo "
" . htmlentities_utf8($row->spielernr) . ""; - echo "
"; - echo "" . htmlentities_utf8($row->geburtsjahr) . ""; - echo "
"; - if (!empty($row->strasse)) - echo "" . htmlentities_utf8($row->strasse) . "
"; - if (!empty($row->plz) || !empty($row->ort)) - echo "" . (!empty($row->plz) ? (htmlentities_utf8($row->plz) . " ") : "") . htmlentities_utf8($row->ort) . ""; - echo "
"; - if (!empty($row->telefon)) - echo "" . htmlentities_utf8($row->telefon) . "
"; - if (!empty($row->mobil)) - echo "" . htmlentities_utf8($row->mobil) . "
"; - if (!empty($row->email)) { - $replacement = HTMLHelper::_('email.cloak', $row->email, 1, $row->email, 0); - echo "" . $replacement . ""; - } - echo "
"; - foreach ($spielberechtigungen[$row->spieler_id] as $spielberechtigung) { - echo ""; - if (isset($veranstaltungsbezeichnungen[$spielberechtigung[0]])) { - echo htmlentities_utf8($veranstaltungsbezeichnungen[$spielberechtigung[0]]) . ": "; - } - if ($spielberechtigung[2] == -1) // Ohne Spielberechtigung - echo "
Nicht spielberechtigt"; - else if (empty($spielberechtigung[3])) // Letzter Spieltag ohne Einschränkung - echo "
Ab " . htmlentities_utf8(Rundenbezeichnung($spielberechtigung[2], $spielberechtigung[1] == 0)); - else if ($spielberechtigung[2] < 2) // Erster Spieltag ohne Einschränkung - echo "
Bis " . htmlentities_utf8(Rundenbezeichnung($spielberechtigung[3], $spielberechtigung[1] == 0)); - else if ($spielberechtigung[2] == $spielberechtigung[3]) // Erster Spieltag und letzter Spieltag gleich - echo "
Während " . htmlentities_utf8(Rundenbezeichnung($spielberechtigung[2], $spielberechtigung[1] == 0)); - else - echo htmlentities_utf8(Rundenbezeichnung($spielberechtigung[2], $spielberechtigung[1] == 0)) . " bis " . htmlentities_utf8(Rundenbezeichnung($spielberechtigung[3], $spielberechtigung[1] == 0)); - echo "

"; + } + if (isset($spielberechtigungen[$row->spieler_id])) { + + foreach ($spielberechtigungen[$row->spieler_id] as $spielberechtigung) { + echo "
"; + if (isset($veranstaltungsbezeichnungen[$spielberechtigung[0]])) { + echo htmlentities_utf8($veranstaltungsbezeichnungen[$spielberechtigung[0]]) . ": "; } - echo "
get('pageclass_sfx') . "\">"; $bild = bildHTML("mannschaftsmitglieder", !$details_anzeigen && $row->bild_ausblenden ? '' : $row->mitglied_von_team_id, 90, 120, 0, 0, 'border="1"'); if ($bild == null) From eb4bcf38d9861cd0866a61ff22bcf45d58a9beda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Meyer?= Date: Mon, 11 Aug 2025 18:31:07 +0200 Subject: [PATCH 3/3] =?UTF-8?q?=C3=84nderungen=20nach=20review?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com_sportsmanager/views/sportsmanager/view.html.php | 6 +++--- 1 file changed, 3 insertions(+), 3 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 b8f7406..6937589 100644 --- a/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php +++ b/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php @@ -2643,7 +2643,7 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie
- +
unterteilung == 0 || $row->unterteilung == 1) { @@ -4192,7 +4192,7 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie global $params; ?> -
+
-
+