mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 01:46:14 -04:00
other bits required for read only
This commit is contained in:
parent
41d24a8c8f
commit
818408cf49
2 changed files with 9 additions and 4 deletions
|
@ -63,12 +63,12 @@
|
|||
|
||||
<ul class="menu_left" role="toolbar">
|
||||
<% e.begin_block("editbarMenuLeft"); %>
|
||||
<%- toolbar.menu(settings.toolbar.left) %>
|
||||
<%- toolbar.menu(settings.toolbar.left, isReadOnly) %>
|
||||
<% e.end_block(); %>
|
||||
</ul>
|
||||
<ul class="menu_right" role="toolbar">
|
||||
<% e.begin_block("editbarMenuRight"); %>
|
||||
<%- toolbar.menu(settings.toolbar.right) %>
|
||||
<%- toolbar.menu(settings.toolbar.right, isReadOnly) %>
|
||||
<% e.end_block(); %>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue