diff --git a/src/structure/components/com_sportsmanager/admin.php b/src/structure/components/com_sportsmanager/admin.php index 5692c41..e2f73e9 100644 --- a/src/structure/components/com_sportsmanager/admin.php +++ b/src/structure/components/com_sportsmanager/admin.php @@ -11953,8 +11953,8 @@ function adminBegegnungenExportForm(): void $dateiname = ""; if ($export == "spieler") { $query = " - SELECT t5.bezeichnung AS Veranstaltung, t2.vereinsname AS Verein, t1.teamname AS Team, - t4.spielernr AS Passnummer, t4.nachname AS Nachname, t4.vorname AS Vorname, t4.geburtsjahr AS Geburtsjahr, + SELECT t5.bezeichnung AS Veranstaltung, t2.vereinsname AS Verein, t1.teamname AS Team, t4.spielernr AS Passnummer, + t4.nachname AS Nachname, t4.vorname AS Vorname, t4.geburtsjahr AS Geburtsjahr, LOWER(LEFT(geschlecht, 1)) AS Geschlecht, t6.saisonbezeichnung AS Saison, t3.erster_spieltag AS Spielberechtigt_von, t3.letzter_spieltag AS Spielberechtigt_bis FROM #__sportsmanager_team AS t1 LEFT JOIN #__sportsmanager_veranstaltung AS t5 ON t1.veranstaltung_id = t5.veranstaltung_id 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 95d9fc7..ff3790f 100644 --- a/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php +++ b/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php @@ -3949,12 +3949,12 @@ static function spielverlegungen($titel, $beschreibung, $rows): void } ?>
| - | + | + | ||||
|---|---|---|---|---|---|---|
| - ", date('d.m.Y h:i', strtotime($row->Termin_alt))); ?> - | Liga); ?> | @@ -3983,6 +3980,9 @@ static function spielverlegungen($titel, $beschreibung, $rows): void echo htmlentities_utf8($row->Gast); ?> ++ ", date('d.m.Y h:i', strtotime($row->Termin_alt))); ?> + |
Termin_neu == "" ? "" : str_replace(" ", " ", date('d.m.Y h:i', strtotime($row->Termin_neu))); ?> |
diff --git a/src/structure/components/com_sportsmanager/views/sportsmanager/view_admin.php b/src/structure/components/com_sportsmanager/views/sportsmanager/view_admin.php
index 23059c6..d36f026 100644
--- a/src/structure/components/com_sportsmanager/views/sportsmanager/view_admin.php
+++ b/src/structure/components/com_sportsmanager/views/sportsmanager/view_admin.php
@@ -7287,14 +7287,16 @@ class HTML_sportsmanager_admin
| ID | -+ | + | + | - ", date('d.m.Y H:i', strtotime($row->Termin_alt))); ?> - | Liga); ?> | @@ -7329,23 +7328,28 @@ class HTML_sportsmanager_admin echo htmlentities_utf8($row->Gast); ?> ++ ", date('d.m.Y H:i', strtotime($row->Termin_alt))); ?> + |
Termin_neu == "" ? "" : str_replace(" ", " ", date('d.m.Y H:i', strtotime($row->Termin_neu))); ?> |
- + | Begruendung_beantragt); ?> | ++ status); ?> + | X - | + -M - | + M + 'bezeichnung); ?> ': - + +
|---|---|---|---|---|---|---|---|---|
| @@ -10114,6 +10119,7 @@ class HTML_sportsmanager_admin } ?> |