mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
Terminkalender Layout Select
This commit is contained in:
@@ -10846,7 +10846,7 @@ class HTML_sportsmanager_admin {
|
|||||||
<?php echo JText::_('COM_SPORTSMANAGER_YEAR'); ?>:
|
<?php echo JText::_('COM_SPORTSMANAGER_YEAR'); ?>:
|
||||||
</td>
|
</td>
|
||||||
<td nowrap>
|
<td nowrap>
|
||||||
<select name="filter_jahr" size="1" onChange="document.adminForm.submit();">
|
<select class="uk-select uk-form-width-small" name="filter_jahr" size="1" onChange="document.adminForm.submit();">
|
||||||
<?php
|
<?php
|
||||||
foreach ($jahre as $jahr)
|
foreach ($jahre as $jahr)
|
||||||
echo "<option value=\"" . $jahr->jahr . "\" " . ($filter_jahr == $jahr->jahr ? "selected" : "") . ">" . htmlentities_utf8($jahr->jahr) . "</option>";
|
echo "<option value=\"" . $jahr->jahr . "\" " . ($filter_jahr == $jahr->jahr ? "selected" : "") . ">" . htmlentities_utf8($jahr->jahr) . "</option>";
|
||||||
|
|||||||
Reference in New Issue
Block a user