Subversion Repositories wpShopGermany4

Rev

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

Rev 5779 Rev 5794
Line 1... Line 1...
1
<?php
1
<?php
2
 
2
 
3
 /**
3
 /**
4
  * Template für die Registrierung während des Checkouts
4
  * Template für die Registrierung während des Checkouts
5
  * wird von checkout.phtml eingebunden
5
  * wird von checkout.phtml eingebunden
6
  */
6
  */
7
 
7
 
8
?>
8
?>
9
<label for="checkout_login" style="line-height:35px; margin-top:25px; cursor:pointer;">    
9
<label for="checkout_login" style="line-height:35px; margin-top:25px; cursor:pointer;">    
10
	<?php /* display:none, bis Option aktiv */ ?>   
10
	<?php /* display:none, bis Option aktiv */ ?>   
11
  	<input <?php echo ((in_array("mod_kundenverwaltung_pwd1", (array)$this->view['error']))?'checked="checked"':''); ?> type="checkbox" id="checkout_login" value="" onclick="jQuery('#checkout_login_fields').toggle();">&nbsp;
11
  	<input <?php echo ((in_array("mod_kundenverwaltung_pwd1", (array)$this->view['error']))?'checked="checked"':''); ?> type="checkbox" id="checkout_login" value="" onclick="jQuery('#checkout_login_fields').toggle();">&nbsp;
12
 <span class="wpsg-checkbox-label">Ich möchte ein Kundenkonto anlegen.</span>
12
 <span class="wpsg-checkbox-label">Ich möchte ein Kundenkonto anlegen.</span>
13
</label>         
13
</label>         
14
 
14
 
15
<?php /* aktiv bei Registrierungszwang - aktiv bei Fehlermeldung */ ?>
15
<?php /* aktiv bei Registrierungszwang - aktiv bei Fehlermeldung */ ?>
16
<div id="checkout_login_fields" style="display:<?php echo ((in_array("mod_kundenverwaltung_pwd1", (array)$this->view['error']))?'block':'none'); ?>;">    
16
<div id="checkout_login_fields" style="display:<?php echo ((in_array("mod_kundenverwaltung_pwd1", (array)$this->view['error']))?'block':'none'); ?>;">    
17
 <div class="wpsg_checkoutblock">
17
 <div class="wpsg_checkoutblock">