<form method="POST" action="assetclass.php">

<table class="title">
<tr>
    <td class="header">
        {$lang_assetclass_add}
    </td>
    <td align="right">
        <a href="#" onClick="history.go(-1)"><img src="images/rewind.png" alt="{$lang_cancel}" {if $suser_tooltips}title="{$lang_cancel}" {/if}/></a>
        <input type="image" name="submit[insert]" src="images/add.png" alt="{$lang_submit}" {if $suser_tooltips}title="{$lang_submit}" {/if}/>
    </td>
</tr>
</table>

<table class="info">
<tr>
    <td class="header">
        {$lang_assetclass}
    </td>
    <td class="header_right">
        &nbsp;
    </td>
</tr>
<tr>
    <td class="label">
        {$lang_assetclass_name}
    </td>
    <td class="value">
        <input type="text" name="assetclass_name" autofocus>
    </td>
</tr>
<tr>
    <td class="label">
        {$lang_assetclass_desc}
    </td>
    <td class="value">
        <input type="text" name="assetclass_description" size="60" maxlength="100">
    </td>
</tr>
</table>

<table class="info">
    <tr>
        <td class="header">
            {$lang_assetclassgroup}
        </td>
        <td class="header_right">
            &nbsp;
        </td>
    </tr>
    <tr>
        <td class="label">
            {$lang_assetclassgroup}
        </td>
        <td class="value">
            {html_options name=assetclassgroup_id options=$assetclassgroup_options}
        </td>
    </tr>
</table>

</form>