Files
DocumentServer-v-9.2.0/web-apps/apps/visioeditor/main/app/template/Toolbar.template
Yajbir Singh f1b860b25c
Some checks failed
check / markdownlint (push) Has been cancelled
check / spellchecker (push) Has been cancelled
updated
2025-12-11 19:03:17 +05:30

15 lines
465 B
Plaintext

<div class="toolbar">
<div class="box-tabs">
<div class="extra left"></div>
<%= tabsmarkup %>
<div class="extra right"></div>
</div>
<section class="box-controls" role="tabpanel">
<section class="panel static">
</section>
<section class="box-panels">
<section class="panel" data-tab="home" role="tabpanel" aria-labelledby="home">
</section>
</section>
</section>
</div>