mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
Fix: Table width for "Turnierergebnisse"
https://tasks.office.com/dtfb.de/Home/Task/GLdY3Sopmkq3gw04z_kf7pcAPU52?Type=TaskLink&Channel=Link&CreatedTime=638238063935540000
This commit is contained in:
@@ -368,7 +368,7 @@ function turniere($turniere) {
|
|||||||
|
|
||||||
if (!empty($turniere)) {
|
if (!empty($turniere)) {
|
||||||
?>
|
?>
|
||||||
<div class="uk-overflow-auto"><table class="uk-table uk-table-divider uk-table-shrink uk-table-hover uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
<div class="uk-overflow-auto"><table class="uk-table 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>
|
||||||
|
|||||||
Reference in New Issue
Block a user