Subversion Repositories wpShopGermany4

Rev

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

Rev 6142 Rev 7440
Line 16... Line 16...
16
				type="text" name="wpsg_mod_creditcard[typ]" 
16
				type="text" name="wpsg_mod_creditcard[typ]" 
17
				value="<?php echo wpsg_hspc($this->view['wpsg_mod_creditcard']['typ']); ?>" />
17
				value="<?php echo wpsg_hspc($this->view['wpsg_mod_creditcard']['typ']); ?>" />
18
			-->
18
			-->
19
			<select name="wpsg_mod_creditcard[typ]" id="wpsg_mod_creditcard_typ" 
19
			<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':''); ?>" >
20
			class="<?php echo ((in_array('mod_creditcard_typ', (array)$this->view['error']))?'wpsg_error':''); ?>" >
21
				<option value="VISA" selected="selected">VISA</option>
21
				<option value="VISA" <?php echo (($this->view['wpsg_mod_creditcard']['typ'] === 'VISA')?'selected="selected"':''); ?>>VISA</option>
22
				<option value="MasterCard" >MasterCard</option>
22
				<option value="MasterCard" <?php echo (($this->view['wpsg_mod_creditcard']['typ'] === 'MasterCard')?'selected="selected"':''); ?>>MasterCard</option>
23
			</select>
23
			</select>
24
			
24
			
25
		</label>
25
		</label>
26
	</div>
26
	</div>
27
	<div class="wpsg_clear"></div>
27
	<div class="wpsg_clear"></div>