Subversion Repositories wpShopGermany4

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?php

    /**
    * Template für die Intergration der FlächenProdukt-Daten in die HTML Kunden- und Adminmail
    */

?>
<tr class="productrow productrow2 <?php echo ((($i % 2) == 0)?'productrow_odd':'productrow_even'); ?>">
    <td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_pos">&nbsp;</td>
    <td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_name"><?php echo __('Bemessungen', 'wpsg'); ?></td> 
        <td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_name">
                <?php if (($this->hasMod('wpsg_mod_surfaceproduct_mode')) == '1') {?>
                        <?php echo $this->view['wpsg_mod_surface']['surfaceproduct_length']; ?><?php echo $this->view['wpsg_mod_surface']['wpsg_mod_surfaceproduct_einheit']; ?> x
                        <?php echo $this->view['wpsg_mod_surface']['surfaceproduct_both']; ?><?php echo $this->view['wpsg_mod_surface']['wpsg_mod_surfaceproduct_einheit']; ?>                  
                <?php } else {?>
                        <?php echo $this->view['wpsg_mod_surface']['surfaceproduct_running_length']; ?><?php echo $this->view['wpsg_mod_surface']['wpsg_mod_surfaceproduct_einheit']; ?> x
                        <?php echo $this->view['wpsg_mod_surface']['surfaceproduct_running_both']; ?><?php echo $this->view['wpsg_mod_surface']['wpsg_mod_surfaceproduct_einheit']; ?>
                <?php } ?>
        </td>
</tr>