diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-06-19 11:21:30 +0200 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-06-19 11:21:30 +0200 |
commit | 4bc8ab6e7dd36d80493ca5181fc71f062e43c7f4 (patch) | |
tree | 80f23158f1ddfd8f45a27e6f56c8baf1c07bc673 /view/theme/dispy/jot-header.tpl | |
parent | c10e913a4b12be3c9f6f61a12fb3ac3dd0da25f6 (diff) | |
download | volse-hubzilla-4bc8ab6e7dd36d80493ca5181fc71f062e43c7f4.tar.gz volse-hubzilla-4bc8ab6e7dd36d80493ca5181fc71f062e43c7f4.tar.bz2 volse-hubzilla-4bc8ab6e7dd36d80493ca5181fc71f062e43c7f4.zip |
Update dispy. Add admin link and styles, add help link, other fixes
Diffstat (limited to 'view/theme/dispy/jot-header.tpl')
-rw-r--r-- | view/theme/dispy/jot-header.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/dispy/jot-header.tpl b/view/theme/dispy/jot-header.tpl index eab3af700..aa9e0bfaf 100644 --- a/view/theme/dispy/jot-header.tpl +++ b/view/theme/dispy/jot-header.tpl @@ -9,8 +9,8 @@ tinyMCE.init({ theme : "advanced", 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,code", + plugins : "bbcode,paste,fullscreen,autoresize", + theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor,formatselect,code,fullscreen", theme_advanced_buttons2 : "", theme_advanced_buttons3 : "", theme_advanced_toolbar_location : "top", |