mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 14:37:52 +00:00
chore: some review fixes
This commit is contained in:
@@ -10372,16 +10372,16 @@ class HTML_sportsmanager_admin
|
||||
<div class="uk-overflow-auto">
|
||||
<table class="" style="width: 500px">
|
||||
<tr>
|
||||
<th align=center colspan='2'><?php echo Text::_('COM_SPORTSMANAGER_EXPORT'); ?></th>
|
||||
<th style="text-align: center" colspan='2'><?php echo Text::_('COM_SPORTSMANAGER_EXPORT'); ?></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap style="width: 120px; text-align: right">
|
||||
<label for="veranstaltungId">Veranstaltung</label>
|
||||
</td>
|
||||
<td nowrap>
|
||||
<select class="uk-select uk-form-width-large" style='width: 320px;' name="veranstaltungid" size="1">
|
||||
<select class="uk-select uk-form-width-large" style='width: 320px;' name="veranstaltungId" size="1">
|
||||
<option value='<?PHP echo $veranstaltung->veranstaltung_id; ?>'><?PHP echo $veranstaltung->bezeichnung; ?></option>
|
||||
<?PHP foreach ($saison AS $key => $value) { ?>
|
||||
<?PHP foreach ($saison AS $value) { ?>
|
||||
<option value='<?PHP echo $value->veranstaltung_id; ?>'><?PHP echo $value->bezeichnung; ?></option>
|
||||
<?PHP } ?>
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user