mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
Rangliste Übersicht Los Button overall
This commit is contained in:
@@ -126,7 +126,7 @@ function veranstaltungenHeader($titel, $beschreibung, $saisons, $filter_saison_i
|
|||||||
?>
|
?>
|
||||||
</select>
|
</select>
|
||||||
<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"/>
|
||||||
</td>
|
</td>
|
||||||
<td> </td>
|
<td> </td>
|
||||||
<?php
|
<?php
|
||||||
@@ -292,7 +292,7 @@ function turniereHeader($titel, $beschreibung, $saisons, $filter_saison_id) {
|
|||||||
?>
|
?>
|
||||||
</select>
|
</select>
|
||||||
<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"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -2327,7 +2327,7 @@ global $params;
|
|||||||
?>
|
?>
|
||||||
</select>
|
</select>
|
||||||
<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"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -6044,7 +6044,7 @@ global $params;
|
|||||||
?>
|
?>
|
||||||
</select>
|
</select>
|
||||||
<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"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -6874,7 +6874,7 @@ global $params;
|
|||||||
?>
|
?>
|
||||||
</select>
|
</select>
|
||||||
<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"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user