|
|
|
@ -956,7 +956,10 @@ if (!$surveyid) { |
|
|
|
|
} |
|
|
|
|
//validation when belongs to a session |
|
|
|
|
$session_img = api_get_session_image($myrow['session_id'], $_user['status']); |
|
|
|
|
echo "\t\t\t\t\t\t<a style=\"text-decoration:none\" href=\"announcements.php?".api_get_cidreq()."#".$myrow['id']."\" ".$class.">" . api_trunc_str($title, $length) . "</a>\n" . $session_img; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
echo "\t\t\t\t\t\t".Display::return_icon('lp_announcement.png', api_ucfirst(format_locale_date($dateFormatLong,strtotime($myrow['end_date']))), array('align' => 'absmiddle', 'Width' => '10', 'Height' => '10'))." <a style=\"text-decoration:none\" href=\"announcements.php?".api_get_cidreq()."#".$myrow['id']."\" ".$class.">" . api_trunc_str($title, $length) . "</a>\n" . $session_img; |
|
|
|
|
echo "\t\t\t\t\t</td>\n\t\t\t\t</tr>\n"; |
|
|
|
|
} |
|
|
|
|
echo "\t\t\t</table>\n"; |
|
|
|
|