diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-08-20 16:04:51 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-08-20 16:04:51 -0400 |
commit | 2f6cd24fac761e0efe606a9e36c9019ac3366a93 (patch) | |
tree | 13e915da0fddd889be1419581e5ff5661a0c93fe /usr/local | |
parent | 1f9191549906b579dc0c68604a98df6282863b1c (diff) | |
download | pfsense-2f6cd24fac761e0efe606a9e36c9019ac3366a93.zip pfsense-2f6cd24fac761e0efe606a9e36c9019ac3366a93.tar.gz |
Move Note below table so it does not interefere with table sorting
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/diag_ipsec_sad.php | 20 | ||||
-rwxr-xr-x | usr/local/www/diag_ipsec_spd.php | 19 |
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> |