Changes adopted from version 0.5

This commit is contained in:
2023-02-13 10:42:09 +01:00
parent faf5f368f5
commit 76ccecca7f
198 changed files with 10261 additions and 5068 deletions
+19 -9
View File
@@ -2,27 +2,37 @@
<input type="hidden" name="del" value="user">
<input type="hidden" name="user_id" value="{user_id}">
<table border="0" width="100%">
<table class="title">
<tr>
<td>
<b>{lang_user_del}:</b><br>
<td class="header">
{lang_user_del}
</td>
<td align="right">
<input type="image" src="images/check.gif" title="{lang_submit}">
<a href="#" onClick="history.go(-1)"><img src="image.php?icon=cancel" alt="{lang_cancel}"></a>
<input type="image" src="image.php?icon=save" alt="{lang_submit}">
</td>
</tr>
</table>
<p>
<table border="0">
<table class="info">
<tr>
<td>
<b>{lang_user_name}:</b>
<td class="header">
{lang_user}
</td>
<td>
{user_name}
<td class="header_right">
&nbsp;
</td>
</tr>
<tr>
<td class="label">
{lang_user_name}
</td>
<td class="value">
<a href="userview.php?user_id={user_id}">{user_name}</a>
</td>
</tr>
</table>
</form>