Example #1
0
                    </tr>
                </table>
            </div>


            <div id="tabs-c">
                <table class="form-table">

                    <tr valign="top">
                        <th><?php 
_e('Gender', 'newsletter');
?>
</th>
                        <td>
                            <?php 
$controls->checkboxes_group('sex', array('f' => 'Women', 'm' => 'Men', 'n' => 'Not specified'));
?>
                            <div class="hints">
                                Leaving all gender options unselected disable this filter.
                            </div>
                        </td>
                    </tr>
                    <tr valign="top">
                        <th><?php 
_e('Subscriber preferences', 'newsletter');
?>
</th>
                        <td>
                            Subscribers with
                            <?php 
$controls->select('preferences_status_operator', array(0 => 'at least one preference', 1 => 'all preferences'));