Merge pull request #419 from Tecnativa/9.0-web_translate_dialog

[FIX][web_translate_dialog] Add codeview button to translate HTML fields
This commit is contained in:
Pedro M. Baeza
2016-09-13 11:17:52 +02:00
committed by GitHub

View File

@@ -95,6 +95,7 @@ var translateDialog = Dialog.extend({
['para', ['ul', 'ol', 'paragraph']],
['table', ['table']],
['insert', ['link', 'picture']],
['misc', ['codeview']],
['history', ['undo', 'redo']]
],
'prettifyHtml': false,