Subversion Repositories wpShopGermany4

Rev

Rev 5261 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5261 Rev 6318
Line 16... Line 16...
16
	<form method="post" action="<?php echo $this->callMod('wpsg_mod_kundenverwaltung', 'getRegisterURL'); ?>">
16
	<form method="post" action="<?php echo $this->callMod('wpsg_mod_kundenverwaltung', 'getRegisterURL'); ?>">
17
		
17
		
18
		<div class="wpsg_block">
18
		<div class="wpsg_block">
19
		
19
		
20
			<label for="wpsg_firma"><?php echo __("E-Mail", "wpsg"); ?>:</label>
20
			<label for="wpsg_firma"><?php echo __("E-Mail", "wpsg"); ?>:</label>
-
 
21
			
21
			<input class="wpsg_checkout <?php echo ((in_array("email", (array)$this->view['error']))?'wpsg_error':''); ?>" type="text" id="wpsg_email" name="wpsg[sendpwd][email]" value="<?php echo htmlspecialchars($this->view['data']['email']); ?>" />
22
			<input class="wpsg_checkout <?php echo ((in_array("email", (array)$this->view['error']))?'wpsg_error':''); ?>" type="text" id="wpsg_email" name="wpsg[sendpwd][email]" value="<?php echo htmlspecialchars(wpsg_getStr($_REQUEST['email'])); ?>" />
22
			
23
			
23
		</div>
24
		</div>
24
 
25
 
25
		<br />
26
		<br />
26
		
27