From 531fbe6e5af66dda4102572349e606964dec3d0a Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Tue, 29 May 2012 01:24:23 +0000 Subject: [PATCH] Add forecolor button svn: r19692 --- src/data/templates/view_note_detail.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/templates/view_note_detail.html b/src/data/templates/view_note_detail.html index a629874aa..e753ff7b8 100644 --- a/src/data/templates/view_note_detail.html +++ b/src/data/templates/view_note_detail.html @@ -8,7 +8,8 @@ $('#tabs').tabs(); $('.wysiwyg').htmlarea({ toolbar: [ - "bold", "italic", "underline", + "bold", "italic", "underline", + "|", "forecolor", "|", "link", "unlink", "|", "html" ]