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:
cflakes
2010-04-25 20:43:23 +00:00
parent b7601d3119
commit ba0a25ce46
+1 -1
View File
@@ -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 ?>