Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?php
/**
* Template für die Integration des Produktuploads in die Bestellverwaltung Reiter "Bestelldaten"
*/
$view = $this->view['wpsg_mod_orderupload'];
?>
<tr class="wpsg_<?php echo (($view['i'] == 0)?'odd':'even'); ?>">
<td align="left" colspan="<?php echo ((sizeof($this->view['basket']['mwst']) > 1 || $this->get_option('wpsg_showMwstAlways') == '1')?'5':'4'); ?>">
<label>
<?php echo wpsg_translate(__('Produktuploads: #1#', 'wpsg'), implode(', ', $view['arFileDownloadLinks'])); ?>
</label>
</td>
</tr>