1
0
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:
Cameron 2018-08-22 18:16:57 -07:00 committed by GitHub
commit deeaf51cdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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 }

View File

@ -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>