Ranglistenpunkte Tabellen

This commit is contained in:
Daniel Goerlich
2021-01-16 23:35:27 +01:00
parent 513bc2307a
commit 33b9b4bc5f
@@ -7082,7 +7082,7 @@ global $params;
global $params; global $params;
?> ?>
<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('pageclas <th width="30" class="sectiontableheader<?php echo $params->get('pageclas
s_sfx'); ?>"></th> s_sfx'); ?>"></th>
@@ -7123,7 +7123,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>
@@ -7149,14 +7149,14 @@ global $params;
<?php <?php
if (count($turnierdisziplinen) > 0) { if (count($turnierdisziplinen) > 0) {
?> ?>
<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'); ?>" <td nowrap class="contentheading<?php echo $params->get('pageclass_sfx'); ?>"
width="100%"><?php echo JText::_('COM_SPORTSMANAGER_TOURNAMENT_PLACEMENT'); ?></td> width="100%"><?php echo JText::_('COM_SPORTSMANAGER_TOURNAMENT_PLACEMENT'); ?></td>
</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 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_TOURNAMENT'); ?></strong></th> <th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_TOURNAMENT'); ?></strong></th>
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_LOCATION'); ?></strong></th> <th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_LOCATION'); ?></strong></th>