Code: Select all
<p class="small"><a href="#" onclick="marklist('acp_board', 'mark-', true);">{L_MARK_ALL}</a> • <a href="#" onclick="marklist('acp_board', 'user-', false);">{L_UNMARK_ALL}</a></p>
and should be:
Code: Select all
<p class="small"><a href="#" onclick="marklist('acp_board', 'mark-', true);">{L_MARK_ALL}</a> • <a href="#" onclick="marklist('acp_board', 'mark-', false);">{L_UNMARK_ALL}</a></p>
Basically, when in Edit Subscribers without the fix than the Unmark link won't uncheck the checkboxes.