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) {
?>
<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>
<th width="30" class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>"></th>
<th class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>" align="left">
@@ -5787,7 +5787,7 @@ global $params;
</tr>
</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>
<td colspan="3">
<div>
@@ -5800,7 +5800,7 @@ global $params;
}
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>
<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); ?>
@@ -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'); ?>">
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_PLACE'); ?></strong></th>
<th nowrap align="left"><strong><?php echo JText::_('COM_SPORTSMANAGER_PLAYER'); ?></strong></th>