12-17-2020, 05:27 AM
Thanks for information, please update your private_messagebit
Admin CP > Template and Styles > Template Sets » FocusResponsive Templates » private_messagebit
I have updated the Focus theme with fix for this issue.
Regards
WallBB
Admin CP > Template and Styles > Template Sets » FocusResponsive Templates » private_messagebit
Code:
<tr>
<td class="trow1" width="35%" colspan="3"><img src="{$theme['imgdir']}/{$msgstatus}.png" alt="{$msgalt}" title="{$msgalt}" /> <a class="{$msgstatus}" href="private.php?action=read&pmid={$message['pmid']}">{$message['subject']}</a>{$denyreceipt}{$icon}</td>
<td align="center" class="trow2">{$tofromusername}</td>
<td class="trow1" align="right" style="white-space: nowrap"><span class="smalltext">{$senddate}</span></td>
<td class="trow2" align="center"><input type="checkbox" class="checkbox" name="check[{$message['pmid']}]" value="1" /></td>
</tr>
I have updated the Focus theme with fix for this issue.
Regards
WallBB