22 lines
2.2 KiB
Plaintext
22 lines
2.2 KiB
Plaintext
<div id="view-left-menu" class="tool-menu left">
|
|
<div class="tool-menu-btns" role="menubar" aria-orientation="vertical" aria-label="<%= scope.ariaLeftMenu %>">
|
|
<button id="left-btn-searchbar" class="btn btn-category" data-hint="0" data-hint-direction="right" data-hint-offset="big" content-target="left-panel-search"><i class="icon toolbar__icon btn-menu-search"> </i></button>
|
|
<!-- /** coauthoring begin **/ -->
|
|
<button id="left-btn-comments" class="btn btn-category" content-target="left-panel-comments" data-hint="0" data-hint-direction="right" data-hint-offset="big"><i class="icon toolbar__icon btn-menu-comments"> </i></button>
|
|
<button id="left-btn-chat" class="btn btn-category" content-target="left-panel-chat" data-hint="0" data-hint-direction="right" data-hint-offset="big"><i class="icon toolbar__icon btn-menu-chat"> </i></button>
|
|
<!-- /** coauthoring end **/ -->
|
|
<button id="left-btn-spellcheck" class="btn btn-category" content-target="left-panel-spellcheck" data-hint="0" data-hint-direction="right" data-hint-offset="big" data-layout-name="leftMenu-spellcheck"><i class="icon toolbar__icon btn-ic-docspell"> </i></button>
|
|
<button id="left-btn-support" class="btn btn-category" content-target="" data-hint="0" data-hint-direction="right" data-hint-offset="big"><i class="icon toolbar__icon btn-menu-support"> </i></button>
|
|
<button id="left-btn-about" class="btn btn-category" content-target="" data-hint="0" data-hint-direction="right" data-hint-offset="big"><i class="icon toolbar__icon btn-menu-about"> </i></button>
|
|
<div class="separator horizontal separator-plugins" style="display: none;"></div>
|
|
<div id="slot-left-menu-more"></div>
|
|
</div>
|
|
<div class="left-panel side-panel" style="">
|
|
<div id="left-panel-search" class="content-box" style="display: none;"></div>
|
|
<!-- /** coauthoring begin **/ -->
|
|
<div id="left-panel-comments"class="content-box" style="display: none;"></div>
|
|
<div id="left-panel-chat" class="content-box" style="display: none;"></div>
|
|
<div id="left-panel-spellcheck" class="content-box" style="display: none; height: 100%;"></div>
|
|
<!-- /** coauthoring end **/ -->
|
|
</div>
|
|
</div> |