浏览代码

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>


正在加载...
取消
保存