diff --git a/main/calendar/agenda.inc.php b/main/calendar/agenda.inc.php index da21680a09..0d104126ed 100644 --- a/main/calendar/agenda.inc.php +++ b/main/calendar/agenda.inc.php @@ -2317,7 +2317,7 @@ function show_add_form($id = '') { -
" method="post" name="new_calendar_item"> + " method="post" name="new_calendar_item"> @@ -2333,11 +2333,11 @@ function show_add_form($id = '') { echo ''.$form_title.''; // the title of the agenda item - echo '
-
+ echo '
+
-
+ +
' ; echo '' ; } else { - echo '
-
+ echo '
+
-
'; + +
'; /*if ((isset($_GET['id']) && $to=='everyone') || !isset($_GET['id'])) { echo get_lang('Everybody').' '; }*/ @@ -2370,9 +2370,9 @@ function show_add_form($id = '') { } // start date and time - echo '
'; - echo '
'.get_lang('StartDate').'
-
+ echo '
'; + echo ' +
'; ?> @@ -2473,11 +2473,11 @@ function show_add_form($id = '') { // end date and time echo ''; - echo '
-
+ echo '
+
-
+ +
'; ?> @@ -2560,18 +2560,21 @@ function show_add_form($id = '') { // Repeating the calendar item if (empty($id)) { //only show repeat fields when adding, not for editing an calendar item - echo '
-
-
-
+ echo '
+ +
 '.get_lang('RepeatEvent').' '; ?> - + @@ -2639,11 +2642,11 @@ function show_add_form($id = '') { }//only show repeat fields if adding, not if editing // the main area of the agenda item: the wysiwyg editor - echo '
-
+ echo '
+
-
'; + +
'; /*require_once api_get_path(LIBRARY_PATH) . "/fckeditor/fckeditor.php"; $oFCKeditor = new FCKeditor('content') ; $oFCKeditor->Width = '100%'; @@ -2665,7 +2668,7 @@ function show_add_form($id = '') {
'.get_lang('AddedResources').'
-
'; +
'; if ($_SESSION['allow_individual_calendar']=='show') show_addresource_button('onclick="selectAll(this.form.elements[6],true)"'); else @@ -2678,9 +2681,10 @@ function show_add_form($id = '') { */ // File attachment - echo '
-
-
+ echo '
+ +
'.get_lang('Comment').'
'; @@ -2690,10 +2694,10 @@ function show_add_form($id = '') { // the submit button for storing the calendar item - echo '
-
-
-
'; + echo '
+ +
'; if(isset($_GET['id']) ) { $class='save'; $text=get_lang('ModifyEvent'); @@ -4593,13 +4597,13 @@ function display_ical_import_form() {
* '.get_lang('ICalFileImport').'
-
+
'; echo '
-
+
';