소스 검색

Image button in tinyMCE now displays an icon instead of text

Come 7 년 전
부모
커밋
ce320c5efe
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      tracim/tracim/templates/pod.mak

+ 1 - 2
tracim/tracim/templates/pod.mak 파일 보기

@@ -81,8 +81,7 @@
81 81
               //////////////////////////////////////////////
82 82
               // add custom btn to handle image by selecting them with system explorer
83 83
               $editor.addButton('customInsertImage', {
84
-                text: 'Image',
85
-                icon: false,
84
+                icon: 'mce-ico mce-i-image',
86 85
                 onclick: function () {
87 86
                   if ($('#hidden_tinymce_fileinput').length > 0) $('#hidden_tinymce_fileinput').remove()
88 87