Line 9... |
Line 9... |
9 |
<div class="wpsg_mod_creditcard">
|
9 |
<div class="wpsg_mod_creditcard">
|
10 |
|
10 |
|
11 |
<div class="wpsg_mod_creditcard_name wpsg_mod_creditcard_field">
|
11 |
<div class="wpsg_mod_creditcard_name wpsg_mod_creditcard_field">
|
12 |
<label>
|
12 |
<label>
|
13 |
<?php echo __('Typ der Kreditkarte', 'wpsg'); ?><span class="wpsg_required">*</span>:
|
13 |
<?php echo __('Typ der Kreditkarte', 'wpsg'); ?><span class="wpsg_required">*</span>:
|
- |
|
14 |
|
14 |
<!-- <input class="<?php echo ((in_array("mod_creditcard_typ",
|
15 |
<input
|
15 |
(array)$this->view['error']))?'wpsg_error':''); ?>"
|
16 |
class="<?php echo ((in_array("mod_creditcard_typ",wpsg_getArray($this->view['error'])))?'wpsg_error':''); ?>"
|
16 |
type="text" name="wpsg_mod_creditcard[typ]"
|
17 |
type="text" name="wpsg_mod_creditcard[typ]"
|
17 |
value="<?php echo wpsg_hspc($this->view['wpsg_mod_creditcard']['typ']); ?>" />
|
18 |
value="<?php echo wpsg_hspc($this->view['wpsg_mod_creditcard']['typ']); ?>" />
|
18 |
-->
|
19 |
|
19 |
<select name="wpsg_mod_creditcard[typ]" id="wpsg_mod_creditcard_typ"
|
20 |
<select name="wpsg_mod_creditcard[typ]" id="wpsg_mod_creditcard_typ"
|
20 |
class="<?php echo ((in_array('mod_creditcard_typ', (array)$this->view['error']))?'wpsg_error':''); ?>" >
|
21 |
class="<?php echo ((in_array('mod_creditcard_typ', (array)$this->view['error']))?'wpsg_error':''); ?>" >
|
21 |
<option value="VISA" <?php echo (($this->view['wpsg_mod_creditcard']['typ'] === 'VISA')?'selected="selected"':''); ?>>VISA</option>
|
22 |
<option value="VISA" <?php echo (($this->view['wpsg_mod_creditcard']['typ'] === 'VISA')?'selected="selected"':''); ?>>VISA</option>
|
22 |
<option value="MasterCard" <?php echo (($this->view['wpsg_mod_creditcard']['typ'] === 'MasterCard')?'selected="selected"':''); ?>>MasterCard</option>
|
23 |
<option value="MasterCard" <?php echo (($this->view['wpsg_mod_creditcard']['typ'] === 'MasterCard')?'selected="selected"':''); ?>>MasterCard</option>
|
23 |
</select>
|
24 |
</select>
|