Subversion Repositories wpShopGermany4

Rev

Rev 7057 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
7057 thomas 1
<?php
2
 
7058 daniel 3
/**
4
 * Template für die Einstellungen des Satollo Newsletter Moduls
5
 */
7057 thomas 6
 
7
?>
8
<?php if ($this->view['plugin_active'] !== true) { ?>
9
 
7058 daniel 10
    <div class="wpsg_error"><br /><?php echo __('Das Modul ist nur mit aktiviertem Satollo Newsletter Plugin funktionsfaehig.', 'wpsg'); ?><br /></div>
7057 thomas 11
 
12
<?php } else { ?>
13
 
7058 daniel 14
    <?php echo wpsg_drawForm_Select('wpsg_mod_nlsatolo_doubleoptin', __('Double Opt-In', 'wpsg'), array('0' => __('Nein', 'wpsg'), '1' => __('Ja', 'wpsg')), $this->get_option('wpsg_mod_nlsatolo_doubleoptin'), array('help' => 'wpsg_mod_nlsatolo_doubleoptin')); ?>
7057 thomas 15
 
7058 daniel 16
    <?php /* Listen werden im Satolo-Newsletter-Plugin unter Subscribers > Listen erstellen > Listen angelegt*/ ?>
17
    <?php echo wpsg_drawForm_Select('wpsg_mod_nlsatolo_group', __('Gruppezuordnung nach Registrierung', 'wpsg'), $this->view['arLists'], $this->get_option('wpsg_mod_nlsatolo_group'), array('help' => 'wpsg_mod_nlsatolo_group')); ?>
18
 
7057 thomas 19
<?php } ?>