Delete user Button + Som Czech Translation
This commit is contained in:
		@@ -88,8 +88,8 @@
 | 
			
		||||
					<tbody>
 | 
			
		||||
						<?php foreach ($USERS as $key => $user) { ?>
 | 
			
		||||
							<tr>
 | 
			
		||||
								<th><?php echo $user['username']; ?></th>
 | 
			
		||||
								<th><button name="remove" type="button" class="button is-danger fa" data-automation-id="54"></button></th>
 | 
			
		||||
								<td><?php echo $user['username']; ?></td>
 | 
			
		||||
								<td><button name="deleteUser" type="button" class="button is-danger fa"></button></td>
 | 
			
		||||
							</tr>
 | 
			
		||||
						<?php } ?>
 | 
			
		||||
					</tbody>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user