Beispiel #1
0
<?$usersSender = mailer::getUsersSender();?>
<form method="GET" id="filter_form">
    <input type="hidden" name="act" value="filter">
    <input type="hidden" name="sort" value="<?php 
echo $filter['sort'];
?>
">
    <div class="b-ext-filter b-ext-filter_margbot_15">
        <div class="b-ext-filter__inner">
            <div class="b-ext-filter__body">
                <table class="b-layout__table b-layout__table_width_full b-layout__table_margbot_15" border="0" cellpadding="0" cellspacing="0">
                    <tr>
                        <td class="b-layout__left b-layout__left_width_90">
                            <div class="b-layout__txt b-layout__txt_padtop_2 b-layout__txt_fontsize_11">Получатели</div>
                        </td>
                        <td class="b-layout__one b-layout__one_width_130">
                            <div class="b-check b-check_padtop_3">
                                <input id="b-check1" class="b-check__input" name="frl" type="checkbox" value="1" <?php 
echo $filter['frl'] ? 'checked' : '';
?>
/>
                                <label for="b-check1" class="b-check__label">Фрилансеры</label>
                            </div>
                        </td>
                        <td class="b-layout__one b-layout__one_width_170">
                            <div class="b-check b-check_padtop_3">
                                <input id="b-check2" class="b-check__input" name="emp" type="checkbox" value="1" <?php 
echo $filter['emp'] ? 'checked' : '';
?>
/>