summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/diag_ipsec_sad.php20
-rwxr-xr-xusr/local/www/diag_ipsec_spd.php19
2 files changed, 17 insertions, 22 deletions
diff --git a/usr/local/www/diag_ipsec_sad.php b/usr/local/www/diag_ipsec_sad.php
index 1162289..1e48e1c 100755
--- a/usr/local/www/diag_ipsec_sad.php
+++ b/usr/local/www/diag_ipsec_sad.php
@@ -114,21 +114,19 @@ if ($_GET['act'] == "del") {
</td>
</tr>
<?php endif; ?>
- <td colspan="4">
- <p>
- <span class="vexpl">
- <span class="red">
- <strong>Note:<br></strong>
- </span>
- You can configure your IPsec <a href="vpn_ipsec.php">here</a>.
- </span>
- </p>
- </td>
</table>
</div>
</td>
</tr>
</table>
- <?php include("fend.inc"); ?>
+
+<p/>
+
+<span class="vexpl">
+<span class="red"><strong>Note:<br></strong></span>
+You can configure your IPsec <a href="vpn_ipsec.php">here</a>.
+</span>
+
+<?php include("fend.inc"); ?>
</body>
</html>
diff --git a/usr/local/www/diag_ipsec_spd.php b/usr/local/www/diag_ipsec_spd.php
index cb4008f..2e2456f 100755
--- a/usr/local/www/diag_ipsec_spd.php
+++ b/usr/local/www/diag_ipsec_spd.php
@@ -126,22 +126,19 @@ $spd = ipsec_dump_spd();
</td>
</tr>
<?php endif; ?>
- <td colspan="4">
- <p>
- <span class="vexpl">
- <span class="red">
- <strong>Note:<br></strong>
- </span>
- You can configure your IPsec <a href="vpn_ipsec.php">here</a>.
- </span>
- </p>
- </td>
</table>
</div>
</td>
</tr>
</table>
- <?php include("fend.inc"); ?>
+
+<p>
+<span class="vexpl">
+<span class="red"><strong>Note:<br></strong></span>
+You can configure your IPsec <a href="vpn_ipsec.php">here</a>.
+</span>
+
+<?php include("fend.inc"); ?>
</body>
</html>
OpenPOWER on IntegriCloud