Spielersuche Style Buttons

This commit is contained in:
Daniel Goerlich
2021-03-04 20:40:55 +01:00
parent 8076f3e846
commit 13eb471628
@@ -4095,9 +4095,9 @@ global $params;
<input class="inputbox" type="text" name="filter" size="14" maxlength="100" <input class="inputbox" type="text" name="filter" size="14" maxlength="100"
value="<?php echo htmlentities_utf8($filter); ?>"/> value="<?php echo htmlentities_utf8($filter); ?>"/>
<input type="submit" name="ok" value="<?php echo JText::_('COM_SPORTSMANAGER_GO'); ?>" <input type="submit" name="ok" value="<?php echo JText::_('COM_SPORTSMANAGER_GO'); ?>"
class="button"/> class="button uk-button uk-button-primary"/>
<input type="button" value="<?php echo JText::_('COM_SPORTSMANAGER_FILTER_SELECTION'); ?>" <input type="button" value="<?php echo JText::_('COM_SPORTSMANAGER_FILTER_SELECTION'); ?>"
class="button" onclick="filter_anzeigen();" class="button uk-button uk-button-secondary" onclick="filter_anzeigen();"
id="button_filter_anzeigen"<?php if ($filter_anzeigen) echo ' style="display:none"'; ?> /> id="button_filter_anzeigen"<?php if ($filter_anzeigen) echo ' style="display:none"'; ?> />
</td> </td>
<td nowrap> <td nowrap>