Changeset 2121 for FCKeditor/branches

Show
Ignore:
Timestamp:
2008-06-24 11:46:11 (5 months ago)
Author:
martinkou
Message:

Added new icons for the create/edit/remove div tag commands.

Location:
FCKeditor/branches/features/div_container/editor
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/branches/features/div_container/editor/_source/internals/fck_contextmenu.js

    r2118 r2121  
    302302                                { 
    303303                                        menu.AddSeparator() ; 
    304                                         menu.AddItem( 'EditDiv', FCKLang.EditDiv, 73 ) ; 
    305                                         menu.AddItem( 'DeleteDiv', FCKLang.DeleteDiv, 73 ) ; 
     304                                        menu.AddItem( 'EditDiv', FCKLang.EditDiv, 75 ) ; 
     305                                        menu.AddItem( 'DeleteDiv', FCKLang.DeleteDiv, 76 ) ; 
    306306                                } 
    307307                        }} ; 
  • FCKeditor/branches/features/div_container/editor/_source/internals/fcktoolbaritems.js

    r2102 r2121  
    7272                case 'Indent'                   : oItem = new FCKToolbarButton( 'Indent'        , FCKLang.IncreaseIndent, null, null, false, true, 29 ) ; break ; 
    7373                case 'Blockquote'                       : oItem = new FCKToolbarButton( 'Blockquote'    , FCKLang.Blockquote, null, null, false, true, 73 ) ; break ; 
    74                 case 'CreateDiv'                        : oItem = new FCKToolbarButton( 'CreateDiv'     , FCKLang.Blockquote, null, null, false, true, 73 ) ; break ; 
     74                case 'CreateDiv'                        : oItem = new FCKToolbarButton( 'CreateDiv'     , FCKLang.Blockquote, null, null, false, true, 74 ) ; break ; 
    7575 
    7676                case 'Link'                             : oItem = new FCKToolbarButton( 'Link'          , FCKLang.InsertLinkLbl, FCKLang.InsertLink, null, false, true, 34 ) ; break ;