Line 135... |
Line 135... |
135 |
<?php if ($this->view['pflicht']['tel'] != '2') { ?>
|
135 |
<?php if ($this->view['pflicht']['tel'] != '2') { ?>
|
136 |
<?php if (strlen($this->view['data']['tel']) > 0) { ?>
|
136 |
<?php if (strlen($this->view['data']['tel']) > 0) { ?>
|
137 |
<?php echo wpsg_drawForm_Text(__('Telefon', 'wpsg'), $this->view['data']['tel'], array('text' => true)); ?>
|
137 |
<?php echo wpsg_drawForm_Text(__('Telefon', 'wpsg'), $this->view['data']['tel'], array('text' => true)); ?>
|
138 |
<?php } ?>
|
138 |
<?php } ?>
|
139 |
<?php } ?>
|
139 |
<?php } ?>
|
140 |
<?php if ($this->view['pflicht']['ustidnr'] != '2') { ?>
|
- |
|
141 |
<?php if (strlen($this->view['data']['ustidnr']) > 0) { ?>
|
- |
|
- |
|
140 |
|
- |
|
141 |
|
142 |
<?php echo wpsg_drawForm_Text(__('UStIdNr.', 'wpsg'), $this->view['data']['ustidnr'], array('text' => true)); ?>
|
142 |
<?php echo wpsg_drawForm_Text(__('UStIdNr.', 'wpsg'), $this->view['data']['ustidnr'], array('text' => true)); ?>
|
143 |
<?php } ?>
|
- |
|
144 |
<?php } ?>
|
143 |
<br />
|
- |
|
144 |
|
145 |
<?php $this->callMods('wpsg_order_view_customerdata', array(&$this->view['data']['id'])); ?>
|
145 |
<?php $this->callMods('wpsg_order_view_customerdata', array(&$this->view['data']['id'])); ?>
|
146 |
|
146 |
|
147 |
<?php echo wpsg_drawForm_TextStart(); ?>
|
147 |
<?php echo wpsg_drawForm_TextStart(); ?>
|
148 |
<?php if ($this->view['pflicht']['email'] != '2') { ?>
|
148 |
<?php if ($this->view['pflicht']['email'] != '2') { ?>
|
149 |
<a href="mailto:<?php echo $this->view['data']['email']; ?>"><?php echo $this->view['data']['email']; ?></a>
|
149 |
<a href="mailto:<?php echo $this->view['data']['email']; ?>"><?php echo $this->view['data']['email']; ?></a>
|