mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
DTFL Tabelle Gruppe fixed Logosize
This commit is contained in:
@@ -2051,14 +2051,14 @@ global $params;
|
||||
<?php
|
||||
if ($bilder_anzeigen) {
|
||||
?>
|
||||
<td width="32" height="32" align="right">
|
||||
<td width="50" height="50" align="right">
|
||||
<?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) {
|
||||
echo $bild;
|
||||
}
|
||||
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)
|
||||
echo $bild;
|
||||
}
|
||||
@@ -2240,7 +2240,7 @@ global $params;
|
||||
<?php
|
||||
if ($bilder_anzeigen) {
|
||||
?>
|
||||
<td width="50" height="32" align="right">
|
||||
<td width="50" height="50" align="right">
|
||||
<?php
|
||||
$bild = bildHTML("mannschaften", $team->team_id, 50, 50, 0, 0, 'border="0"');
|
||||
if ($bild != null) {
|
||||
|
||||
Reference in New Issue
Block a user