Subversion Repositories wpShopGermany4

Rev

Rev 7002 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7002 Rev 7180
Line 1... Line 1...
1
<?php
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'];
2
 
8
 
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
?>
9
?>
10
<tr class="wpsg_<?php echo (($view['i'] == 0)?'odd':'even'); ?>">
10
<tr class="wpsg_<?php echo (($view['i'] == 0)?'odd':'even'); ?>">
-
 
11
	<td><?php echo __('Produktuploads', 'wpsg'); ?>:</td>
11
    <td align="left" colspan="<?php echo ((sizeof($this->view['basket']['mwst']) > 1 || $this->get_option('wpsg_showMwstAlways') == '1')?'5':'4'); ?>">
12
	<td align="left" colspan="<?php echo ((sizeof($this->view['arCalculation']['tax']) > 1 || $this->get_option('wpsg_showMwstAlways') == '1')?'4':'3'); ?>">
12
        <label>
13
		<label>
13
            <?php echo wpsg_translate(__('Produktuploads: #1#', 'wpsg'), implode(', ', $view['arFileDownloadLinks'])); ?>
14
			<?php echo implode(', ', $view['arFileDownloadLinks']); ?>
14
        </label>
15
		</label>
15
    </td>
16
	</td>
16
</tr>
17
</tr>
17
18