www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit ea5d51b93d3479af6d67b0a7224cc1fa165f4cd5
parent 9dfca12594496e39f51cc860005e1c194df53572
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon, 13 Oct 2008 23:27:57 +0000

- Remove indent/outdent buttons
- Remove extraneous debugging


Diffstat:
Mchrome/content/zotero/bindings/styled-textbox.xml | 2+-
Mchrome/content/zotero/tiny_mce/note.html | 3++-
2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/chrome/content/zotero/bindings/styled-textbox.xml b/chrome/content/zotero/bindings/styled-textbox.xml @@ -121,7 +121,7 @@ var self = this; this._eventHandler = function (event) { - Zotero.debug(event.type); + //Zotero.debug(event.type); switch (event.type) { case 'keypress': // Ignore keypresses that don't change diff --git a/chrome/content/zotero/tiny_mce/note.html b/chrome/content/zotero/tiny_mce/note.html @@ -62,10 +62,11 @@ td.mceIframeContainer { fix_list_elements : true, fix_table_elements : true, + /*plugins : "xhtmlxtras",*/ // Theme options theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,sub,sup,|,forecolor,backcolor,|,removeformat,code", - theme_advanced_buttons2 : "justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,|,outdent,indent,blockquote,|,link,unlink", + theme_advanced_buttons2 : "justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,|,blockquote,|,link,unlink", theme_advanced_buttons3 : "formatselect,fontselect,fontsizeselect", theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "left",