Merge branch 'hotfix'
This commit is contained in:
commit
ff9819ed8f
2 changed files with 4 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ import os, sys, importlib, inspect, json
|
|||
from .exceptions import *
|
||||
from .utils.jinja import get_jenv, get_template, render_template
|
||||
|
||||
__version__ = '7.1.7'
|
||||
__version__ = '7.1.8'
|
||||
__title__ = "Frappe Framework"
|
||||
|
||||
local = Local()
|
||||
|
|
|
|||
|
|
@ -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…
Add table
Reference in a new issue