Ranglisten Layout striped

This commit is contained in:
Daniel Goerlich
2021-01-17 00:14:37 +01:00
parent f82c6861ee
commit bac7498926
@@ -6891,7 +6891,7 @@ global $params;
if ($allein_angezeigt) { if ($allein_angezeigt) {
?> ?>
<table class="uk-table uk-table-responsive uk-table-striped uk-table-hover uk-table-middle" border="0" cellspacing="0" cellpadding="3" width="100%"> <table class="uk-table uk-table-responsive uk-table-divider 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">
@@ -6931,7 +6931,7 @@ global $params;
</tr> </tr>
</table> </table>
<table class="uk-table uk-table-responsive uk-table-striped uk-table-hover uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>"> <table class="uk-table uk-table-responsive uk-table-divider uk-table-hover uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
<tr> <tr>
<td colspan="3"> <td colspan="3">
<div> <div>
@@ -6956,7 +6956,7 @@ global $params;
} }
else { else {
?> ?>
<table class="uk-table uk-table-responsive uk-table-striped uk-table-hover uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>"> <table class="uk-table uk-table-responsive uk-table-divider 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="rid<?php echo $rangliste->rangliste_id; ?>"></a><?php echo htmlentities_utf8($rangliste->bezeichnung); ?> <a name="rid<?php echo $rangliste->rangliste_id; ?>"></a><?php echo htmlentities_utf8($rangliste->bezeichnung); ?>
@@ -6981,7 +6981,7 @@ global $params;
<?php <?php
if (count($rangliste_punkte) > 0) { if (count($rangliste_punkte) > 0) {
?> ?>
<table class="uk-table uk-table-responsive uk-table-striped uk-table-hover uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>"> <table class="uk-table uk-table-responsive 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'); ?>"> <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>
@@ -7036,7 +7036,7 @@ global $params;
<?php <?php
if (!$allein_angezeigt) { if (!$allein_angezeigt) {
?> ?>
<table class="uk-table uk-table-responsive uk-table-striped uk-table-hover uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>"> <table class="uk-table uk-table-responsive uk-table-divider uk-table-hover uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
<tr> <tr>
<td align="left" colspan="2"> <td align="left" colspan="2">
<a href="<?php echo SportsManagerURL('&task=rangliste&id=' . $rangliste->rangliste_id); ?>" <a href="<?php echo SportsManagerURL('&task=rangliste&id=' . $rangliste->rangliste_id); ?>"