summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-03 04:43:12 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-03 04:43:12 +0000
commitb2de223876a7d039e7a912ab88e888618ce353ad (patch)
tree41dd8d38b471d43662c44e4f3cc6f64d29b5abda /usr/local/www/firewall_nat_out_edit.php
parentf6ded420af0b3ec8ff60705b28e60afd7ea814f8 (diff)
downloadpfsense-b2de223876a7d039e7a912ab88e888618ce353ad.zip
pfsense-b2de223876a7d039e7a912ab88e888618ce353ad.tar.gz
Use cellspacing="1" cellpadding="1"
Diffstat (limited to 'usr/local/www/firewall_nat_out_edit.php')
-rwxr-xr-xusr/local/www/firewall_nat_out_edit.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/firewall_nat_out_edit.php b/usr/local/www/firewall_nat_out_edit.php
index e26e4dc..060f061 100755
--- a/usr/local/www/firewall_nat_out_edit.php
+++ b/usr/local/www/firewall_nat_out_edit.php
@@ -272,7 +272,7 @@ function sourcesel_change() {
<p class="pgtitle"><?=$pgtitle?></p>
<?php if ($input_errors) print_input_errors($input_errors); ?>
<form action="firewall_nat_out_edit.php" method="post" name="iform" id="iform">
- <table width="100%" border="0" cellpadding="6" cellspacing="0">
+ <table width="100%" border="0" cellpadding="6" cellspacing="1">
<tr>
<td width="22%" valign="top" class="vncellreq">No nat (NOT)</td>
<td width="78%" class="vtable">
@@ -301,7 +301,7 @@ function sourcesel_change() {
<tr>
<td width="22%" valign="top" class="vncellreq">Source</td>
<td width="78%" class="vtable">
- <table border="0" cellspacing="0" cellpadding="0">
+ <table border="0" cellspacing="1" cellpadding="1">
<tr>
<td>Type:&nbsp;&nbsp;</td>
<td>
@@ -334,7 +334,7 @@ function sourcesel_change() {
<strong>not</strong><br>
Use this option to invert the sense of the match.<br>
<br>
- <table border="0" cellspacing="0" cellpadding="0">
+ <table border="0" cellspacing="1" cellpadding="1">
<tr>
<td>Type:&nbsp;&nbsp;</td>
<td><select name="destination_type" class="formfld" onChange="typesel_change()">
@@ -369,7 +369,7 @@ function sourcesel_change() {
<tr>
<td width="22%" valign="top" class="vncell">Translation</td>
<td width="78%" class="vtable">
- <table border="0" cellspacing="0" cellpadding="0">
+ <table border="0" cellspacing="1" cellpadding="1">
<tr>
<td>Address:&nbsp;&nbsp;</td>
<td><select name="target" class="formfld">
OpenPOWER on IntegriCloud