Subversion Repositories wpShopGermany4

Rev

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

Rev Author Line No. Line
2595 daniel 1
<?php
2
 
3
	/**
4
	 * Template für die Anzeige der Abo Verlängerung im Warenkorb
5
	 */
6
 
7
?>
8
<tr class="wpsg_<?php echo (($this->view['i'] == 0)?'odd':'even'); ?>">
9
	<td class="wpsg_cell_number">
10
 
11
	</td>
12
	<td><?php echo __('Abo Verlängerung', 'wpsg'); ?>:</td>
13
	<td colspan="<?php echo ((sizeof($this->view['basket']['mwst']) > 1 || $this->get_option('wpsg_showMwstAlways') == '1')?'4':'3'); ?>">
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
	</td>
16
</tr>