1067 |
daniel |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
/**
|
|
|
4 |
* Template für die Registrierung während des Checkouts
|
4007 |
thomas |
5 |
* wird von checkout.phtml eingebunden
|
1067 |
daniel |
6 |
*/
|
|
|
7 |
|
|
|
8 |
?>
|
1131 |
daniel |
9 |
<div class="wpsg_checkoutblock">
|
|
|
10 |
<label for="wpsg_mod_kundenverwaltung_pwd1"><?php echo __("Passwort", "wpsg"); ?>
|
|
|
11 |
<?php if ($this->get_option('wpsg_mod_kundenverwaltung_showCheckoutRegisterzwand') == '1') { ?><span class="wpsg_required">*</span><?php } ?>:
|
|
|
12 |
</label>
|
3444 |
daniel |
13 |
<input class="wpsg_checkout <?php echo (($this->get_option('wpsg_mod_kundenverwaltung_showCheckoutRegisterzwand') == '1')?'validate[required]':''); ?> <?php echo ((in_array("mod_kundenverwaltung_pwd1", (array)$this->view['error']))?'wpsg_error':''); ?>" type="password" id="mod_kundenverwaltung_pwd1" name="wpsg[mod_kundenverwaltung][pwd1]" value="" />
|
1131 |
daniel |
14 |
</div>
|
|
|
15 |
|
|
|
16 |
<div class="wpsg_checkoutblock">
|
|
|
17 |
<label for="wpsg_mod_kundenverwaltung_pwd2"><?php echo __("Passwort wiederholen", "wpsg"); ?>
|
|
|
18 |
<?php if ($this->get_option('wpsg_mod_kundenverwaltung_showCheckoutRegisterzwand') == '1') { ?><span class="wpsg_required">*</span><?php } ?>:
|
|
|
19 |
</label>
|
3444 |
daniel |
20 |
<input class="wpsg_checkout <?php echo (($this->get_option('wpsg_mod_kundenverwaltung_showCheckoutRegisterzwand') == '1')?'validate[required]':''); ?> <?php echo ((in_array("mod_kundenverwaltung_pwd2", (array)$this->view['error']))?'wpsg_error':''); ?>" type="password" id="wpsg_mod_kundenverwaltung_pwd2" name="wpsg[mod_kundenverwaltung][pwd2]" value="" />
|
2791 |
daniel |
21 |
</div>
|
|
|
22 |
|
|
|
23 |
<div class="wpsg_clear"></div>
|