Features LDAP, Rights, Cables, Menu improvements and bug fixing
This commit is contained in:
+10
-2
@@ -1,11 +1,11 @@
|
||||
<form method="POST" action="submit.php">
|
||||
<input type="hidden" name="edit" value="vlan">
|
||||
<input type="hidden" name="vlan_id" value="{$vlan_id}">
|
||||
<input type="hidden" name="vlan_id" value="{$vlan->id}">
|
||||
|
||||
<table class="title">
|
||||
<tr>
|
||||
<td class="header">
|
||||
{$vlan_name}
|
||||
{$vlan->name}
|
||||
</td>
|
||||
<td align="right">
|
||||
<a href="#" onClick="history.go(-1)"><img src="image.php?icon=back" alt="{$lang_cancel}"></a>
|
||||
@@ -39,6 +39,14 @@
|
||||
<input type="text" name="vlan_number" size="3" value="{$vlan->number}">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="label">
|
||||
{$lang_color}
|
||||
</td>
|
||||
<td class="value">
|
||||
#<input type="text" {literal}class="color {pickerPosition:'right'}"{/literal} name="vlan_color" size="6" maxlength="6" value="{$vlan->color}">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="label">
|
||||
{$lang_vlan_info}
|
||||
|
||||
Reference in New Issue
Block a user