Subversion Repositories wpShopGermany4

Rev

Rev 5517 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?php

        /**
         * Template für die Einstellungen des Moduls "SOFORT Ident"
         */

?>

<?php echo wpsg_drawForm_Input('wpsg_mod_si_user_id', __('Kundennummer bei SOFORT Ident', 'wspg'), $this->get_option('wpsg_mod_si_user_id'), array('help' => 'wpsg_mod_si_user_id')); ?>
<?php echo wpsg_drawForm_Input('wpsg_mod_si_project_id', __('Projektnummer bei SOFORT Ident', 'wspg'), $this->get_option('wpsg_mod_si_project_id'), array('help' => 'wpsg_mod_si_project_id')); ?>

<br />

<?php echo wpsg_drawForm_Input('wpsg_mod_si_project_pwd', __('Projektpasswort', 'wpsg'), $this->get_option('wpsg_mod_si_project_pwd'), array('help' => 'wpsg_mod_si_project_pwd')); ?>
<?php echo wpsg_drawForm_Select('wpsg_mod_si_hashalgo', __('HASH Algorithmus', 'wpsg'), array(
        wpsg_mod_si::HASH_MD5 => __('MD5', 'wpsg'),
        wpsg_mod_si::HASH_SHA1 => __('SHA1', 'wpsg'),
        wpsg_mod_si::HASH_SHA256 => __('SHA256', 'wpsg'),
        wpsg_mod_si::HASH_SHA512 => __('SHA512', 'wpsg'),
), $this->get_option('wpsg_mod_si_hashalgo'), array('help' => 'wpsg_mod_si_hashalgo')); ?>

<br />

<?php echo wpsg_drawForm_Input('wpsg_mod_si_minAge', __('Mindestalter (Produktvorgabe)', 'wpsg'), $this->get_option('wpsg_mod_si_minAge'), array('help' => 'wpsg_mod_si_minAge')); ?>

<br />

<?php echo wpsg_drawForm_Input('', __('Rücksprung-URL', 'wpsg'), $this->view['wpsg_mod_si']['returnURL'], array('readonly' => true, 'help' => 'wpsg_mod_si_returnURL')); ?>

<br /> 

<?php echo wpsg_drawForm_Checkbox('wpsg_mod_si_country', __('Prüfung für Ausland deaktivieren', 'wpsg'), $this->get_option('wpsg_mod_si_country'), array('help' => 'wpsg_mod_si_country')); ?>