Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
7002 |
daniel |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
/**
|
|
|
4 |
* Template für die Integration des Produktuploads in die Bestellverwaltung Reiter "Bestelldaten"
|
|
|
5 |
*/
|
|
|
6 |
|
|
|
7 |
$view = $this->view['wpsg_mod_orderupload'];
|
|
|
8 |
|
|
|
9 |
?>
|
|
|
10 |
<tr class="wpsg_<?php echo (($view['i'] == 0)?'odd':'even'); ?>">
|
|
|
11 |
<td align="left" colspan="<?php echo ((sizeof($this->view['basket']['mwst']) > 1 || $this->get_option('wpsg_showMwstAlways') == '1')?'5':'4'); ?>">
|
|
|
12 |
<label>
|
|
|
13 |
<?php echo wpsg_translate(__('Produktuploads: #1#', 'wpsg'), implode(', ', $view['arFileDownloadLinks'])); ?>
|
|
|
14 |
</label>
|
|
|
15 |
</td>
|
|
|
16 |
</tr>
|