Rangliste Layout Table Responsive Order

This commit is contained in:
Daniel Goerlich
2021-02-09 17:35:28 +01:00
parent 831a1196c9
commit 16efbb29ff
@@ -6994,7 +6994,7 @@ global $params;
<?php
if (count($rangliste_punkte) > 0) {
?>
<table class="uk-table uk-table-responsive uk-table-divider uk-table-hover uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
<table class="uk-table uk-table-divider uk-table-hover uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
<tr class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>">
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_RANK'); ?></strong></th>
<th nowrap align="left"><strong><?php echo JText::_('COM_SPORTSMANAGER_PLAYER'); ?></strong></th>
@@ -7018,6 +7018,11 @@ global $params;
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td>
<?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);
@@ -7029,11 +7034,6 @@ global $params;
}
?>
</td>
<td>
<?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>
</tr>
</table>
</td>