1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-04 21:15:24 +02:00

Remove Ember Attacher add-on

This commit is contained in:
HarveyKandola 2022-01-10 17:01:54 -05:00
parent 5d5e212a6b
commit c31c130ffd
17 changed files with 30 additions and 105 deletions

View file

@ -11,11 +11,9 @@
<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>
<i class="add-section dicon {{constants.Icon.Plus}}" {{action "onShowSectionWizard" page}} title="Insert section above" />
<div class="gap"/>
<i class="dicon {{constants.Icon.Edit}}" {{action "onEdit"}} />
<i class="dicon {{constants.Icon.Edit}}" {{action "onEdit"}} title="Edit" />
<div class="gap"/>
{{/if}}
<i class="dicon {{constants.Icon.Settings}}">
@ -60,9 +58,7 @@
{{/attach-popover}}
</i>
<div class="gap"/>
<i class="dicon {{constants.Icon.Expand}} {{unless expanded "expand"}}" {{action "onExpand"}}>
{{#attach-tooltip showDelay=1000}}Show/hide{{/attach-tooltip}}
</i>
<i class="dicon {{constants.Icon.Expand}} {{unless expanded "expand"}}" {{action "onExpand"}} title="Show/hide" />
</div>
</div>
</div>