diff --git a/README.md b/README.md index 72b20c0..b0b41e6 100644 --- a/README.md +++ b/README.md @@ -46,4 +46,3 @@ joomla specific database prefixes like #__ To set it up, insert into the configuration popup which follows after you enable the framework support: Joomla install path: `./data/joomla_data` JConfig: `./data/joomla_data/configuration.php` - \ No newline at end of file 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 2767169..85596af 100644 --- a/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php +++ b/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php @@ -537,8 +537,8 @@ static function turnierdisziplinen($disziplin, $meldungen, $meldungenSpielerIds, ?>
| @@ -961,7 +963,7 @@ static function turnierdisziplin($turnier, $disziplin, $meldungen, $meldungenSpi function bilder_zeigen(){ let breite = window.innerWidth; let id = 0; - var anzeige; + let anzeige; let anzahl_spiele = ; if (breite < 480){ anzeige = "none"; @@ -1488,7 +1490,7 @@ if (count($spiele) > 0) { function bilder_zeigen(){ let breite = window.innerWidth; let id = 0; - var anzeige; + let anzeige; let anzahl_spiele = ; if (breite < 480){ @@ -5694,14 +5696,14 @@ if (count($spiele) > 0) { ?> |
|---|
| - | + | - | + | 0) { } ?> - | + | bild_ausblenden ? '' : $row->spieler_id, 45, 60, 0, 0, 'border="1" style="text-align: right" hspace="8" vspace="2"', $row->geschlecht == 'M' ? 'm' : 'w')) != null) echo $bild; @@ -5799,7 +5801,7 @@ if (count($spiele) > 0) { - | + |
bild_ausblenden_2 ? '' : $row->spieler_2_id, 45, 60, 0, 0, 'border="1" style="text-align: right" hspace="8" vspace="2"', $row->geschlecht == 'M' ? 'm' : 'w')) != null)
echo $bild;
@@ -6823,15 +6825,15 @@ if (count($spiele) > 0) {
?>
-
|
|---|