- Remove indent/outdent buttons

- Remove extraneous debugging
This commit is contained in:
Dan Stillman 2008-10-13 23:27:57 +00:00
parent 9dfca12594
commit ea5d51b93d
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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",