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>
|
||||
<input type="submit" name="ok" value="<?php echo JText::_('COM_SPORTSMANAGER_GO'); ?>"
|
||||
class="button"/>
|
||||
class="button uk-button uk-button-primary"/>
|
||||
</td>
|
||||
<td> </td>
|
||||
<?php
|
||||
@@ -292,7 +292,7 @@ function turniereHeader($titel, $beschreibung, $saisons, $filter_saison_id) {
|
||||
?>
|
||||
</select>
|
||||
<input type="submit" name="ok" value="<?php echo JText::_('COM_SPORTSMANAGER_GO'); ?>"
|
||||
class="button"/>
|
||||
class="button uk-button uk-button-primary"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -2327,7 +2327,7 @@ global $params;
|
||||
?>
|
||||
</select>
|
||||
<input type="submit" name="ok" value="<?php echo JText::_('COM_SPORTSMANAGER_GO'); ?>"
|
||||
class="button"/>
|
||||
class="button uk-button uk-button-primary"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -6044,7 +6044,7 @@ global $params;
|
||||
?>
|
||||
</select>
|
||||
<input type="submit" name="ok" value="<?php echo JText::_('COM_SPORTSMANAGER_GO'); ?>"
|
||||
class="button"/>
|
||||
class="button uk-button uk-button-primary"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -6874,7 +6874,7 @@ global $params;
|
||||
?>
|
||||
</select>
|
||||
<input type="submit" name="ok" value="<?php echo JText::_('COM_SPORTSMANAGER_GO'); ?>"
|
||||
class="button"/>
|
||||
class="button uk-button uk-button-primary"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user