mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 14:37:52 +00:00
Turnierergebnisse Table shrink
This commit is contained in:
@@ -335,6 +335,10 @@ function disziplinHeader($disziplin) {
|
|||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
Turnierübersicht
|
||||||
|
Startseite / Wettbewerbe / Turnierserie / Turnierergebnisse
|
||||||
|
*/
|
||||||
function turniere($turniere) {
|
function turniere($turniere) {
|
||||||
global $params;
|
global $params;
|
||||||
|
|
||||||
@@ -358,7 +362,7 @@ function turniere($turniere) {
|
|||||||
|
|
||||||
if (!empty($turniere)) {
|
if (!empty($turniere)) {
|
||||||
?>
|
?>
|
||||||
<table class="uk-table uk-table-responsive uk-table-striped uk-table-hover uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
<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'); ?>">
|
||||||
<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>
|
||||||
|
|||||||
@@ -10769,6 +10769,10 @@ class HTML_sportsmanager_admin {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
Terminkalender
|
||||||
|
Startseite / Events / Terminkalender
|
||||||
|
*/
|
||||||
function adminTermine( $termine, $termineSymbole, $jahre, $filter_jahr, $filter_veranstaltung, $filter_zusatz, $filter_land, $veranstaltungen, $zusaetze, $laender, $anzahl_beantragte_termine, $zugriffsebene, $admin_uebersicht, $externe_datenbank ) {
|
function adminTermine( $termine, $termineSymbole, $jahre, $filter_jahr, $filter_veranstaltung, $filter_zusatz, $filter_land, $veranstaltungen, $zusaetze, $laender, $anzahl_beantragte_termine, $zugriffsebene, $admin_uebersicht, $externe_datenbank ) {
|
||||||
global $params;
|
global $params;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user