Not sure what a type of none is, it breaks our dropdown ordering.

This commit is contained in:
Scott Ullrich 2008-07-28 00:09:55 +00:00
parent f281e32e68
commit afd8ae1e20
2 changed files with 2 additions and 2 deletions

View File

@ -747,7 +747,7 @@ function show_mon_config() {
<tr>
<td valign="middle" class="vncell"><strong>Type</strong></td>
<td class="vtable"> <select name="type" class="formselect" id="type" onchange="type_change()">
<?php $opts = split(" ", "none Static DHCP PPPoE PPTP"); // CarpDEV-DHCP");
<?php $opts = split(" ", "Static DHCP PPPoE PPTP"); // CarpDEV-DHCP");
foreach ($opts as $opt): ?>
<option <?php if ($opt == $pconfig['type']) echo "selected";?>>
<?=htmlspecialchars($opt);?>

View File

@ -747,7 +747,7 @@ function show_mon_config() {
<tr>
<td valign="middle" class="vncell"><strong>Type</strong></td>
<td class="vtable"> <select name="type" class="formselect" id="type" onchange="type_change()">
<?php $opts = split(" ", "none Static DHCP PPPoE PPTP"); // CarpDEV-DHCP");
<?php $opts = split(" ", "Static DHCP PPPoE PPTP"); // CarpDEV-DHCP");
foreach ($opts as $opt): ?>
<option <?php if ($opt == $pconfig['type']) echo "selected";?>>
<?=htmlspecialchars($opt);?>