Line 129... |
Line 129... |
129 |
});
|
129 |
});
|
130 |
|
130 |
|
131 |
<?php /* Copy&Paste für das Eingabefeld "E-Mail-Wiederholung sperren */ ?>
|
131 |
<?php /* Copy&Paste für das Eingabefeld "E-Mail-Wiederholung sperren */ ?>
|
132 |
window.onload = function() {
|
132 |
window.onload = function() {
|
133 |
|
133 |
|
134 |
const email2 = document.getElementById('email2');
|
134 |
var email2 = document.getElementById('email2');
|
135 |
|
135 |
|
136 |
email2.onpaste = function(e) {
|
136 |
email2.onpaste = function(e) {
|
137 |
|
137 |
|
138 |
e.preventDefault();
|
138 |
e.preventDefault();
|
139 |
|
139 |
|
Line 257... |
Line 257... |
257 |
<input class="wpsg_input_text <?php echo (($this->view['pflicht']['tel'] != '1')?'validate[required]':''); ?> wpsg_register <?php echo ((in_array("tel", (array)$this->view['error']))?'wpsg_error':''); ?>" type="tel" id="tel" name="wpsg[register][tel]" value="<?php echo htmlspecialchars(wpsg_getStr($this->view['data']['tel'])); ?>" />
|
257 |
<input class="wpsg_input_text <?php echo (($this->view['pflicht']['tel'] != '1')?'validate[required]':''); ?> wpsg_register <?php echo ((in_array("tel", (array)$this->view['error']))?'wpsg_error':''); ?>" type="tel" id="tel" name="wpsg[register][tel]" value="<?php echo htmlspecialchars(wpsg_getStr($this->view['data']['tel'])); ?>" />
|
258 |
</div>
|
258 |
</div>
|
259 |
<?php } ?>
|
259 |
<?php } ?>
|
260 |
|
260 |
|
261 |
<?php if ($this->view['pflicht']['strasse'] != '2') { ?>
|
261 |
<?php if ($this->view['pflicht']['strasse'] != '2') { ?>
|
- |
|
262 |
|
- |
|
263 |
<?php if ($this->view['pflicht']['wpsg_showNr'] === '1') { ?>
|
- |
|
264 |
|
- |
|
265 |
<div class="wpsg_checkoutblock" id="wpsg_streetnr">
|
- |
|
266 |
<label for="strasse" class="street wpsg_checkout"><?php echo __('Straße:', 'wspg'); ?>
|
- |
|
267 |
<?php if ($this->view['pflicht']['strasse'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>
|
262 |
<div class="wpsg_checkoutblock">
|
268 |
<input class="<?php echo (($this->view['pflicht']['strasse'] != '1')?'validate[required]':''); ?> wpsg_checkout <?php echo ((in_array("strasse", (array)$this->view['error']))?'wpsg_error':''); ?>" type="text" id="strasse" name="wpsg[register][strasse]" value="<?php echo htmlspecialchars(wpsg_getStr($this->view['data']['strasse'])); ?>" />
|
- |
|
269 |
</label>
|
- |
|
270 |
<label for="nr" class="nr wpsg_checkout"><?php echo __('Nr:', 'wpsg'); ?>
|
- |
|
271 |
<?php if ($this->view['pflicht']['strasse'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>
|
263 |
<label for="strasse" class="wpsg_register"><?php echo __("Straße Nr.", "wpsg"); ?>
|
272 |
<input class="<?php echo (($this->view['pflicht']['strasse'] != '1')?'validate[required]':''); ?> wpsg_checkout <?php echo ((in_array("nr", (array)$this->view['error']))?'wpsg_error':''); ?>" type="text" id="nr" name="wpsg[register][nr]" value="<?php echo htmlspecialchars(wpsg_getStr($this->view['data']['nr'])); ?>" />
|
- |
|
273 |
</label>
|
- |
|
274 |
</div>
|
- |
|
275 |
|
- |
|
276 |
<?php } else { ?>
|
- |
|
277 |
|
- |
|
278 |
<div class="wpsg_checkoutblock">
|
- |
|
279 |
<label for="strasse" class="wpsg_register"><?php echo __("Straße Nr.", "wpsg"); ?>
|
264 |
<?php if ($this->view['pflicht']['strasse'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>:
|
280 |
<?php if ($this->view['pflicht']['strasse'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>:
|
265 |
</label>
|
281 |
</label>
|
266 |
<input class="<?php echo (($this->view['pflicht']['strasse'] != '1')?'validate[required]':''); ?> wpsg_register <?php echo ((in_array("strasse", (array)$this->view['error']))?'wpsg_error':''); ?>" type="text" id="strasse" name="wpsg[register][strasse]" value="<?php echo htmlspecialchars(wpsg_getStr($this->view['data']['strasse'])); ?>" />
|
282 |
<input class="<?php echo (($this->view['pflicht']['strasse'] != '1')?'validate[required]':''); ?> wpsg_register <?php echo ((in_array("strasse", (array)$this->view['error']))?'wpsg_error':''); ?>" type="text" id="strasse" name="wpsg[register][strasse]" value="<?php echo htmlspecialchars(wpsg_getStr($this->view['data']['strasse'])); ?>" />
|
267 |
</div>
|
283 |
</div>
|
- |
|
284 |
|
- |
|
285 |
<?php } ?>
|
- |
|
286 |
|
268 |
<?php } ?>
|
287 |
<?php } ?>
|
269 |
|
288 |
|
270 |
<?php if ($this->view['pflicht']['plz'] != '2') { ?>
|
289 |
<?php if ($this->view['pflicht']['plz'] != '2') { ?>
|
271 |
<div class="wpsg_checkoutblock">
|
290 |
<div class="wpsg_checkoutblock">
|
272 |
<label for="plz" class="wpsg_register"><?php echo __("Postleitzahl", "wpsg"); ?>
|
291 |
<label for="plz" class="wpsg_register"><?php echo __("Postleitzahl", "wpsg"); ?>
|