You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
523 B
28 lines
523 B
2 years ago
|
<form method="POST" action="submit.php">
|
||
|
<input type="hidden" name="del" value="user">
|
||
|
<input type="hidden" name="user_id" value="{user_id}">
|
||
|
|
||
|
<table border="0" width="100%">
|
||
|
<tr>
|
||
|
<td>
|
||
|
<b>{lang_user_del}:</b><br>
|
||
|
</td>
|
||
|
<td align="right">
|
||
|
<input type="image" src="images/check.gif" title="{lang_submit}">
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<p>
|
||
|
|
||
|
<table border="0">
|
||
|
<tr>
|
||
|
<td>
|
||
|
<b>{lang_user_name}:</b>
|
||
|
</td>
|
||
|
<td>
|
||
|
{user_name}
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</form>
|