mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 14:37:52 +00:00
Vorbelegung Spielnummer entfernt.
This commit is contained in:
@@ -9150,7 +9150,9 @@ class HTML_sportsmanager_admin
|
||||
:</label>
|
||||
</td>
|
||||
<td nowrap>
|
||||
<select class="uk-select uk-form-width-xsmall" style="height: 34px;" id="game_nr" type="number" name="spiel_nr" value=<?php echo $row->spiel_nr; ?>/>
|
||||
<?php if ($neuer_eintrag) {$row->spiel_nr = "";} ?>
|
||||
<select class="uk-select uk-form-width-xsmall" style="height: 34px;" id="game_nr" type="number"
|
||||
title="Spielnummer (optional)" name="spiel_nr" value=<?php $row->spiel_nr = ($neuer_eintrag == 0 ? $row->spiel_nr : ""); ?>/>
|
||||
<option value=""></option>
|
||||
<?php
|
||||
for ($i = 1; $i <= 99; $i++)
|
||||
@@ -10310,9 +10312,8 @@ class HTML_sportsmanager_admin
|
||||
</td>
|
||||
</tr>
|
||||
<?php
|
||||
$spielnummer = 0;
|
||||
$spielnummer = "";
|
||||
for ($teamnr = 1; $teamnr < $anzahlteams; $teamnr += 2) {
|
||||
$spielnummer++;
|
||||
?>
|
||||
<tr>
|
||||
<td nowrap style="width: 20%; text-align: right">
|
||||
@@ -10321,7 +10322,7 @@ class HTML_sportsmanager_admin
|
||||
<td nowrap>
|
||||
<select class="uk-select uk-form-width-xsmall" style="height: 34px;" id="game_nr"
|
||||
type="number" name="spiel_nr_<?php echo $teamnr; ?>"
|
||||
value=<?php echo $row->spiel_nr; ?> title="Spielnummer"/>
|
||||
value=<?php echo $row->spiel_nr; ?> title="Spielnummer (optional)"/>
|
||||
<option value=""></option>
|
||||
<?php
|
||||
for ($i = 1; $i <= 99; $i++)
|
||||
|
||||
Reference in New Issue
Block a user