Ajout style pour fkeditor dans theme

This commit is contained in:
Laurent Destailleur 2006-07-22 16:25:18 +00:00
parent 52411baaf5
commit 8f4f2dc8c5

View File

@ -100,13 +100,13 @@ FCKConfig.ToolbarSets["dolibarr_notes"] = [
FCKConfig.ToolbarSets["dolibarr_details"] = [ FCKConfig.ToolbarSets["dolibarr_details"] = [
['FitWindow','Source','DocProps'], ['FitWindow','Source','DocProps'],
['Cut','Copy','Paste','PasteText','PasteWord','-','SpellCheck','-','Preview','Print'], ['Cut','Copy','Paste','-','Preview'],
['Undo','Redo','-','Find','Replace','-','SelectAll'], ['Undo','Redo'],
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','TextColor','BGColor','-','RemoveFormat'], ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','TextColor','BGColor','-','RemoveFormat'],
['OrderedList','UnorderedList','-','Outdent','Indent',], ['OrderedList','UnorderedList','-','Outdent','Indent',],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['Link','Unlink','Anchor'], ['Link','Unlink','Anchor'],
['Smiley','SpecialChar','UniversalKey'], ['SpecialChar','UniversalKey'],
['FontName','FontSize'] ['FontName','FontSize']
] ; ] ;