ipreg/tpl/assetclassdel.tpl

36 lines
915 B
Smarty

<form method="POST" action="assetclass.php">
<input type="hidden" name="id" value="{$assetclass->id}">
<table class="title">
<tr>
<td class="header">
{$lang_assetclass_del}
</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[delete]" src="images/bin.png" alt="{$lang_assetclass_del}" {if $suser_tooltips}title="{$lang_assetclass_del}" {/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">
<a href="assetclass.php?f=view&id={$assetclass->id}">{$assetclass->name}</a>
</td>
</tr>
</table>
</form>