diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-07-12 00:19:08 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-07-12 00:19:08 -0400 |
commit | 52b8dc16a0c2c5d8515b9464197ebd8189370930 (patch) | |
tree | 49ef8996f7abc1effc9c5688619423c0834af045 /usr | |
parent | 5d2c6f3e97ca5687869164170c1fd9b45299ed46 (diff) | |
download | pfsense-52b8dc16a0c2c5d8515b9464197ebd8189370930.zip pfsense-52b8dc16a0c2c5d8515b9464197ebd8189370930.tar.gz |
Cleanup HTMl formatting a bit more, stick mode on its on TR
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/firewall_nat_out.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_out.php b/usr/local/www/firewall_nat_out.php index c7e7027..b0abc50 100755 --- a/usr/local/www/firewall_nat_out.php +++ b/usr/local/www/firewall_nat_out.php @@ -315,7 +315,7 @@ include("head.inc"); <td> <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<br/> (AON - Advanced Outbound NAT)");?></strong></td> - <td align="left"> + <td valign="middle" align="left"> <input name="save" type="submit" class="formbtn" value="Save"> <br/> </td> |