Line 133... |
Line 133... |
133 |
<div class="wpsg_checkoutblock">
|
133 |
<div class="wpsg_checkoutblock">
|
134 |
<label for="wpsg_title"><?php echo __('Anrede', 'wpsg'); ?>
|
134 |
<label for="wpsg_title"><?php echo __('Anrede', 'wpsg'); ?>
|
135 |
<?php if ($this->view['pflicht']['anrede'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>:</label>
|
135 |
<?php if ($this->view['pflicht']['anrede'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>:</label>
|
136 |
<select class="wpsg_checkout <?php echo ((in_array("title", (array)$this->view['error']))?'wpsg_error':''); ?>" id="wpsg_title" name="wpsg[profil][title]">
|
136 |
<select class="wpsg_checkout <?php echo ((in_array("title", (array)$this->view['error']))?'wpsg_error':''); ?>" id="wpsg_title" name="wpsg[profil][title]">
|
137 |
<option value="-1"><?php echo __('Bitte auswählen', 'wpsg'); ?></option>
|
137 |
<option value="-1"><?php echo __('Bitte auswählen', 'wpsg'); ?></option>
|
138 |
<?php foreach (explode("|", $this->view['pflicht']['anrede_auswahl']) as $t) { ?>
|
138 |
<?php $i=0; foreach (explode("|", $this->view['pflicht']['anrede_auswahl']) as $t) { ?>
|
139 |
<option value="<?php echo $t; ?>" <?php echo (($this->view['data']['title'] == $t)?'selected="selected"':''); ?>><?php echo $t; ?></option>
|
139 |
<option value="<?php echo $i; /*wpsg_hspc($t);*/ $i++; ?>" <?php echo (($this->view['data']['title'] == $t)?'selected="selected"':''); ?>><?php echo $t; ?></option>
|
140 |
<?php } ?>
|
140 |
<?php } ?>
|
141 |
</select>
|
141 |
</select>
|
142 |
</div>
|
142 |
</div>
|
143 |
|
143 |
|
144 |
<div class="wpsg_checkoutblock">
|
144 |
<div class="wpsg_checkoutblock">
|