Subversion Repositories wpShopGermany4

Rev

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

Rev 5450 Rev 5748
Line 4... Line 4...
4
	
4
	
5
	<div class="col-sm-6">
5
	<div class="col-sm-6">
6
		
6
		
7
		<div class="wpsg_field_wrap">
7
		<div class="wpsg_field_wrap">
8
		
8
		
-
 
9
			<select
-
 
10
				id="<?php echo $this->view['field_id']; ?>"
-
 
11
				name="<?php echo $this->view['field_name']; ?>"
-
 
12
				tabindex="<?php
-
 
13
 
-
 
14
				if (!isset($GLOBALS['wpsg']['tabindex']))
-
 
15
				{
-
 
16
 
-
 
17
					$GLOBALS['wpsg']['tabindex'] = 10;
-
 
18
 
-
 
19
				}
-
 
20
				else
-
 
21
				{
-
 
22
 
-
 
23
					$GLOBALS['wpsg']['tabindex'] += 10;
-
 
24
 
-
 
25
				}
-
 
26
 
-
 
27
				echo $GLOBALS['wpsg']['tabindex'];
-
 
28
 
-
 
29
				?>"
9
			<select id="<?php echo $this->view['field_id']; ?>" name="<?php echo $this->view['field_name']; ?>" class="form-control input-sm" <?php echo $this->view['atts_select']; ?>>
30
				class="form-control input-sm" <?php echo $this->view['atts_select']; ?>>
10
				
31
				
11
				<?php 
32
				<?php 
12
				
33
				
13
					if (wpsg_isTrue($this->view['field_config']['optgroup'])) 
34
					if (wpsg_isTrue($this->view['field_config']['optgroup'])) 
14
					{ 
35
					{