mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
zoneconf: Move "None" option to the top
This is a more natural order of the options to me Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -414,9 +414,9 @@ END
|
||||
print <<END
|
||||
<td class="textcenter">
|
||||
<select name="ACCESS $uc $mac" onchange="document.getElementById('TAG $uc $mac').disabled = (this.value === 'VLAN' ? false : true)">
|
||||
<option value="NONE" $access_selected{"NONE"}>- $Lang::tr{"zoneconf access none"} -</option>
|
||||
<option value="NATIVE" $access_selected{"NATIVE"}>$Lang::tr{"zoneconf access native"}</option>
|
||||
<option value="VLAN" $access_selected{"VLAN"} $vlan_disabled>$Lang::tr{"zoneconf access vlan"}</option>
|
||||
<option value="NONE" $access_selected{"NONE"}>$Lang::tr{"zoneconf access none"}</option>
|
||||
</select>
|
||||
<input type="number" id="TAG $uc $mac" name="TAG $uc $mac" min="1" max="4095" value="$zone_vlan_id" $field_disabled>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user