Ejemplo n.º 1
0
}
?>

                <p align="center">
                    <input type="button" name="cancel" value="<?php 
_e('Back / Cancel');
?>
" class="submit_button" onclick="window.location.href='<?php 
echo module_newsletter::link_send($newsletter_id);
?>
';">
                    <input type="button" name="cancel" value="<?php 
_e('Add More Recipients');
?>
" class="submit_button" onclick="window.location.href='<?php 
echo module_newsletter::link_send($newsletter_id, false, $send_id);
?>
';">
                    <?php 
if ($recipient_count > 0) {
    ?>
                        <input type="submit" name="send" value="<?php 
    _e('Queue Newsletter for Sending');
    ?>
" class="save_button submit_button">
                    <?php 
}
?>
                </p>
            </form>