summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_mobile.php
diff options
context:
space:
mode:
authormgrooms <mgrooms@shrew.net>2009-03-12 01:44:56 +0000
committermgrooms <mgrooms@shrew.net>2009-03-12 01:46:49 +0000
commit5a3b0d3b8cf86f0fccfec34061df98bb3f35e7bd (patch)
tree3fe4f845075587ea1114b7a926338fcdbb97ced6 /usr/local/www/vpn_ipsec_mobile.php
parentd9acea752bfc4390e306764d2fbfbfdc2857cf52 (diff)
downloadpfsense-5a3b0d3b8cf86f0fccfec34061df98bb3f35e7bd.zip
pfsense-5a3b0d3b8cf86f0fccfec34061df98bb3f35e7bd.tar.gz
Cleanup ipsec interfaces a bit and make sure they are displayed in tabs for consistency.
Diffstat (limited to 'usr/local/www/vpn_ipsec_mobile.php')
-rwxr-xr-xusr/local/www/vpn_ipsec_mobile.php11
1 files changed, 7 insertions, 4 deletions
diff --git a/usr/local/www/vpn_ipsec_mobile.php b/usr/local/www/vpn_ipsec_mobile.php
index 1c58c80..fc0fbaa 100755
--- a/usr/local/www/vpn_ipsec_mobile.php
+++ b/usr/local/www/vpn_ipsec_mobile.php
@@ -283,6 +283,7 @@ function login_banner_change() {
</script>
<form action="vpn_ipsec_mobile.php" method="post" name="iform" id="iform">
+
<?php
if ($savemsg)
print_info_box($savemsg);
@@ -293,8 +294,10 @@ function login_banner_change() {
$ph1found = true;
if ($pconfig['enable'] && !$ph1found)
print_info_box_np("Support for IPsec Mobile clients is enabled but a Phase1 definition was not found.<br>Please click Create to define one.","create","Create Phase1");
+ if ($input_errors)
+ print_input_errors($input_errors);
?>
-<?php if ($input_errors) print_input_errors($input_errors); ?>
+
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="tabnavtbl">
@@ -308,9 +311,9 @@ function login_banner_change() {
</td>
</tr>
<tr>
- <td>
- <div id="mainarea">
- <table class="tabcont" width="100%" border="0" cellpadding="6" cellspacing="0">
+ <td id="mainarea">
+ <div class="tabcont">
+ <table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td width="22%" valign="top" class="vncellreq">IKE Extensions</td>
<td width="78%" class="vtable">
OpenPOWER on IntegriCloud