Subversion Repositories wpShopGermany4

Rev

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

Rev Author Line No. Line
2595 daniel 1
<?php
2
 
3
	/**
6332 hartmut 4
	 * Template für die Anzeige der Abo-Verlängerung im Overview
2595 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 __("Abo Verlängerung", "wpsg"); ?>
12
	</div>
13
	<div class="valuel">
14
		<?php echo wpsg_translate(__('Verlängerung zu Bestellung #1# (#2# Tage)', 'wpsg'), $this->view['wpsg_mod_abo']['order']['onr'], $this->view['wpsg_mod_abo']['wpsg_mod_abo_durration_menge']); ?>
15
	</div>
16
	<div class="dummyr">
17
		<?php echo __('&nbsp;'); ?>
18
	</div>
19
 
20
</div>