mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
Move add section into section toolbar
This commit is contained in:
parent
0707bdd3d6
commit
c69020f1e6
6 changed files with 32 additions and 34 deletions
|
@ -12,6 +12,10 @@
|
|||
<div class="section-heading no-print" id="page-toolbar-{{ page.id }}">
|
||||
<div class="section-toolbar">
|
||||
{{#if canEdit}}
|
||||
<i class="add-section dicon {{constants.Icon.Plus}}" {{action "onShowSectionWizard" page}}>
|
||||
{{#attach-tooltip showDelay=1000}}Insert section above{{/attach-tooltip}}
|
||||
</i>
|
||||
<div class="gap"/>
|
||||
<i class="dicon {{constants.Icon.Edit}}" {{action "onEdit"}} />
|
||||
{{/if}}
|
||||
{{#if hasMenuPermissions}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue