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';
include("head.inc");
?>
<body>
<script type="text/javascript">
$( document ).ready(function() {
// show / hide connection details
......@@ -114,7 +115,6 @@ include("head.inc");
});
});
</script>
<body>
<?php include("fbegin.inc"); ?>
<section class="page-content-main">
......@@ -173,7 +173,7 @@ include("head.inc");
<form method="post">
<input type="hidden" value="<?=$ipsec_conn_key;?>" name="connid"/>
<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>
</form>
<?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