コード例 #1
0
    echo '<li><a href="#' . $key . '_mails" class="' . $cls . '">' . $type . '</a>';
    if ($i < $num) {
        echo '|';
    }
    echo '</li>';
}
?>
    <?php 
do_action('fue_email_types_sub');
?>
</ul>
<br class="clear">

<?php 
foreach ($types as $key => $type) {
    $mails = FUE::get_emails($key);
    $bcc = isset($bccs[$key]) ? $bccs[$key] : '';
    // Manual Emails
    if ($key == 'manual') {
        ?>
        <div class="section" id="manual_mails" style="display:none;">
        <h3><?php 
        _e('Manual Emails', 'follow_up_emails');
        ?>
</h3>

        <p class="description">Manual emails allow you to create email templates for you and your team to utilize when you need to send emails immediately to customers or prospective customers. Creating a manual email will allow you to reduce manual entry and duplication when you send emails from your email client, and keep emails consistent. Below are the existing Manual emails set up for your store.</p><br />

        <p>
            <?php 
        _e('Send a copy of all emails of this type to:', 'follow_up_emails');