Update dispy. Add admin link and styles, add help link, other fixes

This commit is contained in:
fabrixxm 2011-06-19 11:21:30 +02:00
parent c10e913a4b
commit 4bc8ab6e7d
6 changed files with 127 additions and 20 deletions

View file

@ -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",