Subversion Repositories wpShopGermany4

Rev

Rev 7916 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?php

        /**
         * Integration einer Abo-Verlängerung in die Bestellansicht im Backend (Abo Produkt)
         */

?>
<tr class="wpsg_<?php echo (($this->view['i'] == 0)?'odd':'even'); ?>">
        <td ><?php echo __('Abo Verlängerungen', 'wpsg'); ?>:</td>
        <td align="right" colspan="<?php echo ((sizeof($this->view['basket']['mwst'])??0 > 1 || $this->get_option('wpsg_showMwstAlways') == '1')?'4':'3'); ?>">
                <?php if (wpsg_isSizedArray($this->view['wpsg_mod_abo']['rebuy'])) { ?>
                <?php foreach ($this->view['wpsg_mod_abo']['rebuy'] as $k => $v) { ?>
                <?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 />
                <?php } ?>
                <?php } else { ?>
                <?php echo __('Noch keine Abo Verlängerungen erworben.', 'wpsg'); ?>
                <?php } ?>
        </td>
</tr>