mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
Kleine Korrektur
This commit is contained in:
@@ -9144,7 +9144,7 @@ class HTML_sportsmanager_admin
|
|||||||
</td>
|
</td>
|
||||||
<td nowrap>
|
<td nowrap>
|
||||||
<input list="auswahl_spieltagtitel" class="uk-select uk-form-width-medium" type="text" name="spieltag_titel"
|
<input list="auswahl_spieltagtitel" class="uk-select uk-form-width-medium" type="text" name="spieltag_titel"
|
||||||
id="game_title" size="32" maxlength="20" style="height: 34px;width: 300px;" size="1"
|
id="game_title" size="32" maxlength="20" style="height: 34px;width: 300px;"
|
||||||
value="<?php if ($row != null) echo htmlentities_utf8($row->spieltag_titel); ?>"/>
|
value="<?php if ($row != null) echo htmlentities_utf8($row->spieltag_titel); ?>"/>
|
||||||
<datalist id="auswahl_spieltagtitel" >
|
<datalist id="auswahl_spieltagtitel" >
|
||||||
<?php if ($auswahl_spieltagtitel){ ?>
|
<?php if ($auswahl_spieltagtitel){ ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user