Changeset 717 for trunk/app/webroot

Show
Ignore:
Timestamp:
08/10/08 23:54:52 (4 months ago)
Author:
aarkerio
Message:

Quick bugs

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/webroot/js/fckeditor/fckconfig.js

    r715 r717  
    110110    ['Link','Unlink','Anchor'], 
    111111    ['Image','Flash','Table','Rule','Smiley','SpecialChar','PageBreak'], 
     112    '/', 
     113    ['Style','FontFormat','FontName','FontSize'], 
     114    ['TextColor','BGColor'], 
     115    ['FitWindow','ShowBlocks','-','About']      // No comma for the last row. 
     116] ; 
     117 
     118FCKConfig.ToolbarSets["Karamelo"] = [ 
     119    ['Source','-','NewPage','Preview','-'], 
     120    ['Cut','Copy','Paste','PasteText','PasteWord','-','Print','SpellCheck'], 
     121    ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'], 
     122    '/', 
     123    ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'], 
     124    ['OrderedList','UnorderedList','-','Outdent','Indent','Blockquote','CreateDiv'], 
     125    ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], 
     126    ['Link','Unlink','Anchor'], 
     127    ['Image','Flash','Table','Rule','Smiley','SpecialChar'], 
    112128    '/', 
    113129    ['Style','FontFormat','FontName','FontSize'],