Remove the existing #header from timeline
This commit is contained in:
parent
1c046a7afd
commit
942c65f1e2
|
@ -806,13 +806,6 @@ xhtmlHeaders(__FILE__, $SLANG['Timeline'] );
|
|||
<?php include("header.php"); ?>
|
||||
|
||||
<div class="container-fluid">
|
||||
<div id="header">
|
||||
<div id="headerButtons">
|
||||
<?= makePopupLink( '?view=events&page=1'.htmlspecialchars($filterQuery), 'zmEvents', 'events', $SLANG['List'], canView( 'Events' ) ) ?>
|
||||
<a href="#" onclick="closeWindow();"><?= $SLANG['Close'] ?></a>
|
||||
</div>
|
||||
<h2><?= $SLANG['Timeline'] ?></h2>
|
||||
</div>
|
||||
<div id="content" class="chartSize">
|
||||
<div id="topPanel" class="graphWidth">
|
||||
<div id="imagePanel">
|
||||
|
|
Loading…
Reference in New Issue