summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-03 16:55:28 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-03 16:55:28 +0000
commit7e45fdf403dd4f63c4375509257adb7b757c6948 (patch)
treed7651c1ec8333ce817942a5660b6f5604ec90ae3 /usr
parent6e707d609bf9571e67bbded79abc88da11f0e266 (diff)
downloadpfsense-7e45fdf403dd4f63c4375509257adb7b757c6948.zip
pfsense-7e45fdf403dd4f63c4375509257adb7b757c6948.tar.gz
Add red header bar to match other interface screens
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/interfaces_opt.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/local/www/interfaces_opt.php b/usr/local/www/interfaces_opt.php
index 01dd243..9b9ac6c 100755
--- a/usr/local/www/interfaces_opt.php
+++ b/usr/local/www/interfaces_opt.php
@@ -235,6 +235,9 @@ function type_change(enable_change,enable_change_pptp) {
<form action="interfaces_opt.php" method="post" name="iform" id="iform">
<table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
+ <td colspan="2" valign="top" class="listtopic">Optional Interface Configurtaion</td>
+ </tr>
+ <tr>
<td width="22%" valign="top" class="vtable">&nbsp;</td>
<td width="78%" class="vtable">
<input name="enable" type="checkbox" value="yes" <?php if ($pconfig['enable']) echo "checked"; ?> onClick="enable_change(false)">
OpenPOWER on IntegriCloud