summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-08-30 20:13:35 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-08-30 20:13:35 +0000
commitdddf4c1639cc9ab329b68121aa7824b2f3d7b339 (patch)
treeebc990e37391591c1756ab9b3cddedb4fa73b0c6 /usr
parent0cece4a29366c2de3363c5c5d52daa606856f20c (diff)
downloadpfsense-dddf4c1639cc9ab329b68121aa7824b2f3d7b339.zip
pfsense-dddf4c1639cc9ab329b68121aa7824b2f3d7b339.tar.gz
Remove CSS class from interface dropdown, we do not have icons on RELENG_1.
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/diag_packet_capture.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_packet_capture.php b/usr/local/www/diag_packet_capture.php
index db3fede..28e77f5 100644
--- a/usr/local/www/diag_packet_capture.php
+++ b/usr/local/www/diag_packet_capture.php
@@ -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"; ?>>
OpenPOWER on IntegriCloud