Subversion Repositories wpShopGermany4

Rev

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

Rev 5488 Rev 6134
Line 4... Line 4...
4
	 * Template für die Einstellungen des Moduls 
4
	 * Template für die Einstellungen des Moduls 
5
	 */
5
	 */
6
 
6
 
7
?>
7
?>
8
 
8
 
-
 
9
<br />
-
 
10
 
-
 
11
<div>
-
 
12
	<ul class="nav nav-tabs">
-
 
13
  		<li role="presentation" class="active"><a href="#tab1" role="tab" data-toggle="tab"><?php echo __('Globale Produktvarianten', 'wpsg'); ?></a></li>
-
 
14
  		<li role="presentation"><a href="#tab2" role="tab" data-toggle="tab"><?php echo __('Einstellungen', 'wpsg'); ?></a></li>  
-
 
15
	</ul>
-
 
16
	<div class="tab-content">
-
 
17
		<div id="tab1" role="tabpanel" class="tab-pane active">
9
<h4><?php echo __('Verwaltung der globalen Produktvarianten', 'wpsg'); ?></h4>
18
			<?php echo $this->view['wpsg_mod_productvariants']['html']; ?>
-
 
19
		</div>
-
 
20
		<div id="tab2" role="tabpanel" class="tab-pane">
-
 
21
			
-
 
22
			<?php echo wpsg_drawForm_Checkbox('wpsg_mod_productvariants', __('Preis der Variation direkt anzeigen'), $this->get_option('wpsg_mod_productvariants')); ?>
-
 
23
			
-
 
24
		</div>
-
 
25
</div>
10
 
26
 
11
<?php echo $this->view['wpsg_mod_productvariants']['html']; ?>
-
 
12
 
27
 
13
<script type="text/javascript">/* <![CDATA[ */
28
<script type="text/javascript">/* <![CDATA[ */
14
 
29
 
15
	jQuery(document).ready(function() {
30
	jQuery(document).ready(function() {
16
 
31