Ejemplo n.º 1
0
    ?>
                                </td>
                            </tr>
                            <?php 
}
?>
                    </tbody>
                </table>
                <?php 
echo $send_members_pagination['links'];
?>
                </div>
                    
                <?php 
// show any probmeatic ones here (blocked due to bounce limit reached, or unsubscribed, or wont receive again due to previous receive.
$problem_members = module_newsletter::get_problem_members($send_id);
if (mysql_num_rows($problem_members) > 0) {
    print_heading(array('type' => 'h3', 'title' => _l('Will not send to %s recipients', mysql_num_rows($problem_members))));
    $problem_members_pagination = process_pagination($problem_members);
    //echo $problem_members_pagination['summary'];
    ?>
                <div class="content_box_wheader">
                <table class="tableclass tableclass_rows tableclass_full">
                    <thead>
                    <tr>
                        <th><?php 
    _e('Company Name');
    ?>
</th>
                        <th><?php 
    _e('Name');