DTFL Tabelle Gruppe fixed Logosize

This commit is contained in:
Daniel Goerlich
2021-06-09 23:01:00 +02:00
parent 8562c7d734
commit 908d06fc52
@@ -2051,14 +2051,14 @@ global $params;
<?php <?php
if ($bilder_anzeigen) { if ($bilder_anzeigen) {
?> ?>
<td width="32" height="32" align="right"> <td width="50" height="50" align="right">
<?php <?php
$bild = bildHTML("mannschaften", $team->team_id, 28, 28, 0, 0, 'border="0"'); $bild = bildHTML("mannschaften", $team->team_id, 50, 50, 0, 0, 'border="0"');
if ($bild != null) { if ($bild != null) {
echo $bild; echo $bild;
} }
else if ($team->verein_id != null) { else if ($team->verein_id != null) {
$bild = bildHTML("vereine", $team->verein_id, 28, 28, 0, 0, 'border="0"'); $bild = bildHTML("vereine", $team->verein_id, 50, 50, 0, 0, 'border="0"');
if ($bild != null) if ($bild != null)
echo $bild; echo $bild;
} }
@@ -2240,7 +2240,7 @@ global $params;
<?php <?php
if ($bilder_anzeigen) { if ($bilder_anzeigen) {
?> ?>
<td width="50" height="32" align="right"> <td width="50" height="50" align="right">
<?php <?php
$bild = bildHTML("mannschaften", $team->team_id, 50, 50, 0, 0, 'border="0"'); $bild = bildHTML("mannschaften", $team->team_id, 50, 50, 0, 0, 'border="0"');
if ($bild != null) { if ($bild != null) {