Subversion Repositories wpShopGermany4

Rev

Rev 7173 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2975 daniel 1
<?php
2
 
3
	/**
4
	 * Template für die Produktauswahl innerhalb der Bestellansicht
5
	 */
6
 
7
?>
8
<tr class="wpsg_<?php echo (($this->view['wpsg_mod_deliverynote']['i'] == 0)?'odd':'even'); ?>">
7173 daniel 9
	<td align="left" colspan="<?php echo ((sizeof($this->view['arCalculation']['tax']) > 1 || $this->get_option('wpsg_showMwstAlways') == '1')?'5':'4'); ?>">
10
		<label style="font-weight:normal; display:flex; flex-direction:row; margin-bottom:0px;">
8359 karl 11
			<input checked="checked" type="checkbox" class="wpsg_mod_deliverynote_product_i" name="wpsg_mod_deliverynote_products[]" value="<?php echo $this->view['wpsg_mod_deliverynote']['product']['product_index']; ?>" style="margin:0px; margin-right:5px;" />
7173 daniel 12
            <span>&nbsp;<?php echo __('Auf Lieferschein', 'wpsg'); ?></span>
2975 daniel 13
		</label>
14
	</td>
15
</tr>