mirror of
https://github.com/e107inc/e107.git
synced 2025-03-13 17:09:46 +01:00
Merge pull request #3388 from SimSync/fix_3384
fixes #3384 added read/unread status to outbox
This commit is contained in:
commit
deeaf51cdf
@ -1,5 +1,5 @@
|
||||
|
||||
tr.pm-unread { font-weight: bold }
|
||||
tr.pm-unread { font-weight: bold; border-left: 4px solid; }
|
||||
|
||||
.pm-show h3 { margin-top:5px }
|
||||
.pm-show h3 small { margin-top:5px }
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user