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']) );
|
xhtmlHeaders(__FILE__, $SLANG['Monitor']." - ".validHtmlStr($monitor['Name']) );
|
||||||
?>
|
?>
|
||||||
<body>
|
<body>
|
||||||
<div id="page">
|
|
||||||
|
<?php include("header.php"); ?>
|
||||||
|
|
||||||
|
<div class="container-fluid">
|
||||||
<div id="header">
|
<div id="header">
|
||||||
<?php
|
<?php
|
||||||
if ( canEdit( 'Monitors' ) )
|
if ( canEdit( 'Monitors' ) )
|
||||||
|
|
Loading…
Reference in New Issue