Subversion Repositories wpShopGermany4

Rev

Rev 6134 | Rev 6359 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6134 Rev 6165
Line 18... Line 18...
18
			<?php echo $this->view['wpsg_mod_productvariants']['html']; ?>
18
			<?php echo $this->view['wpsg_mod_productvariants']['html']; ?>
19
		</div>
19
		</div>
20
		<div id="tab2" role="tabpanel" class="tab-pane">
20
		<div id="tab2" role="tabpanel" class="tab-pane">
21
			
21
			
22
			<?php echo wpsg_drawForm_Checkbox('wpsg_mod_productvariants', __('Preis der Variation direkt anzeigen'), $this->get_option('wpsg_mod_productvariants')); ?>
22
			<?php echo wpsg_drawForm_Checkbox('wpsg_mod_productvariants', __('Preis der Variation direkt anzeigen'), $this->get_option('wpsg_mod_productvariants')); ?>
-
 
23
			<?php echo wpsg_drawForm_Checkbox('wpsg_vp_detailview', __('Erweiterte Variantenanzeige aktivieren', 'wpsg'), $this->get_option('wpsg_vp_detailview'), array('help' => 'wpsg_vp_detailview')); ?>
23
			
24
			
24
		</div>
25
		</div>
25
</div>
26
</div>
26
 
27
 
27
 
28