Subversion Repositories wpShopGermany4

Rev

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

Rev 6005 Rev 6460
Line 7... Line 7...
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="true"
12
				autofocus="false"
13
				tabindex="<?php
13
				tabindex="<?php
14
 
14
 
15
					if (!isset($GLOBALS['wpsg']['tabindex']))
15
					if (!isset($GLOBALS['wpsg']['tabindex']))
16
					{
16
					{
17
 
17