Fix: Sur fckeditor de mailing, on permet insertion de liens internes

This commit is contained in:
Laurent Destailleur 2007-05-20 23:43:17 +00:00
parent a9f4e53023
commit 83392e7525
3 changed files with 3 additions and 3 deletions

View File

@ -105,7 +105,7 @@ FCKConfig.ToolbarSets["dolibarr_mailings"] = [
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','TextColor','BGColor','-','RemoveFormat'],
['OrderedList','UnorderedList','-','Outdent','Indent'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['Link','Unlink','Anchor','Table','Rule','SpecialChar'],
['Link','Unlink','Anchor','Image','Table','Rule','SpecialChar'],
['FontName','FontSize']
] ;

View File

@ -105,7 +105,7 @@ FCKConfig.ToolbarSets["dolibarr_mailings"] = [
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','TextColor','BGColor','-','RemoveFormat'],
['OrderedList','UnorderedList','-','Outdent','Indent'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['Link','Unlink','Anchor','Table','Rule','SpecialChar'],
['Link','Unlink','Anchor','Image','Table','Rule','SpecialChar'],
['FontName','FontSize']
] ;

View File

@ -105,7 +105,7 @@ FCKConfig.ToolbarSets["dolibarr_mailings"] = [
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','TextColor','BGColor','-','RemoveFormat'],
['OrderedList','UnorderedList','-','Outdent','Indent'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['Link','Unlink','Anchor','Table','Rule','SpecialChar'],
['Link','Unlink','Anchor','Image','Table','Rule','SpecialChar'],
['FontName','FontSize']
] ;