Refactored assetclass
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<form method="POST" action="submit.php">
|
||||
<input type="hidden" name="add" value="assetclass">
|
||||
<form method="POST" action="assetclass.php">
|
||||
|
||||
<table class="title">
|
||||
<tr>
|
||||
@@ -8,7 +7,7 @@
|
||||
</td>
|
||||
<td align="right">
|
||||
<a href="#" onClick="history.go(-1)"><img src="image.php?icon=cancel" alt="{$lang_cancel}" {if $suser_tooltips}title="{$lang_cancel}" {/if}/></a>
|
||||
<input type="image" src="image.php?icon=save" alt="{$lang_submit}" {if $suser_tooltips}title="{$lang_submit}" {/if}/>
|
||||
<input type="image" name="submit[insert]" src="images/page_add.png" alt="{$lang_submit}" {if $suser_tooltips}title="{$lang_submit}" {/if}/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -27,7 +26,7 @@
|
||||
{$lang_assetclass_name}
|
||||
</td>
|
||||
<td class="value">
|
||||
<input type="text" name="assetclass_name">
|
||||
<input type="text" name="assetclass_name" autofocus>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user