mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 14:37:52 +00:00
Turnierergebnisse Layout Tabelle
This commit is contained in:
@@ -362,7 +362,7 @@ function turniere($turniere) {
|
|||||||
|
|
||||||
if (!empty($turniere)) {
|
if (!empty($turniere)) {
|
||||||
?>
|
?>
|
||||||
<table class="uk-table uk-table-responsive uk-table-striped uk-table-shrink 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_DATE'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_DATE'); ?></strong></th>
|
||||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_TOURNAMENT'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_TOURNAMENT'); ?></strong></th>
|
||||||
@@ -499,7 +499,7 @@ function turnierdisziplinen($disziplin, $meldungen, $meldungenSpielerIds, $meldu
|
|||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<table class="uk-table uk-table-responsive uk-table-striped uk-table-shrink uk-table-hover uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
<table class="uk-table uk-table-responsive 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'); ?>">
|
||||||
<?php
|
<?php
|
||||||
if ($platzierung_anzeigen) {
|
if ($platzierung_anzeigen) {
|
||||||
|
|||||||
Reference in New Issue
Block a user