Subversion Repositories wpShopGermany4

Rev

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

Rev 6460 Rev 6464
Line 6... Line 6...
6
	
6
	
7
		<div class="wpsg_field_wrap">
7
		<div class="wpsg_field_wrap">
8
			<input 
8
			<input 
9
				type="<?php echo wpsg_getStr($this->view['field_config']['type'], 'text'); ?>"
9
				type="<?php echo wpsg_getStr($this->view['field_config']['type'], 'text'); ?>"
10
				class="form-control input-sm" 
10
				class="form-control input-sm" 
11
				name="<?php echo $this->view['field_name']; ?>"
11
				name="<?php echo $this->view['field_name']; ?>" 
12
				autofocus="false"
-
 
13
				tabindex="<?php
12
				tabindex="<?php
14
 
13
 
15
					if (!isset($GLOBALS['wpsg']['tabindex']))
14
					if (!isset($GLOBALS['wpsg']['tabindex']))
16
					{
15
					{
17
 
16