Subversion Repositories wpShopGermany4

Rev

Rev 7916 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7916 Rev 8229
Line 5... Line 5...
5
	 */
5
	 */
6
 
6
 
7
?>
7
?>
8
<tr class="wpsg_<?php echo (($this->view['i'] == 0)?'odd':'even'); ?>">
8
<tr class="wpsg_<?php echo (($this->view['i'] == 0)?'odd':'even'); ?>">
9
	<td ><?php echo __('Abo Verlängerungen', 'wpsg'); ?>:</td>
9
	<td ><?php echo __('Abo Verlängerungen', 'wpsg'); ?>:</td>
10
	<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'])??0 > 1 || $this->get_option('wpsg_showMwstAlways') == '1')?'4':'3'); ?>">
11
		<?php if (wpsg_isSizedArray($this->view['wpsg_mod_abo']['rebuy'])) { ?>
11
		<?php if (wpsg_isSizedArray($this->view['wpsg_mod_abo']['rebuy'])) { ?>
12
		<?php foreach ($this->view['wpsg_mod_abo']['rebuy'] as $k => $v) { ?>
12
		<?php foreach ($this->view['wpsg_mod_abo']['rebuy'] as $k => $v) { ?>
13
		<?php echo wpsg_translate(__('Mit Bestellung <a href="#1#">#2#</a> um #3# Tage verlängert.', 'wpsg'), WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Order&action=view&edit_id='.$v['o_id'], $v['order']['onr'], $v['tage']); ?><br />
13
		<?php echo wpsg_translate(__('Mit Bestellung <a href="#1#">#2#</a> um #3# Tage verlängert.', 'wpsg'), WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Order&action=view&edit_id='.$v['o_id'], $v['order']['onr'], $v['tage']); ?><br />
14
		<?php } ?>
14
		<?php } ?>
15
		<?php } else { ?>
15
		<?php } else { ?>