Fix: Erreur javascript sous IE
This commit is contained in:
parent
439dbaf0d5
commit
c38a8f1940
@ -81,7 +81,7 @@ FCKConfig.ToolbarSets["dolibarr_mailings"] = [
|
|||||||
['Cut','Copy','Paste','PasteText','PasteWord','-','SpellCheck','-','Preview','Print'],
|
['Cut','Copy','Paste','PasteText','PasteWord','-','SpellCheck','-','Preview','Print'],
|
||||||
['Undo','Redo','-','Find','Replace','-','SelectAll'],
|
['Undo','Redo','-','Find','Replace','-','SelectAll'],
|
||||||
['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','Image','Table','Rule','Smiley','SpecialChar','UniversalKey'],
|
['Link','Unlink','Anchor','Image','Table','Rule','Smiley','SpecialChar','UniversalKey'],
|
||||||
['FontName','FontSize']
|
['FontName','FontSize']
|
||||||
@ -92,7 +92,7 @@ FCKConfig.ToolbarSets["dolibarr_notes"] = [
|
|||||||
['Cut','Copy','Paste','PasteText','PasteWord','-','SpellCheck','-','Preview','Print'],
|
['Cut','Copy','Paste','PasteText','PasteWord','-','SpellCheck','-','Preview','Print'],
|
||||||
['Undo','Redo','-','Find','Replace','-','SelectAll'],
|
['Undo','Redo','-','Find','Replace','-','SelectAll'],
|
||||||
['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','Image','Table','Rule','SpecialChar','UniversalKey'],
|
['Link','Unlink','Anchor','Image','Table','Rule','SpecialChar','UniversalKey'],
|
||||||
['FontName','FontSize']
|
['FontName','FontSize']
|
||||||
@ -103,7 +103,7 @@ FCKConfig.ToolbarSets["dolibarr_details"] = [
|
|||||||
['Cut','Copy','Paste','-','Preview'],
|
['Cut','Copy','Paste','-','Preview'],
|
||||||
['Undo','Redo'],
|
['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'],
|
||||||
['SpecialChar','UniversalKey'],
|
['SpecialChar','UniversalKey'],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user