From 65152e51d395a8cb69e3e4c16e2c1a32e2c5eed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Meyer?= Date: Mon, 31 Mar 2025 09:58:53 +0200 Subject: [PATCH] =?UTF-8?q?Doppel=207=20und=208=20f=C3=BCr=20Dropdown=20Ma?= =?UTF-8?q?nnschaftsspielpl=C3=A4ne=20hinzugef=C3=BCgt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/sportsmanager/view_admin.php | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/structure/components/com_sportsmanager/views/sportsmanager/view_admin.php b/src/structure/components/com_sportsmanager/views/sportsmanager/view_admin.php index 2a27b63..aae14a4 100644 --- a/src/structure/components/com_sportsmanager/views/sportsmanager/view_admin.php +++ b/src/structure/components/com_sportsmanager/views/sportsmanager/view_admin.php @@ -4263,10 +4263,10 @@ class HTML_sportsmanager_admin }
-
+
-
+
JText::_('COM_SPORTSMANAGER_DOUBLES') . " 1", "D2" => JText::_('COM_SPORTSMANAGER_DOUBLES') . " 2", "D3" => JText::_('COM_SPORTSMANAGER_DOUBLES') . " 3", "D4" => JText::_('COM_SPORTSMANAGER_DOUBLES') . " 4", "D5" => JText::_('COM_SPORTSMANAGER_DOUBLES') . " 5", "D6" => JText::_('COM_SPORTSMANAGER_DOUBLES') . " 6", "E1" => JText::_('COM_SPORTSMANAGER_SINGLES') . " 1", "E2" => JText::_('COM_SPORTSMANAGER_SINGLES') . " 2", "E3" => JText::_('COM_SPORTSMANAGER_SINGLES') . " 3", "E4" => JText::_('COM_SPORTSMANAGER_SINGLES') . " 4", "E5" => JText::_('COM_SPORTSMANAGER_SINGLES') . " 5", "E6" => JText::_('COM_SPORTSMANAGER_SINGLES') . " 6", "S1" => JText::_('COM_SPORTSMANAGER_RESULT_ONLY')); + //Doppel 7 und 8 hinzugefuegt, Jürgen Meyer, 28.03.2025 + $spieltyp = array("D1" => JText::_('COM_SPORTSMANAGER_DOUBLES') . " 1", "D2" => JText::_('COM_SPORTSMANAGER_DOUBLES') . " 2", + "D3" => JText::_('COM_SPORTSMANAGER_DOUBLES') . " 3", "D4" => JText::_('COM_SPORTSMANAGER_DOUBLES') . " 4", + "D5" => JText::_('COM_SPORTSMANAGER_DOUBLES') . " 5", "D6" => JText::_('COM_SPORTSMANAGER_DOUBLES') . " 6", + "D7" => JText::_('COM_SPORTSMANAGER_DOUBLES') . " 7", "D8" => JText::_('COM_SPORTSMANAGER_DOUBLES') . " 8", + "E1" => JText::_('COM_SPORTSMANAGER_SINGLES') . " 1", "E2" => JText::_('COM_SPORTSMANAGER_SINGLES') . " 2", + "E3" => JText::_('COM_SPORTSMANAGER_SINGLES') . " 3", "E4" => JText::_('COM_SPORTSMANAGER_SINGLES') . " 4", + "E5" => JText::_('COM_SPORTSMANAGER_SINGLES') . " 5", "E6" => JText::_('COM_SPORTSMANAGER_SINGLES') . " 6", + "S1" => JText::_('COM_SPORTSMANAGER_RESULT_ONLY')); $modus = $row != null ? explode("|", $row->modus) : null; $spiele = $modus != null && isset($modus[0]) ? explode(",", $modus[0]) : array(); for ($spiel_nr = 1; $spiel_nr <= 36; $spiel_nr++)
: @@ -4440,7 +4440,15 @@ class HTML_sportsmanager_admin