summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-07-12 00:18:00 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-07-12 00:18:00 -0400
commit5d2c6f3e97ca5687869164170c1fd9b45299ed46 (patch)
tree17102059588e39f05714c547bf23b2c6601fb301
parentd5475741279b2a60bbcd9fc8aa6ffb4c0f39031e (diff)
downloadpfsense-5d2c6f3e97ca5687869164170c1fd9b45299ed46.zip
pfsense-5d2c6f3e97ca5687869164170c1fd9b45299ed46.tar.gz
Cleanup HTMl formatting a bit more, stick mode on its on TR
-rwxr-xr-xusr/local/www/firewall_nat_out.php26
1 files changed, 16 insertions, 10 deletions
diff --git a/usr/local/www/firewall_nat_out.php b/usr/local/www/firewall_nat_out.php
index 6137565..c7e7027 100755
--- a/usr/local/www/firewall_nat_out.php
+++ b/usr/local/www/firewall_nat_out.php
@@ -305,25 +305,31 @@ include("head.inc");
<tr>
<td>
<div id="mainarea">
- <table class="tabcont" width="100%" border="0" cellpadding="4" cellspacing="0">
- <tr><td colspan="2"><b>Mode:</b></td></tr>
- <tr>
+ <table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0">
+ <tr><td align="right"><b>Mode:</b></td>
<td>
&nbsp;&nbsp;<input name="advancedoripsec" type="radio" id="ipsecpassthru" value="ipsecpassthru" <?php if (isset($config['nat']['ipsecpassthru']['enable'])) echo "checked";?>>
- <strong><?=gettext("Automatic outbound NAT rule generation (IPsec passthrough)");?></strong>
+ <strong><?=gettext("Automatic outbound NAT rule generation<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(IPsec passthrough included)");?></strong>
</td>
- </tr>
- <tr>
+
<td>
&nbsp;&nbsp;<input name="advancedoripsec" type="radio" id="advancedoutbound" value="advancedoutboundnat" <?php if (isset($config['nat']['advancedoutbound']['enable'])) echo "checked";?>>
- <strong><?=gettext("Manual Outbound NAT rule generation (Advanced Outbound NAT (AON))");?></strong></td>
- </tr>
- <tr>
- <td class="vtable" >
+ <strong><?=gettext("Manual Outbound NAT rule generation<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(AON - Advanced Outbound NAT)");?></strong></td>
+ <td align="left">
<input name="save" type="submit" class="formbtn" value="Save">
&nbsp;<br/>&nbsp;
</td>
</tr>
+ <tr>
+ <td colspan="5">
+ &nbsp;
+ </td>
+ </tr>
+ <tr>
+ <td class="vtable" colspan="5">
+ &nbsp;
+ </td>
+ </tr>
</table>
<table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="5"><b>&nbsp;Mappings:</b></td></tr>
OpenPOWER on IntegriCloud