Subversion Repositories wpShopGermany4

Rev

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

Rev 5261 Rev 5691
Line 27... Line 27...
27
		
27
		
28
	} // function wpsg_addOV()
28
	} // function wpsg_addOV()
29
            
29
            
30
/* ]]> */
30
/* ]]> */
31
</script>
31
</script>
32
<p><?php echo __('Wird eine Bestellvariable vom Type', 'wpsg') ?> <strong><?php echo __('"Auswahl"', 'wpsg') ?></strong> <?php echo __('angelegt, können die Optionen mit dem Pipe "|" Symbol getrennt angegeben werden.', 'wpsg') ?></p>
-
 
-
 
32
 
33
<p><strong><?php echo __('Bsp.:', 'wpsg')?></strong> <?php echo __('Auswahl_1 | Auswahl_2 | Auswahl_3', 'wpsg') ?></p>
33
<div class="content" id="wpsg_ov_list"><?php echo $this->mod->ov_list(); ?></div>
-
 
34
 
34
<br />
35
<br />
35
<div class="wpsg_admin_box">		
-
 
36
		  		
-
 
37
	<div class="head">
-
 
38
		<div class="title">
-
 
39
			<div class="fulltab">
-
 
40
				<?php echo __('Bestellvariablen', 'wpsg'); ?>
-
 
41
				<a title="<?php echo __('Neue Bestellvariable anlegen', 'wpsg'); ?>" href="" class="wpsg_icon wpsg_icon_right wpsg_icon_add" onclick="return wpsg_addOV();"></a>
-
 
42
			</div>
-
 
43
		</div>
-
 
44
	</div>
-
 
45
	<div class="content" id="wpsg_ov_list">
-
 
46
		<?php echo $this->mod->ov_list(); ?>
-
 
47
	</div>
-
 
48
			
-
 
49
</div>
-
 
50
36
 
-
 
37
<a title="<?php echo __('Neue Bestellvariable anlegen', 'wpsg'); ?>" href="" class="" onclick="return wpsg_addOV();"><span class="glyphicon wpsg-glyphicon glyphicon-plus"></span><?php echo __('Neue Bestellvariable anlegen.', 'wpsg'); ?></a>
-
 
38