浏览代码

Merge branch 'hotfix'

version-14
Nabin Hait 8 年前
父节点
当前提交
ff9819ed8f
共有 2 个文件被更改,包括 4 次插入1 次删除
  1. +1
    -1
      frappe/__init__.py
  2. +3
    -0
      frappe/public/js/frappe/ui/editor.html

+ 1
- 1
frappe/__init__.py 查看文件

@@ -13,7 +13,7 @@ import os, sys, importlib, inspect, json
from .exceptions import * from .exceptions import *
from .utils.jinja import get_jenv, get_template, render_template from .utils.jinja import get_jenv, get_template, render_template


__version__ = '7.1.7'
__version__ = '7.1.8'
__title__ = "Frappe Framework" __title__ = "Frappe Framework"


local = Local() local = Local()


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

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


正在加载...
取消
保存