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
|
<?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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user