Skip to content

Commit 4beaa11

Browse files
committed
Fix for modern theme default MENU area.
1 parent 0ffdc23 commit 4beaa11

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

e107_plugins/tinymce4/templates/mainadmin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plugins>advlist autosave lists link image charmap print preview hr anchor pagebreak searchreplace wordcount visualchars code fullscreen
44
insertdatetime media nonbreaking table contextmenu directionality emoticons template paste textcolor </plugins>
55
<menubar>edit view format insert table tools</menubar>
6-
<toolbar1>undo redo | removeformat | styleselect | bold italic underline forecolor | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image template | e107-image media e107-video e107-glyph smileys | preview | fullscreen</toolbar1>
6+
<toolbar1>undo redo | removeformat | styleselect | bold italic underline forecolor | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image template | media | e107-image e107-video e107-glyph smileys | preview | fullscreen</toolbar1>
77
<external_plugins>e107</external_plugins>
88
<image_advtab>true</image_advtab>
99
<media_alt_source>false</media_alt_source>

e107_themes/bootstrap3/theme.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ function tablestyle($caption, $text, $id='', $info=array())
332332
<div class="container">
333333
{ALERTS}
334334
<!-- Start Menu 1 -->
335-
{MENU=1}
335+
{MENU=10}
336336
<!-- End Menu 1 -->
337337
</div>
338338

0 commit comments

Comments
 (0)