diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-12-05 00:05:56 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-12-05 00:05:56 +0000 |
commit | be093fab602a38ff8d4e853dcf099b0fcf870257 (patch) | |
tree | 94d8a65d9a20774427269f112f3ee89c02c63fea /usr/local/www/interfaces_vlan_edit.php | |
parent | 61d708beb19b75c08f069e913f6e3569d79d4535 (diff) | |
download | pfsense-be093fab602a38ff8d4e853dcf099b0fcf870257.zip pfsense-be093fab602a38ff8d4e853dcf099b0fcf870257.tar.gz |
Nuke display_topbar(). Its's currently red and looks incredibly out of place. Hopefully we can add this back post 1.0
Diffstat (limited to 'usr/local/www/interfaces_vlan_edit.php')
-rwxr-xr-x | usr/local/www/interfaces_vlan_edit.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_vlan_edit.php b/usr/local/www/interfaces_vlan_edit.php index 83f0f12..bcd2114 100755 --- a/usr/local/www/interfaces_vlan_edit.php +++ b/usr/local/www/interfaces_vlan_edit.php @@ -104,7 +104,6 @@ include("head.inc"); <p class="pgtitle"><?=$pgtitle?></p> <?php if ($input_errors) print_input_errors($input_errors); ?> <form action="interfaces_vlan_edit.php" method="post" name="iform" id="iform"> - <?display_topbar()?> <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr> <td width="22%" valign="top" class="vncellreq">Parent interface</td> |