summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_settings.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-05-09 14:34:11 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-05-09 14:34:11 -0300
commit4a5b2e8b1821f367e403219112ddf7a8a1e379fa (patch)
tree0a10715d13e7793b81ed63dbac932c37f87ae9e0 /usr/local/www/vpn_ipsec_settings.php
parent0257677d4392a2e433f95c6b8ee53f2a72d751d5 (diff)
parent391453a1c40cd4e382c7203742da8adca1a52105 (diff)
downloadpfsense-4a5b2e8b1821f367e403219112ddf7a8a1e379fa.zip
pfsense-4a5b2e8b1821f367e403219112ddf7a8a1e379fa.tar.gz
Merge pull request #1139 from ExolonDX/branch_master_02
Diffstat (limited to 'usr/local/www/vpn_ipsec_settings.php')
-rw-r--r--usr/local/www/vpn_ipsec_settings.php13
1 files changed, 7 insertions, 6 deletions
diff --git a/usr/local/www/vpn_ipsec_settings.php b/usr/local/www/vpn_ipsec_settings.php
index ea97d11..aacce92 100644
--- a/usr/local/www/vpn_ipsec_settings.php
+++ b/usr/local/www/vpn_ipsec_settings.php
@@ -122,7 +122,7 @@ include("head.inc");
<?php include("fbegin.inc"); ?>
<script type="text/javascript">
-<!--
+//<![CDATA[
function maxmss_checked(obj) {
if (obj.checked)
@@ -131,7 +131,7 @@ function maxmss_checked(obj) {
jQuery('#maxmss').attr('disabled','true');
}
-//-->
+//]]>
</script>
<form action="vpn_ipsec_settings.php" method="post" name="iform" id="iform">
@@ -143,7 +143,7 @@ function maxmss_checked(obj) {
print_input_errors($input_errors);
?>
-<table width="100%" border="0" cellpadding="0" cellspacing="0">
+<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="vpn ipsec settings">
<tr>
<td class="tabnavtbl">
<?php
@@ -159,7 +159,7 @@ function maxmss_checked(obj) {
<tr>
<td id="mainarea">
<div class="tabcont">
- <table width="100%" border="0" cellpadding="6" cellspacing="0">
+ <table width="100%" border="0" cellpadding="6" cellspacing="0" summary="main area">
<tr>
<td colspan="2" valign="top" class="listtopic"><?=gettext("IPSec Advanced Settings"); ?></td>
</tr>
@@ -189,7 +189,7 @@ function maxmss_checked(obj) {
<td width="78%" class="vtable">
<strong><?=gettext("Start IPSec in debug mode based on sections selected"); ?></strong>
<br />
- <table>
+ <table summary="ipsec debug">
<?php foreach ($ipsec_loglevels as $lkey => $ldescr): ?>
<tr>
<td width="22%" valign="top" class="vncell"><?=$ldescr;?></td>
@@ -206,6 +206,7 @@ function maxmss_checked(obj) {
</td>
</tr>
<?php endforeach; ?>
+ <tr style="display:none;"><td></td></tr>
</table>
<br /><?=gettext("Launches IPSec in debug mode so that more verbose logs " .
"will be generated to aid in troubleshooting."); ?>
@@ -238,7 +239,7 @@ function maxmss_checked(obj) {
<tr>
<td width="22%" valign="top">&nbsp;</td>
<td width="78%">
- <input name="submit" type="submit" class="formbtn" value="<?=gettext("Save"); ?>">
+ <input name="submit" type="submit" class="formbtn" value="<?=gettext("Save"); ?>" />
</td>
</tr>
</table>
OpenPOWER on IntegriCloud