mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
Terminkalender Layout Buttons
This commit is contained in:
@@ -10852,7 +10852,7 @@ class HTML_sportsmanager_admin {
|
|||||||
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>";
|
||||||
?>
|
?>
|
||||||
</select>
|
</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"'; ?> />
|
<input type="button" value="Filterauswahl" class="button" onclick="filter_anzeigen();" id="button_filter_anzeigen"<?php if ($filter_anzeigen) echo ' style="display:none"'; ?> />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user