瀏覽代碼

Merge pull request #2279 from pratu16x7/alignment_fix

Add right alignment tool in editor
version-14
Nabin Hait 8 年之前
committed by GitHub
父節點
當前提交
a8c9ea96b6
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. +3
    -0
      frappe/public/js/frappe/ui/editor.html

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

@@ -57,6 +57,9 @@
<a class="btn btn-default btn-small" data-edit="justifycenter"
title="{{ __("Center (Ctrl/Cmd+E)") }}">
<i class="icon-align-center"></i></a>
<a class="btn btn-default btn-small" data-edit="justifyright"
title="{{ __("Align Right (Ctrl/Cmd+R)") }}">
<i class="icon-align-right"></i></a>
<a class="btn btn-default btn-small" data-edit="outdent"
title="{{ __("Reduce indent (Shift+Tab)") }}">
<i class="icon-indent-left"></i></a>


Loading…
取消
儲存