mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 14:37:52 +00:00
Anzahl Sortierreihenfolge Team Veranstaltungen auf 100 gesetzt.
This commit is contained in:
@@ -7178,7 +7178,7 @@ class HTML_sportsmanager_admin
|
||||
<select class="uk-select uk-form-width-medium" name="reihenfolge" id="order"
|
||||
size="1">
|
||||
<?php
|
||||
for ($i = 1; $i <= 200; $i++) {
|
||||
for ($i = 1; $i <= 100; $i++) {
|
||||
echo "<option value=\"" . $i . "\"" . ($row != null ? ($row->reihenfolge == $i ? " selected" : "") : "") . ">" . $i . "</option>";
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user