mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
Dtfl Teams Tabelle Logo and size fixed
This commit is contained in:
@@ -2412,7 +2412,7 @@ global $params;
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
<!-- Tabelle Mannschaften -->
|
<!-- Tabelle Mannschaften -->
|
||||||
<table class="uk-table uk-table-hover uk-table-divider uk-table-middle rangliste-width contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
<table class="uk-table uk-table-hover uk-table-divider uk-table-middle dtfl-table-small contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
||||||
<tr class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>">
|
<tr class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>">
|
||||||
<th><strong><?php echo JText::_('COM_SPORTSMANAGER_TEAM_NAME'); ?></strong></th>
|
<th><strong><?php echo JText::_('COM_SPORTSMANAGER_TEAM_NAME'); ?></strong></th>
|
||||||
<?php
|
<?php
|
||||||
@@ -2451,13 +2451,13 @@ global $params;
|
|||||||
<?php
|
<?php
|
||||||
if ($bilder_anzeigen) {
|
if ($bilder_anzeigen) {
|
||||||
?>
|
?>
|
||||||
<td width="29">
|
<td width="50">
|
||||||
<?php
|
<?php
|
||||||
$bild = bildHTML("mannschaften", $row->team_id, 28, 28, 0, 0, 'border="0"');
|
$bild = bildHTML("mannschaften", $row->team_id, 50, 50, 0, 0, 'border="0"');
|
||||||
if ($bild != null)
|
if ($bild != null)
|
||||||
echo $bild;
|
echo $bild;
|
||||||
else if ($row->verein_id != null) {
|
else if ($row->verein_id != null) {
|
||||||
$bild = bildHTML("vereine", $row->verein_id, 28, 28, 0, 0, 'border="0"');
|
$bild = bildHTML("vereine", $row->verein_id, 50, 50, 0, 0, 'border="0"');
|
||||||
if ($bild != null)
|
if ($bild != null)
|
||||||
echo $bild;
|
echo $bild;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user