mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
Layout: Create collapsible ghost
This commit is contained in:
parent
5145de6b50
commit
a1ef28460d
@ -76,6 +76,10 @@ $innerLayoutScript = $this->layout()->innerLayout . '.phtml';
|
||||
}
|
||||
}());
|
||||
</script>
|
||||
<button id="collapsible-control-ghost" title="<?= $this->translate('Collapse') ?>" aria-label="<?= t('Collapse') ?>" data-label-expand="<?= t('Expand') ?>" class="collapsible-control">
|
||||
<i class="icon-angle-double-down"></i>
|
||||
<i class="icon-angle-double-up"></i>
|
||||
</button>
|
||||
<!--[if lt IE 10]>
|
||||
<iframe id="fileupload-frame-target" name="fileupload-frame-target"></iframe>
|
||||
<![endif]-->
|
||||
|
Loading…
x
Reference in New Issue
Block a user