Subversion Repositories wpShopGermany4

Rev

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

Rev Author Line No. Line
6942 thomas 1
<?php
2
 
3
	/**
4
	 * Template für die Anzeige der Upload pro Produkt im Warenkorb
5
	 */
6
 
7
?>
7002 daniel 8
<div class="product_info product_upload">
6942 thomas 9
 
7002 daniel 10
	<?php echo __('Upload zum Produkt', 'wpsg'); ?>:
6942 thomas 11
 
7002 daniel 12
	<div id="wpsg_mod_orderupload_<?php echo $this->view['wpsg_mod_orderupload']['product_index']; ?>_target" class="wpsg_mod_orderupload_target">
13
 
14
		<?php echo $this->view['wpsg_mod_orderupload']['strHTMLTarget']; ?>
6942 thomas 15
 
16
	</div>
7002 daniel 17
 
6942 thomas 18
</div>