From 754ad82c54b4c2d8cb5d669bc7dc6e0a93c84be2 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Fri, 9 Oct 2015 22:14:31 -0400 Subject: [PATCH] Improve private message table --- admin/mail.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/admin/mail.php b/admin/mail.php index 2ebd87ba..e0bd296f 100644 --- a/admin/mail.php +++ b/admin/mail.php @@ -541,13 +541,15 @@ function mail_list_messages()
+ - + + ' . $pm['subject'] . ''; } $pm['name'] = isset($admins[$pm[$hesk_settings['mailtmp']['other']]]) ? '' . $admins[$pm[$hesk_settings['mailtmp']['other']]] . '' : (($pm['from'] == 9999) ? 'HESK.com' : $hesklang['e_udel']); - $pm['dt'] = hesk_dateToString($pm['dt'], 0, 0, 0, true); - - echo << - - - - - - -EOC; + $pm['dt'] = hesk_dateToString($pm['dt'], 0, 0, 0, true) + ?> + + + + + + +
 $pm[subject]$pm[name]$pm[dt]