delete function

This commit is contained in:
Lukas Nowy
2018-11-19 21:05:06 +01:00
parent 6cef184f2b
commit 04c0d69cb3
4 changed files with 99 additions and 23 deletions

View File

@ -12,7 +12,21 @@
<body>
<div class="container">
<p>Logged in as: testuser1</p>
<p>Logged in as: testuser1</p>
<br><br>
<div class="row">
<div class="input-field col s6">
<input id="name" type="text" class="validate name">
<label class="active" for="name">Name</label>
</div>
<div class="input-field col s6">
<input id="description" type="text" class="validate description">
<label class="active" for="description">Description</label>
</div>
<div class="col s6">
<a class="waves-effect waves-light btn btn_add">add</a>
</div>
</div>
<div class="row">
<div class="col s12 m12 l6">
<p>My Shoppinglists</p>
@ -21,6 +35,7 @@
<th>Name</th>
<th>Description</th>
<th>Open</th>
<th>Delete</th>
</thead>
<tbody class="tb_myshoppinglists"></tbody>
</table>