mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +02:00
parent
95bcb95cb5
commit
be88683c19
@ -54,6 +54,7 @@ $iframeClass = $isIframe ? ' iframe' : '';
|
|||||||
<div id="layout" class="default-layout<?php if ($showFullscreen): ?> fullscreen-layout<?php endif ?>">
|
<div id="layout" class="default-layout<?php if ($showFullscreen): ?> fullscreen-layout<?php endif ?>">
|
||||||
<?= $this->render('body.phtml') ?>
|
<?= $this->render('body.phtml') ?>
|
||||||
</div>
|
</div>
|
||||||
|
<iframe id="fileupload-frame-target" name="fileupload-frame-target"></iframe>
|
||||||
<!--[if IE 8]>
|
<!--[if IE 8]>
|
||||||
<script type="text/javascript" src="<?= $this->href($ie8jsfile) ?>"></script>
|
<script type="text/javascript" src="<?= $this->href($ie8jsfile) ?>"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
@ -47,6 +47,10 @@ html {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#fileupload-frame-target {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
#responsive-debug {
|
#responsive-debug {
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
font-family: Courier new, monospace;
|
font-family: Courier new, monospace;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user