mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
Rangliste fix table format
This commit is contained in:
@@ -6961,7 +6961,6 @@ global $params;
|
||||
<tr class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>">
|
||||
<th><strong><?php echo JText::_('COM_SPORTSMANAGER_RANK'); ?></strong></th>
|
||||
<th align="left"><strong><?php echo JText::_('COM_SPORTSMANAGER_PLAYER'); ?></strong></th>
|
||||
<th></th>
|
||||
<th><strong><?php echo JText::_('COM_SPORTSMANAGER_POINTS'); ?></strong></th>
|
||||
</tr>
|
||||
<?php
|
||||
@@ -6979,13 +6978,10 @@ global $params;
|
||||
?>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<td class="uk-align-center">
|
||||
<?php
|
||||
if (($bild = bildHTML("spieler", !$details_anzeigen && $row->bild_ausblenden ? '' : $row->spieler_id, 57, 76, 0, 0, 'border="1" align="right" hspace="8" vspace="2"', $row->geschlecht == 'M' ? 'm' : 'w')) != null)
|
||||
echo $bild; ?>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<?php
|
||||
if ($row->aktueller_verein_id == null)
|
||||
echo htmlentities_utf8($row->nachname . ", " . $row->vorname);
|
||||
@@ -6998,7 +6994,7 @@ global $params;
|
||||
?>
|
||||
</td>
|
||||
|
||||
<td align="center">
|
||||
<td class="uk-align-center">
|
||||
<a href="<?php echo SportsManagerURL('&task=ranglistenpunkte&rangliste_id=' . $rangliste->rangliste_id . "&spieler_id=" . $row->spieler_id); ?>"><?php echo $row->punkte; ?></a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user