ipreg/tpl/userclassadd.tpl

27 lines
503 B
Smarty

<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>