summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-02-24 19:05:16 +0100
committerhukl <contact@smyck.org>2009-02-24 19:05:16 +0100
commit82dd65e36277652c3177aced94f925685849ef47 (patch)
tree15b66986d25b35208a0e557dc6ef8093d846c775
parente3a6e47621f445ee8902a808f96cc2933ca06c47 (diff)
one more button in the wysiwyg editor
-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 345b750..c7124f8 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, formatselect", 19 theme_advanced_buttons1 : "bold, italic, underline, bullist, numlist, link, unlink, formatselect, code",
20 theme_advanced_buttons2 : "", 20 theme_advanced_buttons2 : "",
21 theme_advanced_buttons3 : "" 21 theme_advanced_buttons3 : ""
22 }); 22 });