diff options
author | Friendika <info@friendika.com> | 2011-01-31 23:06:45 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-31 23:06:45 -0800 |
commit | 9d561d4471bccdd199821cd9ce5b2f6354ab8e65 (patch) | |
tree | c6bcf4f0fdd15b083769b54dc3bf89bd13ae44d1 /view/en/jot-header.tpl | |
parent | 7dbdf8e6faf082e962772b76511f0fd24b6227cc (diff) | |
download | volse-hubzilla-9d561d4471bccdd199821cd9ce5b2f6354ab8e65.tar.gz volse-hubzilla-9d561d4471bccdd199821cd9ce5b2f6354ab8e65.tar.bz2 volse-hubzilla-9d561d4471bccdd199821cd9ce5b2f6354ab8e65.zip |
oembed contsant name, fix dfrnpubdeliver, add 'code' editor button
Diffstat (limited to 'view/en/jot-header.tpl')
-rw-r--r-- | view/en/jot-header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/en/jot-header.tpl b/view/en/jot-header.tpl index 93eb440a4..d0c956a02 100644 --- a/view/en/jot-header.tpl +++ b/view/en/jot-header.tpl @@ -9,7 +9,7 @@ tinyMCE.init({ mode : "specific_textareas", editor_selector: /(profile-jot-text|prvmail-text)/, plugins : "bbcode,paste", - theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor,formatselect", + theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor,formatselect,code", theme_advanced_buttons2 : "", theme_advanced_buttons3 : "", theme_advanced_toolbar_location : "top", |