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.
27 lines
503 B
27 lines
503 B
2 years ago
|
<form method="POST" action="submit.php">
|
||
|
<input type="hidden" name="add" value="userclass">
|
||
|
|
||
|
<table border="0" width="100%">
|
||
|
<tr>
|
||
|
<td>
|
||
|
<b>{lang_userclass_add}:</b><br>
|
||
|
</td>
|
||
|
<td align="right">
|
||
|
<input type="image" src="images/save.gif" title="{lang_submit}">
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<p>
|
||
|
|
||
|
<table border="0">
|
||
|
<tr>
|
||
|
<td>
|
||
|
{lang_userclass_name}:
|
||
|
</td>
|
||
|
<td>
|
||
|
<input type="text" name="userclass_name">
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</form>
|