Subversion Repositories wpShopGermany4

Rev

Rev 5517 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5517 Rev 5541
Line 23... Line 23...
23
 
23
 
24
<?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')); ?>
24
<?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')); ?>
25
 
25
 
26
<br />
26
<br />
27
 
27
 
28
<?php echo wpsg_drawForm_Input('', __('Rücksprung-URL', 'wpsg'), $this->view['wpsg_mod_si']['returnURL'], array('readonly' => true, 'help' => 'wpsg_mod_si_returnURL')); ?>
-
 
29
28
<?php echo wpsg_drawForm_Input('', __('Rücksprung-URL', 'wpsg'), $this->view['wpsg_mod_si']['returnURL'], array('readonly' => true, 'help' => 'wpsg_mod_si_returnURL')); ?>
-
 
29
 
-
 
30
<br /> 
-
 
31
 
-
 
32
<?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')); ?>
-
 
33
30
34