summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_routes.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-03-10 02:21:38 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-03-10 02:21:38 +0000
commit8e830f0f8453d36b72a4041f04febdddbbcd8746 (patch)
tree1745b5dda6ed8e475b068b22e1a4d01563e38db6 /usr/local/www/system_routes.php
parent40e59dbf5d36bbb4255be931574a9149f75926d5 (diff)
downloadpfsense-8e830f0f8453d36b72a4041f04febdddbbcd8746.zip
pfsense-8e830f0f8453d36b72a4041f04febdddbbcd8746.tar.gz
Make page look consistent with the others.
Diffstat (limited to 'usr/local/www/system_routes.php')
-rwxr-xr-xusr/local/www/system_routes.php17
1 files changed, 12 insertions, 5 deletions
diff --git a/usr/local/www/system_routes.php b/usr/local/www/system_routes.php
index a425a1a..2da12a7 100755
--- a/usr/local/www/system_routes.php
+++ b/usr/local/www/system_routes.php
@@ -123,8 +123,11 @@ include("head.inc");
$tab_array[1] = array("Static Routes", true, "system_routes.php");
display_top_tabs($tab_array);
?>
- </td>
- </tr>
+</td></tr>
+ <tr>
+ <td>
+ <div id="mainarea">
+ <table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="25%" class="listhdrr">Network</td>
<td width="20%" class="listhdrr">Gateway</td>
@@ -184,10 +187,14 @@ include("head.inc");
<td width="17"></td>
<td><a href="system_routes_edit.php"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" width="17" height="17" border="0"></a></td>
</tr>
+ </table>
+ </td>
+ </tr>
</table>
- </td>
- </tr>
- </table>
+ </div>
+ </td>
+ </tr>
+ </table>
</form>
<p><b>Note:</b> Do not enter static routes for networks assigned on any interface of this firewall. Static routes are only used for networks reachable via a different router, and not reachable via your default gateway.</p>
<?php include("fend.inc"); ?>
OpenPOWER on IntegriCloud