Individualwettbewerbe Tabellen

This commit is contained in:
Daniel Goerlich
2021-01-16 23:31:20 +01:00
parent cb85ab0e8e
commit 90dc1eed38
@@ -6059,7 +6059,7 @@ global $params;
if (!empty($vorheriger_individualwettbewerb_id) || !empty($naechster_individualwettbewerb_id)) { if (!empty($vorheriger_individualwettbewerb_id) || !empty($naechster_individualwettbewerb_id)) {
?> ?>
<table 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">
@@ -6093,7 +6093,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>
@@ -6106,7 +6106,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="id<?php echo $individualwettbewerb->individualwettbewerb_id; ?>"></a><?php echo htmlentities_utf8($individualwettbewerb->bezeichnung); ?> <a name="id<?php echo $individualwettbewerb->individualwettbewerb_id; ?>"></a><?php echo htmlentities_utf8($individualwettbewerb->bezeichnung); ?>
@@ -6141,7 +6141,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> <tr>
<?php <?php
$platz = 0; $platz = 0;
@@ -6304,7 +6304,7 @@ global $params;
*/ */
if (!$allein_angezeigt) { if (!$allein_angezeigt) {
?> ?>
<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 align="left" colspan="2"> <td align="left" colspan="2">
<a href="<?php echo SportsManagerURL('&id=' . $individualwettbewerb->individualwettbewerb_id); ?>" <a href="<?php echo SportsManagerURL('&id=' . $individualwettbewerb->individualwettbewerb_id); ?>"
@@ -6334,7 +6334,7 @@ global $params;
break; break;
} }
?> ?>
<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 align="center" nowrap> <th align="center" nowrap>
<strong><?php echo JText::_('COM_SPORTSMANAGER_SCHEDULE_DATE'); ?></strong></th> <strong><?php echo JText::_('COM_SPORTSMANAGER_SCHEDULE_DATE'); ?></strong></th>
@@ -6480,7 +6480,7 @@ global $params;
<?php <?php
if (!$allein_angezeigt && count($spiele) > 3) { if (!$allein_angezeigt && count($spiele) > 3) {
?> ?>
<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 align="left" colspan="2"> <td align="left" colspan="2">
<a href="<?php echo SportsManagerURL('&id=' . $individualwettbewerb->individualwettbewerb_id); ?>" <a href="<?php echo SportsManagerURL('&id=' . $individualwettbewerb->individualwettbewerb_id); ?>"