]> code.citadel.org Git - citadel.git/commitdiff
* Enable the TinyMCE blockquote button
authorArt Cancro <ajc@citadel.org>
Mon, 30 Mar 2009 03:45:55 +0000 (03:45 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 30 Mar 2009 03:45:55 +0000 (03:45 +0000)
webcit/static/t/richedit.html

index e71c5934a27583db334540e6b43e7d91d8055db2..00ba911eddc0db9101bd450974e1df8342e3e7e9 100644 (file)
@@ -6,7 +6,7 @@ tinyMCE.init({
        browsers : "msie,gecko,safari,opera",
        theme : "advanced",
        plugins : "iespell",
-       theme_advanced_buttons1 : "bold, italic, underline, strikethrough, justifyleft, justifycenter, justifyright, justifyfull, bullist, numlist, cut, copy, paste, link, image, help, forecolor, iespell, code",
+       theme_advanced_buttons1 : "bold, italic, underline, strikethrough, justifyleft, justifycenter, justifyright, justifyfull, blockquote, bullist, numlist, cut, copy, paste, link, image, help, forecolor, iespell, code",
        theme_advanced_buttons2 : "",
        theme_advanced_buttons3 : "",
        content_css : "static/webcit-tinymce.css"