Line 6... |
Line 6... |
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ängerung', 'wpsg'); ?>:</td>
|
9 |
<td ><?php echo __('Abo Verlängerung', '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']) > 1 || $this->get_option('wpsg_showMwstAlways') == '1')?'4':'3'); ?>">
|
11 |
<?php echo wpsg_translate(__('Verlängerung zu Bestellung <a href="#1#">#2#</a> (#3# Tage)', 'wpsg'), WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Order&action=view&edit_id='.$this->view['wpsg_mod_abo']['order']['id'], $this->view['wpsg_mod_abo']['order']['onr'], $this->view['wpsg_mod_abo']['wpsg_mod_abo_durration_menge']); ?>
|
11 |
<?php echo wpsg_translate(
|
- |
|
12 |
__('Verlängerung zu Bestellung <a href="#1#">#2#</a> (#3# Tage)', 'wpsg'),
|
- |
|
13 |
wpsg_admin_url('Order', 'view', ['edit_id' => $this->view['wpsg_mod_abo']['order']['id']]),
|
- |
|
14 |
$this->view['wpsg_mod_abo']['order']['onr'],
|
- |
|
15 |
$this->view['wpsg_mod_abo']['wpsg_mod_abo_durration_menge']
|
- |
|
16 |
); ?>
|
12 |
</td>
|
17 |
</td>
|
13 |
</tr>
|
18 |
</tr>
|
14 |
|
19 |
|