Ranglistenübersicht Anpassungen Spielerstatistik

This commit is contained in:
Daniel Goerlich
2021-01-16 23:06:40 +01:00
parent 76931df1a5
commit dee0fdb174
@@ -5747,7 +5747,7 @@ global $params;
if ($allein_angezeigt) { if ($allein_angezeigt) {
?> ?>
<table border="0" cellspacing="0" cellpadding="3" width="100%"> <table class="uk-table uk-table-responsive" border="0" cellspacing="0" cellpadding="3" width="100%">
<tr> <tr>
<th width="30" class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>"></th> <th width="30" class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>"></th>
<th class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>" align="left"> <th class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>" align="left">
@@ -5787,7 +5787,7 @@ global $params;
</tr> </tr>
</table> </table>
<table class="contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>"> <table class="uk-table uk-table-responsive contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
<tr> <tr>
<td colspan="3"> <td colspan="3">
<div> <div>
@@ -5800,7 +5800,7 @@ global $params;
} }
else { else {
?> ?>
<table class="contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>"> <table class="uk-table uk-table-responsive contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
<tr> <tr>
<td nowrap class="contentheading<?php echo $params->get('pageclass_sfx'); ?>" width="100%"> <td nowrap class="contentheading<?php echo $params->get('pageclass_sfx'); ?>" width="100%">
<a name="bid<?php echo $spielerstatistik->bestenliste_id; ?>"></a><?php echo htmlentities_utf8($spielerstatistik->bezeichnung); ?> <a name="bid<?php echo $spielerstatistik->bestenliste_id; ?>"></a><?php echo htmlentities_utf8($spielerstatistik->bezeichnung); ?>
@@ -5835,7 +5835,7 @@ global $params;
} }
?> ?>
<table class="contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>"> <table class="uk-table uk-table-responsive 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 nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_PLACE'); ?></strong></th> <th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_PLACE'); ?></strong></th>
<th nowrap align="left"><strong><?php echo JText::_('COM_SPORTSMANAGER_PLAYER'); ?></strong></th> <th nowrap align="left"><strong><?php echo JText::_('COM_SPORTSMANAGER_PLAYER'); ?></strong></th>