Commit 958ab969 authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

(diag_ipsec.php) html style issues

(cherry picked from commit b3fb0f35)
parent 3c6d13dc
...@@ -86,6 +86,7 @@ $service_hook = 'ipsec'; ...@@ -86,6 +86,7 @@ $service_hook = 'ipsec';
include("head.inc"); include("head.inc");
?> ?>
<body>
<script type="text/javascript"> <script type="text/javascript">
$( document ).ready(function() { $( document ).ready(function() {
// show / hide connection details // show / hide connection details
...@@ -114,7 +115,6 @@ include("head.inc"); ...@@ -114,7 +115,6 @@ include("head.inc");
}); });
}); });
</script> </script>
<body>
<?php include("fbegin.inc"); ?> <?php include("fbegin.inc"); ?>
<section class="page-content-main"> <section class="page-content-main">
...@@ -173,7 +173,7 @@ include("head.inc"); ...@@ -173,7 +173,7 @@ include("head.inc");
<form method="post"> <form method="post">
<input type="hidden" value="<?=$ipsec_conn_key;?>" name="connid"/> <input type="hidden" value="<?=$ipsec_conn_key;?>" name="connid"/>
<button type="submit" class="btn btn-xs" name="action" value="connect"> <button type="submit" class="btn btn-xs" name="action" value="connect">
<span class="glyphicon glyphicon-play text-warning"/> <span class="glyphicon glyphicon-play text-warning"></span>
</button> </button>
</form> </form>
<?php endif; <?php endif;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment