mirror of
https://github.com/e107inc/e107.git
synced 2025-08-23 06:33:22 +02:00
fixes #3384 added read/unread status to outbox
update pm-unread css class to show a thick border on the left side. The color for this border may be defined in the theme (default: black)
This commit is contained in:
@@ -185,7 +185,7 @@ $PM_TEMPLATE['outbox']['start'] = "
|
||||
|
||||
//$PM_OUTBOX_TABLE = "
|
||||
$PM_TEMPLATE['outbox']['item'] = "
|
||||
<tr>
|
||||
<tr class='{PM_STATUS_CLASS}'>
|
||||
<td class='forumheader3'>{PM_SELECT}</td>
|
||||
<td class='forumheader3'>{PM_ATTACHMENT_ICON}</td>
|
||||
<td class='forumheader3'>{PM_SUBJECT=link,outbox}</td>
|
||||
|
Reference in New Issue
Block a user