Body: Restructure layout markup
This commit is contained in:
parent
722cbfe47f
commit
204fd5d636
|
@ -23,10 +23,13 @@ if ($this->layout()->inlineLayout) {
|
|||
}
|
||||
|
||||
?>
|
||||
<div id="header">
|
||||
<div id="announcements" class="container">
|
||||
<?= $this->widget('announcements') ?>
|
||||
</div>
|
||||
<div id="content-wrapper">
|
||||
<?php if (! $this->layout()->isIframe): ?>
|
||||
<div id="sidebar">
|
||||
<div id="header">
|
||||
<div id="header-logo-container">
|
||||
<?= $this->qlink(
|
||||
'',
|
||||
|
@ -40,11 +43,10 @@ if ($this->layout()->inlineLayout) {
|
|||
); ?>
|
||||
</div>
|
||||
</div>
|
||||
<?php if (! $this->layout()->isIframe): ?>
|
||||
<div id="sidebar">
|
||||
<?= $this->render('parts/navigation.phtml'); ?>
|
||||
</div>
|
||||
<?php endif ?>
|
||||
</div>
|
||||
<div id="main" role="main">
|
||||
<div id="col1"
|
||||
class="container<?= $moduleClass ?>"
|
||||
|
@ -72,3 +74,4 @@ if ($this->layout()->inlineLayout) {
|
|||
?></ul>
|
||||
<div id="application-state-summary" class="container" data-icinga-url="<?= $this->url('application-state/summary') ?>" data-last-update="-1" data-icinga-refresh="60"></div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue