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…
Reference in New Issue