Rangliste fix table format

This commit is contained in:
Daniel Goerlich
2021-02-19 15:00:03 +01:00
parent f9ac4b0657
commit 71f336cb3f
@@ -6961,7 +6961,6 @@ global $params;
<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_RANK'); ?></strong></th> <th><strong><?php echo JText::_('COM_SPORTSMANAGER_RANK'); ?></strong></th>
<th align="left"><strong><?php echo JText::_('COM_SPORTSMANAGER_PLAYER'); ?></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> <th><strong><?php echo JText::_('COM_SPORTSMANAGER_POINTS'); ?></strong></th>
</tr> </tr>
<?php <?php
@@ -6979,13 +6978,10 @@ global $params;
?> ?>
</td> </td>
<td> <td class="uk-align-center">
<?php <?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) 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; ?> echo $bild; ?>
</td>
<td>
<?php <?php
if ($row->aktueller_verein_id == null) if ($row->aktueller_verein_id == null)
echo htmlentities_utf8($row->nachname . ", " . $row->vorname); echo htmlentities_utf8($row->nachname . ", " . $row->vorname);
@@ -6998,7 +6994,7 @@ global $params;
?> ?>
</td> </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> <a href="<?php echo SportsManagerURL('&task=ranglistenpunkte&rangliste_id=' . $rangliste->rangliste_id . "&spieler_id=" . $row->spieler_id); ?>"><?php echo $row->punkte; ?></a>
</td> </td>
</tr> </tr>