예제 #1
0
파일: edit.php 프로젝트: taeche/SoDoEx
                        <th>Track clicks and message opening?</th>
                        <td>
                            <?php 
$controls->yesno('track');
?>
                            <div class="hints">
                                When this option is enabled, each link in the email text will be rewritten and clicks
                                on them intercepted.
                            </div>
                        </td>
                    </tr>
                    <tr valign="top">
                        <th>Send on</th>
                        <td>
                            <?php 
$controls->datetime('send_on');
?>
 (<?php 
echo date_i18n(get_option('date_format') . ' ' . get_option('time_format'));
?>
 )

                        <div class="hints">
                                Change this date to schedule this newsletter.
                            </div>
                        </td>
                    </tr>
                    <tr valign="top">
                        <th>Email status</th>
                        <td><?php 
echo $email['status'];