1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 06:07:32 +02:00

Fixes #3413 Corrected PM outbox pagination in template.

This commit is contained in:
Cameron
2018-11-21 12:00:13 -08:00
parent a111b48bcd
commit 5247af0098

View File

@@ -222,7 +222,7 @@ $PM_TEMPLATE['outbox']['end'] = "
{PM_DELETE_SELECTED} {PM_DELETE_SELECTED}
</td> </td>
<td class='forumheader text-right' colspan='3'> <td class='forumheader text-right' colspan='3'>
{PM_NEXTPREV=inbox} {PM_NEXTPREV=outbox}
</td> </td>
</tr> </tr>
</tbody> </tbody>