Files
TravianZ/Admin/Templates/playerdeletion.tpl
T
2013-06-16 10:38:34 +03:00

8 lines
340 B
Smarty

<table id="member" cellpadding="1" cellspacing="1">
<tr>
<td>
The account will be deleted in <span class="c2">79:56:11</span>
<a href="?action=StopDel&uid=<?php echo $user['id'];?>" onClick="return del('stopDel','<?php echo $user['username'];?>');"><img src="img/x.gif" class="del"></a>
</td>
</tr>
</table>