Subversion Repositories wpShopGermany4

Rev

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

Rev 7247 Rev 7316
Line 261... Line 261...
261
		<?php if ($this->view['pflicht']['strasse'] != '2') { ?>
261
		<?php if ($this->view['pflicht']['strasse'] != '2') { ?>
262
			
262
			
263
			<?php if ($this->view['pflicht']['wpsg_showNr'] === '1') { ?>
263
			<?php if ($this->view['pflicht']['wpsg_showNr'] === '1') { ?>
264
 
264
 
265
				<div class="wpsg_checkoutblock" id="wpsg_streetnr">
265
				<div class="wpsg_checkoutblock" id="wpsg_streetnr">
266
					<label for="strasse" class="street wpsg_checkout"><?php echo __('Straße:', 'wspg'); ?>
266
					<label for="strasse" class="street wpsg_checkout"><?php echo __('Straße:', 'wpsg'); ?>
267
						<?php if ($this->view['pflicht']['strasse'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>
267
						<?php if ($this->view['pflicht']['strasse'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>
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'])); ?>" />
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>
269
					</label>
270
					<label for="nr" class="nr wpsg_checkout"><?php echo __('Nr:', 'wpsg'); ?>
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 } ?>
271
						<?php if ($this->view['pflicht']['strasse'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>