diff --git a/main/announcements/announcements.php b/main/announcements/announcements.php index efb5e6cd5d..204aeece21 100644 --- a/main/announcements/announcements.php +++ b/main/announcements/announcements.php @@ -1,4 +1,4 @@ - 1) { - echo "".Display::return_icon('valves_delete.gif',get_lang('AnnouncementDeleteAll')).get_lang('AnnouncementDeleteAll')."\n"; - } // if announcementNumber > 1 + echo "".Display::return_icon('valves_delete.gif',get_lang('AnnouncementDeleteAll'), array ('style' => 'width:22px; height:22px;')).get_lang('AnnouncementDeleteAll')."\n"; + } // if announcementNumber > 1 } echo ''; @@ -1085,13 +1085,15 @@ if(!empty($error_message)) $content_to_modify = sprintf(get_lang('RemindInactiveLearnersMailContent'),api_get_setting('siteName'),$since); $title_to_modify = sprintf(get_lang('RemindInactiveLearnersMailSubject'),api_get_setting('siteName')); + /* //echo ' '; + */ } else{ echo get_lang("Everybody"); } - echo ""; - echo ''.get_lang('ModifyRecipientList').''; + echo ""; + echo Display::return_icon('group.gif', get_lang('Group')).''.get_lang('ModifyRecipientList').''; echo ""; show_to_form($to); @@ -1163,18 +1165,18 @@ if(!empty($error_message)) $result_sql=api_sql_query($sql, __FILE__, __LINE__); $isocode_language=Database::result($result_sql,0,0); $oFCKeditor->Config['DefaultLanguage'] = $isocode_language; - echo $oFCKeditor->CreateHtml(); - + + echo'
'; if(empty($_SESSION['toolgroup'])){ echo ''; - echo '


'; + echo '


'; } else{ echo ''; - echo '


'; + echo '


'; } echo '
'; @@ -1406,12 +1408,12 @@ if(!empty($error_message)) // User or group icon if ($myrow['to_group_id']!== '0' and $myrow['to_group_id']!== 'NULL') { - echo "\t\t\t\t\t\t".Display::return_icon('group.gif', $alt_ug)."\n"; + echo "\t\t\t\t\t\t".Display::return_icon('group.gif', get_lang('Group'))."\n"; } // the email icon if ($myrow['email_sent'] == '1') { - echo "\t\t\t\t\t\t".Display::return_icon('email.gif', $alt_mail)."\n"; + echo "\t\t\t\t\t\t".Display::return_icon('email.gif', get_lang('Email'))."\n"; } echo "\t\t\t\t\t\n"; /*================================================================== @@ -1496,7 +1498,7 @@ if(!empty($error_message)) if ($myrow['visibility']==1) { $image_visibility="visible"; - $alt_visibility=get_lang('Invisible'); + $alt_visibility=get_lang('Hide'); } else {