mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
Ranglistenpunkte Tabellen
This commit is contained in:
@@ -7082,7 +7082,7 @@ 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>
|
||||
<th width="30" class="sectiontableheader<?php echo $params->get('pageclas
|
||||
s_sfx'); ?>"></th>
|
||||
@@ -7123,7 +7123,7 @@ global $params;
|
||||
</tr>
|
||||
</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>
|
||||
<td colspan="3">
|
||||
<div>
|
||||
@@ -7149,14 +7149,14 @@ global $params;
|
||||
<?php
|
||||
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>
|
||||
<td nowrap class="contentheading<?php echo $params->get('pageclass_sfx'); ?>"
|
||||
width="100%"><?php echo JText::_('COM_SPORTSMANAGER_TOURNAMENT_PLACEMENT'); ?></td>
|
||||
</tr>
|
||||
</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'); ?>">
|
||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_TOURNAMENT'); ?></strong></th>
|
||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_LOCATION'); ?></strong></th>
|
||||
|
||||
Reference in New Issue
Block a user