Subversion Repositories wpShopGermany4

Rev

Rev 7002 | 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><?php echo __('Produktuploads', 'wpsg'); ?>:</td>
        <td align="left" colspan="<?php echo ((sizeof($this->view['arCalculation']['tax']) > 1 || $this->get_option('wpsg_showMwstAlways') == '1')?'4':'3'); ?>">
                <label>
                        <?php echo implode(', ', $view['arFileDownloadLinks']); ?>
                </label>
        </td>
</tr>