From 3435e215f171b6a66f125c22515fbffa20b76393 Mon Sep 17 00:00:00 2001 From: Daniel Goerlich Date: Fri, 22 Jan 2021 18:51:44 +0100 Subject: [PATCH] Select in view.html to width medium --- .../views/sportsmanager/view.html.php | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php b/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php index 6ed5bb6..75b7df8 100644 --- a/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php +++ b/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php @@ -119,7 +119,7 @@ function veranstaltungenHeader($titel, $beschreibung, $saisons, $filter_saison_i ?> : - saison_id . "\" " . ($filter_saison_id == $saison->saison_id ? "selected" : "") . ">" . htmlentities_utf8($saison->saisonbezeichnung) . ""; @@ -285,7 +285,7 @@ function turniereHeader($titel, $beschreibung, $saisons, $filter_saison_id) { : - saison_id . "\" " . ($filter_saison_id == $saison->saison_id ? "selected" : "") . ">" . htmlentities_utf8($saison->saisonbezeichnung) . ""; @@ -1874,7 +1874,7 @@ global $params;
- spieltag . "\"" . ($s->spieltag == $spieltag ? " selected" : "") . ">" . htmlentities_utf8(Rundenbezeichnung($s->spieltag, $veranstaltung->unterteilung == 0)) . ""; @@ -2320,7 +2320,7 @@ global $params;
: - saison_id . "\" " . ($filter_saison_id == $saison->saison_id ? "selected" : "") . ">" . htmlentities_utf8($saison->saisonbezeichnung) . ""; @@ -4158,7 +4158,7 @@ global $params; : - : - " . JText::_('COM_SPORTSMANAGER_CATEGORY_ALL') . ""; foreach ($einstufungen as $einstufung_id => $bezeichnung) { @@ -4196,7 +4196,7 @@ global $params; : - " . JText::_('COM_SPORTSMANAGER_CATEGORY_ALL') . ""; foreach ($veranstalter as $v) { @@ -4215,7 +4215,7 @@ global $params; : - " . JText::_('COM_SPORTSMANAGER_CATEGORY_ALL') . ""; foreach ($veranstaltungen as $v) { @@ -5332,7 +5332,7 @@ global $params; ?> } - - - - - : - saison_id . "\" " . ($filter_saison_id == $saison->saison_id ? "selected" : "") . ">" . htmlentities_utf8($saison->saisonbezeichnung) . "";