Subversion Repositories wpShopGermany4

Rev

Rev 5261 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5261 Rev 7916
Line 1... Line 1...
1
<?php
1
<?php
2
 
2
 
3
	/**
3
	/**
4
	 * Integration einer Abo-Verlängerung in die Bestellansicht im Backend (Abo Produkt)
4
	 * Integration einer Abo-Verlängerung in die Bestellansicht im Backend (Abo Produkt)
5
	 */
5
	 */
-
 
6
 
6
?>
7
?>
7
<tr class="wpsg_<?php echo (($this->view['i'] == 0)?'odd':'even'); ?>">
8
<tr class="wpsg_<?php echo (($this->view['i'] == 0)?'odd':'even'); ?>">
8
	<td ><?php echo __('Abo Verlängerungen', 'wpsg'); ?>:</td>
9
	<td ><?php echo __('Abo Verlängerungen', 'wpsg'); ?>:</td>
9
	<td align="right" colspan="<?php echo ((sizeof($this->view['basket']['mwst']) > 1 || $this->get_option('wpsg_showMwstAlways') == '1')?'4':'3'); ?>">
10
	<td align="right" colspan="<?php echo ((sizeof($this->view['basket']['mwst']) > 1 || $this->get_option('wpsg_showMwstAlways') == '1')?'4':'3'); ?>">
10
		<?php if (wpsg_isSizedArray($this->view['wpsg_mod_abo']['rebuy'])) { ?>
11
		<?php if (wpsg_isSizedArray($this->view['wpsg_mod_abo']['rebuy'])) { ?>