summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-08-30 19:56:13 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-08-30 19:56:13 +0000
commit2a6cb2d6204ff4f0e01be0dc4164bce04c43dda3 (patch)
treef7c41009a5dce1824e9fa0a716b51a6b338f2745 /usr/local/www/firewall_nat_edit.php
parentc823d56b3617a2ad63264dcfbe9e5e0612a74554 (diff)
downloadpfsense-2a6cb2d6204ff4f0e01be0dc4164bce04c43dda3.zip
pfsense-2a6cb2d6204ff4f0e01be0dc4164bce04c43dda3.tar.gz
Add CSS header like most pages already have
Diffstat (limited to 'usr/local/www/firewall_nat_edit.php')
-rwxr-xr-xusr/local/www/firewall_nat_edit.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_edit.php b/usr/local/www/firewall_nat_edit.php
index 84b928c..5fe8fd2 100755
--- a/usr/local/www/firewall_nat_edit.php
+++ b/usr/local/www/firewall_nat_edit.php
@@ -284,7 +284,10 @@ include("fbegin.inc"); ?>
<?php if ($input_errors) print_input_errors($input_errors); ?>
<form action="firewall_nat_edit.php" method="post" name="iform" id="iform">
<table width="100%" border="0" cellpadding="6" cellspacing="0">
- <tr>
+ <tr>
+ <td colspan="2" valign="top" class="listtopic">Edit NAT entry</td>
+ </tr>
+ <tr>
<td width="22%" valign="top" class="vncellreq">Interface</td>
<td width="78%" class="vtable">
<select name="interface" class="formselect">
OpenPOWER on IntegriCloud