summaryrefslogtreecommitdiff
path: root/app/views/layouts/admin.html.erb
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-02-24 08:31:57 +0100
committerhukl <contact@smyck.org>2009-02-24 08:31:57 +0100
commit36c7abb1f6c09a19fe9e7586346c77ae7d87f47e (patch)
tree237cddf8ba5357e21764eb2422bd22c9436aeb7e /app/views/layouts/admin.html.erb
parentdf13eabe5f16e35c800808ce044aa771eac02693 (diff)
added format select for wysiwyg editor
Diffstat (limited to 'app/views/layouts/admin.html.erb')
-rw-r--r--app/views/layouts/admin.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/admin.html.erb b/app/views/layouts/admin.html.erb
index d5b1e6f..345b750 100644
--- a/app/views/layouts/admin.html.erb
+++ b/app/views/layouts/admin.html.erb
@@ -16,7 +16,7 @@
16 editor_selector : "with_editor", 16 editor_selector : "with_editor",
17 theme_advanced_toolbar_location : "top", 17 theme_advanced_toolbar_location : "top",
18 theme_advanced_toolbar_align : "left", 18 theme_advanced_toolbar_align : "left",
19 theme_advanced_buttons1 : "bold, italic, underline, bullist, numlist, link, unlink", 19 theme_advanced_buttons1 : "bold, italic, underline, bullist, numlist, link, unlink, formatselect",
20 theme_advanced_buttons2 : "", 20 theme_advanced_buttons2 : "",
21 theme_advanced_buttons3 : "" 21 theme_advanced_buttons3 : ""
22 }); 22 });