mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
Korrektur Dropdown Spielorte
This commit is contained in:
@@ -10379,7 +10379,7 @@ class HTML_sportsmanager_admin
|
|||||||
echo "<optgroup label=\"" . htmlentities_utf8(!empty($spielort->ortsname) ? $spielort->ortsname : Text::_('COM_SPORTSMANAGER_WITHOUT_PLACE')) . "\">";
|
echo "<optgroup label=\"" . htmlentities_utf8(!empty($spielort->ortsname) ? $spielort->ortsname : Text::_('COM_SPORTSMANAGER_WITHOUT_PLACE')) . "\">";
|
||||||
$ortsname = $spielort->ortsname;
|
$ortsname = $spielort->ortsname;
|
||||||
}
|
}
|
||||||
echo "<option value=\"" . $spielort->spielort_id . "\"" . ($row != null ? ($spielort->spielort_id == $row->spielort_id ? " selected" : "") : "") . ">" . htmlentities_utf8($spielort->name) . "</option>";
|
echo "<option value=\"" . $spielort->spielort_id . "\">" . htmlentities_utf8($spielort->name) . "</option>";
|
||||||
}
|
}
|
||||||
if ($ortsname != -1)
|
if ($ortsname != -1)
|
||||||
echo "</optgroup>";
|
echo "</optgroup>";
|
||||||
|
|||||||
Reference in New Issue
Block a user