Ranglistenübersicht Tables Layout

This commit is contained in:
Daniel Goerlich
2021-01-16 23:27:35 +01:00
parent 03036c7d11
commit cb85ab0e8e
2 changed files with 12614 additions and 12614 deletions
@@ -5747,7 +5747,7 @@ global $params;
if ($allein_angezeigt) { if ($allein_angezeigt) {
?> ?>
<table class="uk-table uk-table-responsive" border="0" cellspacing="0" cellpadding="3" width="100%"> <table class="uk-table uk-table-responsive uk-table-striped uk-table-hover uk-table-middle" 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="uk-table uk-table-responsive contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>"> <table class="uk-table uk-table-responsive uk-table-striped uk-table-hover uk-table-middle 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="uk-table uk-table-responsive contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>"> <table class="uk-table uk-table-responsive uk-table-striped uk-table-hover uk-table-middle 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="uk-table uk-table-responsive contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>"> <table class="uk-table uk-table-responsive uk-table-striped uk-table-hover uk-table-middle 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>
File diff suppressed because it is too large Load Diff