Subversion Repositories wpShopGermany4

Rev

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

<?php

        /**
         * Template für die Anzeige der Abo Verlängerung im Warenkorb
         */

?>
<div class="product_info">
        <div 
        <?php if ($this->view['$bPicture'] == true) { ?>class="titlep"><?php } else { ?>class="title"><?php } ?>
                <?php echo __("Abo Verlängerung", "wpsg"); ?>
        </div>
        <div class="valuel">
                <?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']); ?>       
        </div>
        <div class="dummyr">
                <?php echo __('&nbsp;'); ?>
        </div>
        
</div>