Assettype field for active/passive network-components
This commit is contained in:
@@ -54,6 +54,14 @@
|
||||
<input type="text" size="6" maxlength="6" name="asset_intf" value="1">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="label">
|
||||
{$lang_asset_type}
|
||||
</td>
|
||||
<td class="value">
|
||||
{html_radios name=asset_type values=$type_ids output=$type_names selected=$type_selected}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table class="info">
|
||||
|
||||
@@ -56,6 +56,14 @@
|
||||
<input type="text" size="6" maxlength="6" name="asset_intf" value="{$asset->asset_intf}">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="label">
|
||||
{$lang_asset_type}
|
||||
</td>
|
||||
<td class="value">
|
||||
{html_radios name=asset_type values=$type_ids output=$type_names selected=$asset->asset_type}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table class="info">
|
||||
|
||||
@@ -52,6 +52,14 @@
|
||||
{$asset->asset_intf}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="label">
|
||||
{$lang_asset_type}
|
||||
</td>
|
||||
<td class="value">
|
||||
{$asset->asset_type}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user