Add header to monitor view
This commit is contained in:
parent
23b367614b
commit
1f8d2d3b77
|
@ -418,7 +418,10 @@ $fastblendopts_alarm = array(
|
|||
xhtmlHeaders(__FILE__, $SLANG['Monitor']." - ".validHtmlStr($monitor['Name']) );
|
||||
?>
|
||||
<body>
|
||||
<div id="page">
|
||||
|
||||
<?php include("header.php"); ?>
|
||||
|
||||
<div class="container-fluid">
|
||||
<div id="header">
|
||||
<?php
|
||||
if ( canEdit( 'Monitors' ) )
|
||||
|
|
Loading…
Reference in New Issue