Delete user Button + Som Czech Translation
This commit is contained in:
		@@ -53,10 +53,10 @@ return $lang = [
 | 
				
			|||||||
	'l_nameAt' => 'Název',
 | 
						'l_nameAt' => 'Název',
 | 
				
			||||||
	'l_lastSeen' => 'Naposledy připojeno',
 | 
						'l_lastSeen' => 'Naposledy připojeno',
 | 
				
			||||||
	'l_notificationStatus' => 'Notification status',
 | 
						'l_notificationStatus' => 'Notification status',
 | 
				
			||||||
	'l_userName' => 'Username',
 | 
						'l_userName' => 'Uživatelské jméno',
 | 
				
			||||||
	'l_password' => 'Password',
 | 
						'l_password' => 'Heslo',
 | 
				
			||||||
	'l_oldPassword' => 'Old Password',
 | 
						'l_oldPassword' => 'Staré Heslo',
 | 
				
			||||||
	'l_newPassword' => 'New Password',
 | 
						'l_newPassword' => 'Nové Heslo',
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	//Title
 | 
						//Title
 | 
				
			||||||
	't_createScene' => 'Vytvořit scénu',
 | 
						't_createScene' => 'Vytvořit scénu',
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -88,8 +88,8 @@
 | 
				
			|||||||
					<tbody>
 | 
										<tbody>
 | 
				
			||||||
						<?php foreach ($USERS as $key => $user) { ?>
 | 
											<?php foreach ($USERS as $key => $user) { ?>
 | 
				
			||||||
							<tr>
 | 
												<tr>
 | 
				
			||||||
								<th><?php echo $user['username']; ?></th>
 | 
													<td><?php echo $user['username']; ?></td>
 | 
				
			||||||
								<th><button name="remove" type="button" class="button is-danger fa" data-automation-id="54"></button></th>
 | 
													<td><button name="deleteUser" type="button" class="button is-danger fa"></button></td>
 | 
				
			||||||
							</tr>
 | 
												</tr>
 | 
				
			||||||
						<?php } ?>
 | 
											<?php } ?>
 | 
				
			||||||
					</tbody>
 | 
										</tbody>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user