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
+25 -18
View File
@@ -1,44 +1,51 @@
<form method="POST" action="submit.php">
<input type="hidden" name="add" value="user">
<table border="0" width="100%">
<table class="title">
<tr>
<td>
<b>{lang_user_add}:</b>
<td class="header">
{lang_user_add}
</td>
<td align="right">
<input type="image" src="images/save.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>
{lang_user_name}:
<td class="header">
{lang_user}
</td>
<td>
<td class="header_right">
&nbsp;
</td>
</tr>
<tr>
<td class="label">
{lang_user_name}
</td>
<td class="value">
<input type="text" name="user_name">
</td>
</tr>
<tr>
<td>
{lang_user_pass}:
<td class="label">
{lang_user_displayname}
</td>
<td>
{user_pass}
<td class="value">
<input type="text" name="user_displayname">
</td>
</tr>
<tr>
<td>
{lang_user_level}:
<td class="label">
{lang_user_password}
</td>
<td>
<select name="user_level">
<option value="1">1</option>
<option value="2">2</option>
<td class="value">
<input type="text" name="user_password">
</td>
</tr>
</table>