Skip to content

Commit

Permalink
Merge branch 'b-7.2.x-fix_media_icon-OXDEV-7570' into b-7.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
TitaKoleva committed Sep 5, 2024
2 parents 802f091 + bffbcfc commit cf785e2
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion assets/out/src/css/backend.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/out/src/css/wysiwyg.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions assets/out/src/js/ddoesummernote.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/out/src/js/ddoesummernote.min.js.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions build/less/backend_editor.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@
div.codeview textarea.note-codable {
color: white;
}

i.fa {
height: 12px
}
}
5 changes: 3 additions & 2 deletions build/vendor/summernote/dist/plugin/ddmedia.summernote.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
{
var layoutInfo = context.layoutInfo;
var $toolbar = layoutInfo.toolbar;
var lang = context.options.langInfo;

var ui = $.summernote.ui;

Expand All @@ -19,8 +20,8 @@
// create button
var button = ui.button(
{
className: 'btn-info',
contents: '<i class="fa fa-file-image-o"></i>',
contents: '<i class="fa fa-file-image-o fa-file-image"></i>',
tooltip: lang.image.image,
click: function (e) {
if (typeof MediaLibrary === 'undefined') {
if (top.basefrm && top.basefrm.OverlayInstance) {
Expand Down
5 changes: 3 additions & 2 deletions build/vendor/summernote/plugin/ddmedia.summernote.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
{
var layoutInfo = context.layoutInfo;
var $toolbar = layoutInfo.toolbar;
var lang = context.options.langInfo;

var ui = $.summernote.ui;

Expand All @@ -19,8 +20,8 @@
// create button
var button = ui.button(
{
className: 'btn-info',
contents: '<i class="fa fa-file-image-o"></i>',
contents: '<i class="fa fa-file-image-o fa-file-image"></i>',
tooltip: lang.image.image,
click: function (e) {
if (typeof MediaLibrary === 'undefined') {
if (top.basefrm && top.basefrm.OverlayInstance) {
Expand Down

0 comments on commit cf785e2

Please sign in to comment.