Subversion Repositories wpShopGermany4

Rev

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

Rev 7486 Rev 7529
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
				<?php if (($this->view['field_config']['autocomplete']??true) === false) { ?> autocomplete="off" <?php } ?>
11
				name="<?php echo $this->view['field_name']; ?>"  
12
				name="<?php echo $this->view['field_name']; ?>"  
12
				tabindex="<?php
13
				tabindex="<?php
13
 
14
 
14
					if (!isset($GLOBALS['wpsg']['tabindex']))
15
					if (!isset($GLOBALS['wpsg']['tabindex']))
15
					{
16
					{