mirror of
https://github.com/znc/znc.git
synced 2026-05-09 06:44:40 +02:00
Fixed lastseen template to reflect the new user deletion confirmation page.
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1941 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<td><? VAR Info ?></td>
|
||||
<td><span class="nowrap">
|
||||
[<a href="/mods/webadmin/edituser?user=<?VAR Username ESC=URL?>">Edit</a>]
|
||||
<? IF !IsSelf ?>[<a href="/mods/webadmin/deluser?user=<?VAR Username ESC=URL?>" onclick="return confirm('Do you really wish to remove this user?');">Delete</a>]<? ENDIF ?>
|
||||
<? IF !IsSelf ?>[<a href="/mods/webadmin/deluser?user=<?VAR Username ESC=URL?>">Delete</a>]<? ENDIF ?>
|
||||
</span></td>
|
||||
</tr>
|
||||
<? ENDLOOP ?>
|
||||
|
||||
Reference in New Issue
Block a user