Subversion Repositories wpShopGermany4

Rev

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

Rev 7459 Rev 7715
Line 8... Line 8...
8
<br /><br />
8
<br /><br />
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>:
-
 
14
			
13
 
15
			<input 
-
 
16
				class="<?php echo ((in_array("mod_creditcard_typ",wpsg_getArray($this->view['error'])))?'wpsg_error':''); ?>" 
14
            <?php echo __('Typ der Kreditkarte', 'wpsg'); ?><span class="wpsg_required">*</span>:
17
				type="text" name="wpsg_mod_creditcard[typ]" 
-
 
18
				value="<?php echo wpsg_hspc($this->view['wpsg_mod_creditcard']['typ']); ?>" />
-
 
19
			
15
 
20
			<select name="wpsg_mod_creditcard[typ]" id="wpsg_mod_creditcard_typ" 
16
			<select name="wpsg_mod_creditcard[typ]" id="wpsg_mod_creditcard_typ" 
21
			class="<?php echo ((in_array('mod_creditcard_typ', (array)$this->view['error']))?'wpsg_error':''); ?>" >
17
			class="<?php echo ((in_array('mod_creditcard_typ', (array)$this->view['error']))?'wpsg_error':''); ?>" >
22
				<option value="VISA" <?php echo (($this->view['wpsg_mod_creditcard']['typ'] === 'VISA')?'selected="selected"':''); ?>>VISA</option>
18
				<option value="VISA" <?php echo (($this->view['wpsg_mod_creditcard']['typ'] === 'VISA')?'selected="selected"':''); ?>>VISA</option>
23
				<option value="MasterCard" <?php echo (($this->view['wpsg_mod_creditcard']['typ'] === 'MasterCard')?'selected="selected"':''); ?>>MasterCard</option>
19
				<option value="MasterCard" <?php echo (($this->view['wpsg_mod_creditcard']['typ'] === 'MasterCard')?'selected="selected"':''); ?>>MasterCard</option>
24
			</select>
20
			</select>