mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 14:37:52 +00:00
DTFL Changed table size to css parameter
This commit is contained in:
@@ -1926,7 +1926,7 @@ global $params;
|
|||||||
?>
|
?>
|
||||||
<!-- Gruppentabelle mit Ergebnissen -->
|
<!-- Gruppentabelle mit Ergebnissen -->
|
||||||
<!-- dtfl-table-small css from yootheme-->
|
<!-- dtfl-table-small css from yootheme-->
|
||||||
<table class="uk-table uk-table-hover uk-table-divider uk-table-middle dtfl-table-small contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
<table class="uk-table uk-table-hover uk-table-divider uk-table-middle dtfl-table-medium 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><strong><?php echo JText::_('COM_SPORTSMANAGER_PLACE'); ?></strong></th>
|
<th><strong><?php echo JText::_('COM_SPORTSMANAGER_PLACE'); ?></strong></th>
|
||||||
<th align="left"><strong><?php echo JText::_('COM_SPORTSMANAGER_TEAM'); ?></strong></th>
|
<th align="left"><strong><?php echo JText::_('COM_SPORTSMANAGER_TEAM'); ?></strong></th>
|
||||||
@@ -2192,7 +2192,7 @@ global $params;
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
<!-- Gruppentabelle Hauptrunde -->
|
<!-- Gruppentabelle Hauptrunde -->
|
||||||
<table class="uk-table uk-table-hover uk-table-divider uk-table-middle dtfl-table-medium contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
<table class="uk-table uk-table-hover uk-table-divider uk-table-middle dtfl-table-small 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><strong><?php echo JText::_('COM_SPORTSMANAGER_PLACE'); ?></strong></th>
|
<th><strong><?php echo JText::_('COM_SPORTSMANAGER_PLACE'); ?></strong></th>
|
||||||
<th align="left"><strong><?php echo JText::_('COM_SPORTSMANAGER_TEAM'); ?></strong></th>
|
<th align="left"><strong><?php echo JText::_('COM_SPORTSMANAGER_TEAM'); ?></strong></th>
|
||||||
|
|||||||
Reference in New Issue
Block a user