diff --git a/main/announcements/announcements.php b/main/announcements/announcements.php index 9fed3d783e..6ccc2d01fa 100644 --- a/main/announcements/announcements.php +++ b/main/announcements/announcements.php @@ -1,4 +1,4 @@ -\n"; + echo "\t\t\t\t\t\t".Display::return_icon('group.gif', $alt_ug)."\n"; } // the email icon if ($myrow['email_sent'] == '1') { - echo "\t\t\t\t\t\t\"$alt_mail\"\n"; + echo "\t\t\t\t\t\t".Display::return_icon('email.gif', $alt_mail)."\n"; } echo "\t\t\t\t\t\n"; /*================================================================== @@ -1453,12 +1453,12 @@ if(!empty($error_message)) SHOW MOD/DEL/VIS FUNCTIONS =====================================================================*/ echo "", - "", + Display::return_icon('edit.gif', get_lang('Edit')), ""; if (api_is_allowed_to_edit(false,true)) echo "", - "", + Display::return_icon('delete.gif', get_lang('Delete')), ""; if ($myrow['visibility']==1) @@ -1473,7 +1473,7 @@ if(!empty($error_message)) } echo "", - "\"".$alt_visibility."\"/"; + Display::return_icon($image_visibility.'.gif', $alt_visibility).""; @@ -1483,7 +1483,7 @@ if(!empty($error_message)) { echo "", - "", + Display::return_icon('up.gif', get_lang('Up')), ""; } @@ -1492,7 +1492,7 @@ if(!empty($error_message)) { echo "", - "", + Display::return_icon('down.gif', get_lang('Down')), ""; } @@ -1504,7 +1504,7 @@ if(!empty($error_message)) $iterator ++; } // is_allowed_to_edit - echo "\"To"; + echo "".Display::return_icon('top.gif', get_lang('Top')).""; } $displayed[]=$myrow['id']; } // end while ($myrow = Database::fetch_array($result))