瀏覽代碼

[minor] fixed editor icons

version-14
Rushabh Mehta 9 年之前
父節點
當前提交
f63a2126b6
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      frappe/public/js/frappe/ui/editor.html

+ 2
- 2
frappe/public/js/frappe/ui/editor.html 查看文件

@@ -60,10 +60,10 @@
<i class="icon-align-center"></i></a> <i class="icon-align-center"></i></a>
<a class="btn btn-default btn-small" data-edit="outdent" <a class="btn btn-default btn-small" data-edit="outdent"
title="{{ __("Reduce indent (Shift+Tab)") }}"> title="{{ __("Reduce indent (Shift+Tab)") }}">
<i class="octicon octicon-move-left"></i></a>
<i class="icon-indent-left"></i></a>
<a class="btn btn-default btn-small" data-edit="indent" <a class="btn btn-default btn-small" data-edit="indent"
title="{{ __("Indent (Tab)") }}"> title="{{ __("Indent (Tab)") }}">
<i class="octicon octicon-move-right"></i></a>
<i class="icon-indent-right"></i></a>
<a class="btn btn-default btn-small" <a class="btn btn-default btn-small"
data-edit="insertHorizontalRule" data-edit="insertHorizontalRule"
title="{{ __("Horizontal Line Break") }}"> title="{{ __("Horizontal Line Break") }}">


Loading…
取消
儲存