mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
Turnierergebnisse Layout Tabelle
This commit is contained in:
@@ -302,6 +302,10 @@ function turniereHeader($titel, $beschreibung, $saisons, $filter_saison_id) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
Turnierergebnisse Diziplin
|
||||||
|
|
||||||
|
*/
|
||||||
function disziplinHeader($disziplin) {
|
function disziplinHeader($disziplin) {
|
||||||
global $params;
|
global $params;
|
||||||
?>
|
?>
|
||||||
@@ -314,7 +318,7 @@ function disziplinHeader($disziplin) {
|
|||||||
</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-shrink uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
||||||
<tr>
|
<tr>
|
||||||
<td nowrap>
|
<td nowrap>
|
||||||
<strong><?php echo JText::_('COM_SPORTSMANAGER_START'); ?>:</strong>
|
<strong><?php echo JText::_('COM_SPORTSMANAGER_START'); ?>:</strong>
|
||||||
|
|||||||
Reference in New Issue
Block a user