Terminkalender Layout Buttons

This commit is contained in:
Daniel Goerlich
2021-01-14 14:30:52 +01:00
parent fb2648ba0c
commit acdf3123c6
@@ -10852,7 +10852,7 @@ class HTML_sportsmanager_admin {
echo "<option value=\"" . $jahr->jahr . "\" " . ($filter_jahr == $jahr->jahr ? "selected" : "") . ">" . htmlentities_utf8($jahr->jahr) . "</option>";
?>
</select>
<input type="submit" name="ok" value="<?php echo JText::_( 'COM_SPORTSMANAGER_GO' ); ?>" class="button" />
<input type="submit" name="ok" value="<?php echo JText::_( 'COM_SPORTSMANAGER_GO' ); ?>" class="button uk-button uk-button-primary" />
<input type="button" value="Filterauswahl" class="button" onclick="filter_anzeigen();" id="button_filter_anzeigen"<?php if ($filter_anzeigen) echo ' style="display:none"'; ?> />
</td>
</tr>