mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
Spielersuche responsive
This commit is contained in:
@@ -4086,21 +4086,22 @@ global $params;
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<form action="<?php echo SportsManagerURL(); ?>" method="post" name="adminForm" id="adminForm">
|
<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'); ?>">
|
<div class="uk-width-1-1 uk-width-1-2@s uk-width-1-4@m uk-grid-margin">
|
||||||
<tr>
|
|
||||||
<td nowrap>
|
|
||||||
<?php echo JText::_('COM_SPORTSMANAGER_SEARCH_LABEL'); ?>:
|
<?php echo JText::_('COM_SPORTSMANAGER_SEARCH_LABEL'); ?>:
|
||||||
</td>
|
|
||||||
<td nowrap>
|
|
||||||
<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); ?>"/>
|
||||||
|
</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'); ?>"
|
<input type="submit" name="ok" value="<?php echo JText::_('COM_SPORTSMANAGER_GO'); ?>"
|
||||||
class="button uk-button uk-button-primary"/>
|
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();"
|
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>
|
</div>
|
||||||
<td nowrap>
|
|
||||||
|
<table class="uk-table uk-table-responsive uk-table-shrink contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
if ($beginn != 0) {
|
if ($beginn != 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user