diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-05 21:03:20 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-05 21:03:20 +0000 |
commit | fcdfd949d00a578802a6516c310fa8eef71d531a (patch) | |
tree | b69a2e9a2edf2be903d6b829bdb0943d553854e3 /usr/local/www/firewall_nat_edit.php | |
parent | 4208d2085b70d2b48de25e8875d94a800393fde5 (diff) | |
download | pfsense-fcdfd949d00a578802a6516c310fa8eef71d531a.zip pfsense-fcdfd949d00a578802a6516c310fa8eef71d531a.tar.gz |
Display grey topbar
Diffstat (limited to 'usr/local/www/firewall_nat_edit.php')
-rwxr-xr-x | usr/local/www/firewall_nat_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_edit.php b/usr/local/www/firewall_nat_edit.php index 6b6b343..7ca4a14 100755 --- a/usr/local/www/firewall_nat_edit.php +++ b/usr/local/www/firewall_nat_edit.php @@ -227,7 +227,7 @@ function ext_rep_change() { <p class="pgtitle"><?=$pgtitle?></p> <?php if ($input_errors) print_input_errors($input_errors); ?> <form action="firewall_nat_edit.php" method="post" name="iform" id="iform"> - <?display_topbar()?> + <?display_topbar("", "#eeeeee")?> <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr> <td width="22%" valign="top" class="vncellreq">Interface</td> |