diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-08-12 01:47:08 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-08-12 01:47:08 -0700 |
commit | dfd3cef734be3bc1bf2d16dfe8b2f71d6aff18a7 (patch) | |
tree | 9e7384883d118ecbf2d94730fb78f5d9d4c00d85 /view/jot-header.tpl | |
parent | 8d0ba934364fbb65e66edf1b2cda24ebd8afb96b (diff) | |
download | volse-hubzilla-dfd3cef734be3bc1bf2d16dfe8b2f71d6aff18a7.tar.gz volse-hubzilla-dfd3cef734be3bc1bf2d16dfe8b2f71d6aff18a7.tar.bz2 volse-hubzilla-dfd3cef734be3bc1bf2d16dfe8b2f71d6aff18a7.zip |
added code, quote styles to editor
Diffstat (limited to 'view/jot-header.tpl')
-rw-r--r-- | view/jot-header.tpl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/view/jot-header.tpl b/view/jot-header.tpl index e2b196dc3..22e425463 100644 --- a/view/jot-header.tpl +++ b/view/jot-header.tpl @@ -7,13 +7,12 @@ tinyMCE.init({ mode : "specific_textareas", editor_selector: /(profile-jot-text|prvmail-text)/, plugins : "bbcode", - theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor", + theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor,formatselect", theme_advanced_buttons2 : "", theme_advanced_buttons3 : "", theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "center", - theme_advanced_styles : "Code=codeStyle;Quote=quoteStyle", - content_css : "bbcode.css", + theme_advanced_blockformats : "blockquote,code", entity_encoding : "raw", add_unload_trigger : false, remove_linebreaks : false, |