diff --git a/main/calendar/agenda.php b/main/calendar/agenda.php index 4d5f1420a6..5243024ce3 100644 --- a/main/calendar/agenda.php +++ b/main/calendar/agenda.php @@ -395,7 +395,7 @@ if (api_is_allowed_to_edit(false,true) OR (api_get_course_setting('allow_user_ed if ($_POST['submit_event']) { display_agenda_items(); } else { - show_add_form(); + show_add_form(); } break; case 'edit' : diff --git a/main/inc/lib/fckeditor/toolbars/default/agenda.php b/main/inc/lib/fckeditor/toolbars/default/agenda.php index 83f8492f01..9ef47742b4 100644 --- a/main/inc/lib/fckeditor/toolbars/default/agenda.php +++ b/main/inc/lib/fckeditor/toolbars/default/agenda.php @@ -9,7 +9,7 @@ // This is the visible toolbar set when the editor has "normal" size. $config['ToolbarSets']['Normal'] = array( - array('Save','FitWindow','PasteWord','-','Undo','Redo'), + array('FitWindow','PasteWord','-','Undo','Redo'), array('Link','Unlink','Anchor'), array('Image','flvPlayer','Flash','EmbedMovies','YouTube','MP3','mimetex'), array('Table','SpecialChar'),