Spielersuche responsive

This commit is contained in:
Daniel Goerlich
2021-03-09 17:30:40 +01:00
parent 93602442a6
commit 13ec7ec948
@@ -4086,21 +4086,22 @@ global $params;
}
</script>
<form action="<?php echo SportsManagerURL(); ?>" method="post" name="adminForm" id="adminForm">
<table class="uk-table uk-table-responsive uk-table-shrink contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
<tr>
<td nowrap>
<?php echo JText::_('COM_SPORTSMANAGER_SEARCH_LABEL'); ?>:
</td>
<td nowrap>
<input class="inputbox" type="text" name="filter" size="14" maxlength="100"
<div class="uk-width-1-1 uk-width-1-2@s uk-width-1-4@m uk-grid-margin">
<?php echo JText::_('COM_SPORTSMANAGER_SEARCH_LABEL'); ?>:
<input class="inputbox" type="text" name="filter" size="14" maxlength="100"
value="<?php echo htmlentities_utf8($filter); ?>"/>
<input type="submit" name="ok" value="<?php echo JText::_('COM_SPORTSMANAGER_GO'); ?>"
</div>
<div class="uk-width-1-1 uk-width-1-2@s uk-width-1-4@m uk-grid-margin">
<input type="submit" name="ok" value="<?php echo JText::_('COM_SPORTSMANAGER_GO'); ?>"
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 uk-button uk-button-secondary" onclick="filter_anzeigen();"
id="button_filter_anzeigen"<?php if ($filter_anzeigen) echo ' style="display:none"'; ?> />
</td>
<td nowrap>
</div>
<table class="uk-table uk-table-responsive uk-table-shrink contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
<tr>
<td>
<?php
/*
if ($beginn != 0) {