Line 196... |
Line 196... |
196 |
<?php if ($this->view['pflicht']['email'] != '2') { ?>
|
196 |
<?php if ($this->view['pflicht']['email'] != '2') { ?>
|
197 |
<div class="wpsg_checkoutblock">
|
197 |
<div class="wpsg_checkoutblock">
|
198 |
<label for="email" class="wpsg_register"><?php echo __("E-Mail Adresse", "wpsg"); ?>
|
198 |
<label for="email" class="wpsg_register"><?php echo __("E-Mail Adresse", "wpsg"); ?>
|
199 |
<?php if ($this->view['pflicht']['email'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>:
|
199 |
<?php if ($this->view['pflicht']['email'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>:
|
200 |
</label>
|
200 |
</label>
|
201 |
<input class="wpsg_input_text <?php echo (($this->view['pflicht']['email'] != '1')?'validate[required]':''); ?> wpsg_register <?php echo ((in_array("email", (array)$this->view['error']))?'wpsg_error':''); ?>" type="email" id="email" name="wpsg[register][email]" value="<?php echo htmlspecialchars(wpsg_getStr($this->view['data']['email'])); ?>" />
|
201 |
<input
|
- |
|
202 |
class="wpsg_input_text <?php echo (($this->view['pflicht']['email'] != '1')?'validate[required]':''); ?> wpsg_register <?php echo ((in_array("email", (array)$this->view['error']))?'wpsg_error':''); ?>"
|
- |
|
203 |
type="email" id="email"
|
- |
|
204 |
name="wpsg[register][email]"
|
- |
|
205 |
value="<?php echo htmlspecialchars(wpsg_getStr($this->view['data']['email'])); ?>"
|
- |
|
206 |
autocomplete="off"
|
- |
|
207 |
/>
|
202 |
</div>
|
208 |
</div>
|
203 |
<?php } ?>
|
209 |
<?php } ?>
|
204 |
|
210 |
|
205 |
<?php if ($this->view['pflicht']['email'] != '2') { ?>
|
211 |
<?php if ($this->view['pflicht']['email'] != '2') { ?>
|
206 |
<div class="wpsg_checkoutblock">
|
212 |
<div class="wpsg_checkoutblock">
|
207 |
<label for="email2" class="wpsg_register"><?php echo __("E-Mail Adresse (Wiederholung)", "wpsg"); ?>
|
213 |
<label for="email2" class="wpsg_register"><?php echo __("E-Mail Adresse (Wiederholung)", "wpsg"); ?>
|
208 |
<?php if ($this->view['pflicht']['email'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>:
|
214 |
<?php if ($this->view['pflicht']['email'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>:
|
209 |
</label>
|
215 |
</label>
|
210 |
<input class="wpsg_input_text <?php echo (($this->view['pflicht']['email'] != '1')?'validate[required]':''); ?> wpsg_checkout <?php echo ((in_array("email", (array)$this->view['error']))?'wpsg_error':''); ?>" type="email" id="email2" name="wpsg[register][email2]" value="<?php echo htmlspecialchars(wpsg_getStr($this->view['data']['register']['email2'])); ?>" />
|
216 |
<input
|
- |
|
217 |
class="wpsg_input_text <?php echo (($this->view['pflicht']['email'] != '1')?'validate[required]':''); ?> wpsg_checkout <?php echo ((in_array("email", (array)$this->view['error']))?'wpsg_error':''); ?>"
|
- |
|
218 |
type="email"
|
- |
|
219 |
id="email2"
|
- |
|
220 |
name="wpsg[register][email2]"
|
- |
|
221 |
value="<?php echo htmlspecialchars(wpsg_getStr($this->view['data']['register']['email2'])); ?>"
|
- |
|
222 |
autocomplete="off"
|
- |
|
223 |
/>
|
211 |
</div>
|
224 |
</div>
|
212 |
<?php } ?>
|
225 |
<?php } ?>
|
213 |
|
226 |
|
214 |
<div class="wpsg_checkoutblock">
|
227 |
<div class="wpsg_checkoutblock">
|
215 |
<label for="pwd1" class="wpsg_register"><?php echo __("Passwort", "wpsg"); ?>
|
228 |
<label for="pwd1" class="wpsg_register"><?php echo __("Passwort", "wpsg"); ?>
|
216 |
<?php if (wpsg_getStr($this->view['pflicht']['pwd1']) != '1') { ?><span class="wpsg_required">*</span><?php } ?>:
|
229 |
<?php if (wpsg_getStr($this->view['pflicht']['pwd1']) != '1') { ?><span class="wpsg_required">*</span><?php } ?>:
|
217 |
</label>
|
230 |
</label>
|
218 |
<input class="<?php echo ((wpsg_getStr($this->view['pflicht']['pwd1']) != '1')?'validate[required]':''); ?> wpsg_register <?php echo ((in_array("mod_kundenverwaltung_pwd1", (array)$this->view['error']))?'wpsg_error':''); ?>" type="password" id="pwd1" name="wpsg[register][register_pwd1]" value="" /><span id="wpsg_checkoutblock_password_result"></span>
|
231 |
<input
|
- |
|
232 |
class="<?php echo ((wpsg_getStr($this->view['pflicht']['pwd1']) != '1')?'validate[required]':''); ?> wpsg_register <?php echo ((in_array("mod_kundenverwaltung_pwd1", (array)$this->view['error']))?'wpsg_error':''); ?>"
|
- |
|
233 |
type="password"
|
- |
|
234 |
id="pwd1"
|
- |
|
235 |
name="wpsg[register][register_pwd1]"
|
- |
|
236 |
autocomplete="off"
|
- |
|
237 |
value=""
|
- |
|
238 |
/><span id="wpsg_checkoutblock_password_result"></span>
|
219 |
</div>
|
239 |
</div>
|
220 |
|
240 |
|
221 |
<div class="wpsg_checkoutblock">
|
241 |
<div class="wpsg_checkoutblock">
|
222 |
<label for="pwd2" class="wpsg_register"><?php echo __("Passwort (Wiederholung)", "wpsg"); ?>
|
242 |
<label for="pwd2" class="wpsg_register"><?php echo __("Passwort (Wiederholung)", "wpsg"); ?>
|
223 |
<?php if (wpsg_getStr($this->view['pflicht']['pwd2']) != '1') { ?><span class="wpsg_required">*</span><?php } ?>:
|
243 |
<?php if (wpsg_getStr($this->view['pflicht']['pwd2']) != '1') { ?><span class="wpsg_required">*</span><?php } ?>:
|
224 |
</label>
|
244 |
</label>
|
225 |
<input class="<?php echo ((wpsg_getStr($this->view['pflicht']['pwd2']) != '1')?'validate[required]':''); ?> wpsg_register <?php echo ((in_array("mod_kundenverwaltung_pwd2", (array)$this->view['error']))?'wpsg_error':''); ?>" type="password" id="pwd2" name="wpsg[register][register_pwd2]" value="" />
|
245 |
<input
|
- |
|
246 |
class="<?php echo ((wpsg_getStr($this->view['pflicht']['pwd2']) != '1')?'validate[required]':''); ?> wpsg_register <?php echo ((in_array("mod_kundenverwaltung_pwd2", (array)$this->view['error']))?'wpsg_error':''); ?>"
|
- |
|
247 |
type="password"
|
- |
|
248 |
id="pwd2"
|
- |
|
249 |
name="wpsg[register][register_pwd2]"
|
- |
|
250 |
value=""
|
- |
|
251 |
autocomplete="off"
|
- |
|
252 |
/>
|
226 |
</div>
|
253 |
</div>
|
227 |
|
254 |
|
228 |
<div id="wpsg_pwd_info">
|
255 |
<div id="wpsg_pwd_info">
|
229 |
<h4><?php echo __('Passwort sollte folgende Regeln befolgen:','wpsg') ?></h4>
|
256 |
<h4><?php echo __('Passwort sollte folgende Regeln befolgen:','wpsg') ?></h4>
|
230 |
<ul>
|
257 |
<ul>
|