Subversion Repositories wpShopGermany4

Rev

Rev 6332 | Rev 6726 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3525 daniel 1
<?php
2
 
3
	/**
5794 thomas 4
	 * Template für die Integration der Lieferzeit in die Bestellübersichtsseite
3525 daniel 5
	 */
6
 
7
?>
6332 hartmut 8
<div class="product_info">
9
	<div
10
	<?php if ($this->view['$bPicture'] == true) { ?>class="titlep"><?php } else { ?>class="title"><?php } ?>
11
		<?php echo __("Lieferzeit", "wpsg"); ?>
12
	</div>
13
	<div class="valuel">
6575 hartmut 14
		<?php echo __($this->view['wpsg_mod_deliverytime']['deliverytime'], 'wpsg'); ?>
15
 
6332 hartmut 16
	</div>
17
	<div class="dummyr">
18
		<?php echo __('&nbsp;'); ?>
19
	</div>
20
 
21
</div>
5794 thomas 22
<?php /* Hinweistext für Verzögerung in der Lieferzeit */ ?>
6332 hartmut 23
<div class="product_info">
24
	<div class="fulll">
6575 hartmut 25
		<?php echo __($this->view['wpsg_mod_deliverytime']['delaytime'], 'wpsg'); ?>
6332 hartmut 26
 
27
	</div>
6575 hartmut 28
</div>