Supprime flash et smiley de l'dition des notes et detail

This commit is contained in:
Laurent Destailleur 2006-07-23 23:21:11 +00:00
parent ebee927cbf
commit b38bddc480

View File

@ -83,7 +83,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','Image','Flash','Table','Rule','Smiley','SpecialChar','UniversalKey'],
['Link','Unlink','Anchor','Image','Table','Rule','Smiley','SpecialChar','UniversalKey'],
['FontName','FontSize']
] ;
@ -94,7 +94,7 @@ FCKConfig.ToolbarSets["dolibarr_notes"] = [
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','TextColor','BGColor','-','RemoveFormat'],
['OrderedList','UnorderedList','-','Outdent','Indent',],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['Link','Unlink','Anchor','Image','Flash','Table','Rule','Smiley','SpecialChar','UniversalKey'],
['Link','Unlink','Anchor','Image','Table','Rule','SpecialChar','UniversalKey'],
['FontName','FontSize']
] ;