Subversion Repositories wpShopGermany4

Rev

Rev 7002 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
7002 daniel 1
<?php
7180 daniel 2
 
3
	/**
4
	 * Template für die Integration des Produktuploads in die Bestellverwaltung Reiter "Bestelldaten"
5
	 */
6
 
7
	$view = $this->view['wpsg_mod_orderupload'];
7002 daniel 8
 
9
?>
10
<tr class="wpsg_<?php echo (($view['i'] == 0)?'odd':'even'); ?>">
7180 daniel 11
	<td><?php echo __('Produktuploads', 'wpsg'); ?>:</td>
12
	<td align="left" colspan="<?php echo ((sizeof($this->view['arCalculation']['tax']) > 1 || $this->get_option('wpsg_showMwstAlways') == '1')?'4':'3'); ?>">
13
		<label>
14
			<?php echo implode(', ', $view['arFileDownloadLinks']); ?>
15
		</label>
16
	</td>
7002 daniel 17
</tr>