mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
Spielersuche Style Buttons
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user