small bug fix
This commit is contained in:
parent
e244196c4b
commit
26069bb314
2 changed files with 3 additions and 3 deletions
|
@ -61,11 +61,11 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="fix">Titel</td>
|
||||
<td><?php if(isset($_POST["go"])) echo $json2['Title']; ?></td>
|
||||
<td><?php echo $json2['Title']; ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="fix">Autor</td>
|
||||
<td><?php if(isset($_POST["go"])) echo $json2['Author']; ?></td>
|
||||
<td><?php echo $json2['Author']; ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="fix">Land</td>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<div class="Eingabe">
|
||||
<h2>Eingabe</h2>
|
||||
<form action="catalogue_search.php">
|
||||
<input type="number" name="ProductId" class="input" placeholder="Geben sie die gesuchte ProduktId an" min= "0">
|
||||
<input type="number" name="ProductId" class="input" placeholder="Geben Sie die gesuchte ProduktId an" min= "0">
|
||||
<input type="submit" name="go" id="go">
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue