minor bugfix
This commit is contained in:
parent
e6a07195ef
commit
63272e86c9
5 changed files with 8 additions and 8 deletions
|
@ -8,7 +8,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div class="Titel">
|
||||
<a href="index.html"><button id= zurueck">zurück</button></a>
|
||||
<a href="index.html"><button id= "zurueck">zurück</button></a>
|
||||
<h1>Katalog</h1>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div class="Titel">
|
||||
<a href="index.html"><button id= zurueck">zurück</button></a>
|
||||
<a href="index.html"><button id= "zurueck">zurück</button></a>
|
||||
<h1>Katalog</h1>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div class="Titel">
|
||||
<a href="index.html"><button id= zurueck">zurück</button></a>
|
||||
<a href="index.html"><button id= "zurueck">zurück</button></a>
|
||||
<h1>Katalog</h1>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div class="Titel">
|
||||
<a href="index.html"><button id= zurueck">zurück</button></a>
|
||||
<a href="index.html"><button id= "zurueck">zurück</button></a>
|
||||
<h1>Katalog</h1>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -34,10 +34,10 @@
|
|||
Buch im Inventar
|
||||
<select name="selection" id="selection" onchange="location.assign(this.value);">
|
||||
<option></option>
|
||||
<option value=find.html>Finden</option>
|
||||
<Option value="add.html">Hinzufügen</Option>
|
||||
<option value="change.html">Bearbeiten</option>
|
||||
<option value="delete.html">Löschen</option>
|
||||
<option value=findInventar.htm>Finden</option>
|
||||
<Option value="addInventar.htm">Hinzufügen</Option>
|
||||
<option value="changeInventar.htm">Bearbeiten</option>
|
||||
<option value="deleteInventar.htm">Löschen</option>
|
||||
</select>
|
||||
</dd>
|
||||
<dt>
|
||||
|
|
Loading…
Reference in a new issue