Layout: Create collapsible ghost

This commit is contained in:
Florian Strohmaier 2018-11-20 13:54:48 +01:00 committed by Johannes Meyer
parent 5145de6b50
commit a1ef28460d
1 changed files with 4 additions and 0 deletions

View File

@ -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]-->