Subversion Repositories wpShopGermany4

Rev

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

Rev 5748 Rev 5825
Line 25... Line 25...
25
				}
25
				}
26
 
26
 
27
				echo $GLOBALS['wpsg']['tabindex'];
27
				echo $GLOBALS['wpsg']['tabindex'];
28
 
28
 
29
				?>"
29
				?>"
30
				class="form-control input-sm" <?php echo $this->view['atts_select']; ?>>
30
				class="form-control input-sm <?php echo wpsg_getStr($this->view['field_config']['field_class']); ?>" <?php echo $this->view['atts_select']; ?>>
31
				
31
				
32
				<?php 
32
				<?php 
33
				
33
				
34
					if (wpsg_isTrue($this->view['field_config']['optgroup'])) 
34
					if (wpsg_isTrue($this->view['field_config']['optgroup'])) 
35
					{ 
35
					{