Terminkalender Layout Select

This commit is contained in:
Daniel Goerlich
2021-01-14 14:18:06 +01:00
parent f8b68f14c7
commit fb2648ba0c
@@ -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>";