2016-07-22 18:23:36 +02:00
|
|
|
<template name="toolbarSection">
|
|
|
|
|
<div class="toolbarSection noselect p-x-2">
|
|
|
|
|
<div class="clearfix">
|
|
|
|
|
<div class="pull-left m-t-1">
|
|
|
|
|
{{>roundedButtonGroup leftSidebarToggleButtonData}}
|
|
|
|
|
</div>
|
2017-03-03 20:10:53 +01:00
|
|
|
{{>toolbarSectionTools toolbarButtons=toolbarButtons}}
|
2016-07-22 18:23:36 +02:00
|
|
|
<div class="pull-right m-t-1 rm-x-1">
|
2016-08-20 15:09:31 +02:00
|
|
|
{{>roundedButtonGroup rightSidebarToggleButtonData}}
|
2016-07-22 18:23:36 +02:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|