|
|
|
@ -193,9 +193,9 @@ function stelleBietenMaskeDarInverse($userid,$auktionsdaten,$gebot,$anzahl){
|
|
|
|
|
<tr>
|
|
|
|
|
<td height="25" width="138" align="left"><b>Gebot</b></td>
|
|
|
|
|
<td height="25" width="200" align="left">
|
|
|
|
|
<input id="input1" class="input" type="number" name="gebot" style="width: 70px;" oninput="raise()" value="<?php echo $auktionsdaten['startgebot']; ?>" />
|
|
|
|
|
<input id="input1" class="input" type="number" name="gebot" style="width: 70px;" onchange="raise()" value="<?php echo $auktionsdaten['startgebot']; ?>" />
|
|
|
|
|
-
|
|
|
|
|
<input id="input2" class="input" type="number" name="anzahl" style="width: 70px;" oninput="raise()" value="<?php echo $auktionsdaten['startgebot']; ?>"/>
|
|
|
|
|
<input id="input2" class="input" type="number" name="anzahl" style="width: 70px;" onchange="raise()" value="<?php echo $auktionsdaten['startgebot']; ?>"/>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|