Line 4... |
Line 4... |
4 |
* Template für die Einstellungen des Moduls "SOFORT Ident"
|
4 |
* Template für die Einstellungen des Moduls "SOFORT Ident"
|
5 |
*/
|
5 |
*/
|
6 |
|
6 |
|
7 |
?>
|
7 |
?>
|
8 |
|
8 |
|
9 |
<?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')); ?>
|
9 |
<?php echo wpsg_drawForm_Input('wpsg_mod_si_user_id', __('Kundennummer bei SOFORT Ident', 'wpsg'), $this->get_option('wpsg_mod_si_user_id'), array('help' => 'wpsg_mod_si_user_id')); ?>
|
10 |
<?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')); ?>
|
10 |
<?php echo wpsg_drawForm_Input('wpsg_mod_si_project_id', __('Projektnummer bei SOFORT Ident', 'wpsg'), $this->get_option('wpsg_mod_si_project_id'), array('help' => 'wpsg_mod_si_project_id')); ?>
|
11 |
|
11 |
|
12 |
<br />
|
12 |
<br />
|
13 |
|
13 |
|
14 |
<?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')); ?>
|
14 |
<?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')); ?>
|
15 |
<?php echo wpsg_drawForm_Select('wpsg_mod_si_hashalgo', __('HASH Algorithmus', 'wpsg'), array(
|
15 |
<?php echo wpsg_drawForm_Select('wpsg_mod_si_hashalgo', __('HASH Algorithmus', 'wpsg'), array(
|