delete function
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user