Explorar o código

- add confirm for remove user auth ip

Dmitriev Roman %!s(int64=4) %!d(string=hai) anos
pai
achega
ffc83ccbc3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      html/admin/users/edituser.php

+ 1 - 1
html/admin/users/edituser.php

@@ -261,7 +261,7 @@ if ($id == $default_user_id or $id == $hotspot_user_id) { $default_sort = 'last_
 <td class="data"><?php print $sort_url . "&sort=timestamp&order=$new_order>Created</a>"; ?></td>
 <td class="data">Last DHCP/ARP Event</td>
 <td class="data"><?php print $sort_url . "&sort=last_found&order=$new_order>Last found</a>"; ?></td>
-<td class="data"><?php print "<input type=\"submit\" name=\"removeauth\" value=".$btn_remove.">"; ?></td>
+<td class="data"><?php print "<input type=\"submit\" onclick=\"return confirm('Применить для выделенных?')\" name=\"removeauth\" value=".$btn_remove.">"; ?></td>
 </tr>
 
 <?php