Remove CSS class from interface dropdown, we do not have icons on RELENG_1.

This commit is contained in:
Scott Ullrich 2008-08-30 20:13:35 +00:00
parent 0cece4a293
commit dddf4c1639

View File

@ -129,7 +129,7 @@ include("head.inc"); ?>
<tr>
<td width="17%" valign="top" class="vncellreq">Interface</td>
<td width="83%" class="vtable">
<select name="interface" class="formfld">
<select name="interface">
<?php $interfaces = get_configured_interface_with_descr();
foreach ($interfaces as $iface => $ifacename): ?>
<option value="<?=$iface;?>" <?php if (!$config['interfaces'][$iface]['bridge'] && $selectedif == $iface) echo "selected"; ?>>