Browse Source

[svn r18041] change some buttons

Juan Carlos Raña 16 years ago
parent
commit
aa118fb269
1 changed files with 3 additions and 3 deletions
  1. 3 3
      main/inc/lib/fckeditor/myconfig_afm.js

+ 3 - 3
main/inc/lib/fckeditor/myconfig_afm.js

@@ -32,8 +32,8 @@ FCKConfig.ToolbarSets["Small"] = [
 
 FCKConfig.ToolbarSets["Profil"] = [
 	['FitWindow','PasteWord','Undo','Redo'],
-	['Link','Image','flvPlayer','Flash','EmbedMovies','YouTube','Table','googlemaps'],
-	['Bold','Italic','Underline','OrderedList','UnorderedList','TextColor','-','ShowBlocks']
+	['Link','Image','imgmapPopup','flvPlayer','Flash','EmbedMovies','YouTube','Table','googlemaps'],
+	['Bold','Italic','Underline','OrderedList','UnorderedList','TextColor','-','Source']
 ] ;
 
 FCKConfig.ToolbarSets["Blog"] = [
@@ -80,7 +80,7 @@ FCKConfig.ToolbarSets["Wiki"] = [
 	['FontFormat','FontName','FontSize'],
 	['Bold','Italic','Underline','StrikeThrough'],
 	['Subscript','Superscript','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull','-','OrderedList','UnorderedList','-','Outdent','Indent','-','TextColor','BGColor'],
-	['ShowBlocks']	
+	['Source']
 ] ;
 
 var sOtherPluginPath = FCKConfig.BasePath.substr(0, FCKConfig.BasePath.length - 7) + 'editor/plugins/' ;