Subversion Repositories wpShopGermany4

Rev

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

Rev 7247 Rev 7316
Line 227... Line 227...
227
		<?php if ($this->view['pflicht']['strasse'] != '2') { ?>
227
		<?php if ($this->view['pflicht']['strasse'] != '2') { ?>
228
			
228
			
229
			<?php if ($this->view['pflicht']['wpsg_showNr'] === '1') { ?>
229
			<?php if ($this->view['pflicht']['wpsg_showNr'] === '1') { ?>
230
 
230
 
231
				<div class="wpsg_checkoutblock" id="wpsg_streetnr">
231
				<div class="wpsg_checkoutblock" id="wpsg_streetnr">
232
					<label for="strasse" class="street wpsg_checkout"><?php echo __('Straße:', 'wspg'); ?>
232
					<label for="strasse" class="street wpsg_checkout"><?php echo __('Straße:', 'wpsg'); ?>
233
						<?php if ($this->view['pflicht']['strasse'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>
233
						<?php if ($this->view['pflicht']['strasse'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>
234
						<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[profil][strasse]" value="<?php echo htmlspecialchars(wpsg_getStr($this->view['data']['strasse'])); ?>" />
234
						<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[profil][strasse]" value="<?php echo htmlspecialchars(wpsg_getStr($this->view['data']['strasse'])); ?>" />
235
					</label>
235
					</label>
236
					<label for="nr" class="nr wpsg_checkout"><?php echo __('Nr:', 'wpsg'); ?>
236
					<label for="nr" class="nr wpsg_checkout"><?php echo __('Nr:', 'wpsg'); ?>
237
						<?php if ($this->view['pflicht']['strasse'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>
237
						<?php if ($this->view['pflicht']['strasse'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>