improved input of the auction

main
hecht 7 years ago
parent eed849735d
commit ee50a9989a

@ -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>

Loading…
Cancel
Save