diff --git a/main/inc/lib/fckeditor/toolbars_maxi/agenda.php b/main/inc/lib/fckeditor/toolbars_maxi/agenda.php index 4f0c7afee7..30f54012b8 100644 --- a/main/inc/lib/fckeditor/toolbars_maxi/agenda.php +++ b/main/inc/lib/fckeditor/toolbars_maxi/agenda.php @@ -9,7 +9,7 @@ $config['ToolbarSets']['Normal'] = array( array('FitWindow','Save'), array('Bold','Italic','Underline','StrikeThrough'), array('OrderedList','UnorderedList','-','Outdent','Indent'), - array('JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'), + array('JustifyLeft','JustifyCenter','JustifyRight'), array('Undo','Redo','-','SelectAll','RemoveFormat'), array('Link','Unlink'), '/', diff --git a/main/inc/lib/fckeditor/toolbars_maxi/agenda_student.php b/main/inc/lib/fckeditor/toolbars_maxi/agenda_student.php index 62d415e3f4..bd4ebd3d4f 100644 --- a/main/inc/lib/fckeditor/toolbars_maxi/agenda_student.php +++ b/main/inc/lib/fckeditor/toolbars_maxi/agenda_student.php @@ -9,7 +9,7 @@ $config['ToolbarSets']['Normal'] = array( array('FitWindow','Save'), array('Bold','Italic','Underline','StrikeThrough'), array('OrderedList','UnorderedList','-','Outdent','Indent'), - array('JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'), + array('JustifyLeft','JustifyCenter','JustifyRight'), array('Undo','Redo','-','SelectAll','RemoveFormat'), array('Link','Unlink'), '/', diff --git a/main/inc/lib/fckeditor/toolbars_maxi/announcements.php b/main/inc/lib/fckeditor/toolbars_maxi/announcements.php index ea09aeacb6..973d1875cc 100644 --- a/main/inc/lib/fckeditor/toolbars_maxi/announcements.php +++ b/main/inc/lib/fckeditor/toolbars_maxi/announcements.php @@ -9,7 +9,7 @@ $config['ToolbarSets']['Normal'] = array( array('FitWindow','Save'), array('Bold','Italic','Underline','StrikeThrough'), array('OrderedList','UnorderedList','-','Outdent','Indent'), - array('JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'), + array('JustifyLeft','JustifyCenter','JustifyRight'), array('Undo','Redo','-','SelectAll','RemoveFormat'), array('Link','Unlink'), '/', diff --git a/main/inc/lib/fckeditor/toolbars_maxi/announcements_student.php b/main/inc/lib/fckeditor/toolbars_maxi/announcements_student.php index 32561ced96..43de714402 100644 --- a/main/inc/lib/fckeditor/toolbars_maxi/announcements_student.php +++ b/main/inc/lib/fckeditor/toolbars_maxi/announcements_student.php @@ -9,7 +9,7 @@ $config['ToolbarSets']['Normal'] = array( array('FitWindow','Save'), array('Bold','Italic','Underline','StrikeThrough'), array('OrderedList','UnorderedList','-','Outdent','Indent'), - array('JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'), + array('JustifyLeft','JustifyCenter','JustifyRight'), array('Undo','Redo','-','SelectAll','RemoveFormat'), array('Link','Unlink'), '/',