Subversion Repositories wpShopGermany4

Rev

Rev 6460 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6460 Rev 6464
Line 5... Line 5...
5
	<div class="col-sm-6">
5
	<div class="col-sm-6">
6
	
6
	
7
		<div class="wpsg_field_wrap" style="padding-top:3px;">
7
		<div class="wpsg_field_wrap" style="padding-top:3px;">
8
			<a href="#"
8
			<a href="#"
9
				class="<?php echo wpsg_getStr($this->view['field_config']['class'])  ?>"
9
				class="<?php echo wpsg_getStr($this->view['field_config']['class'])  ?>"
10
				name="<?php echo $this->view['field_name']; ?>"
10
				name="<?php echo $this->view['field_name']; ?>"				
11
				autofocus="false"
-
 
12
				tabindex="<?php
11
				tabindex="<?php
13
 
12
 
14
					if (!isset($GLOBALS['wpsg']['tabindex']))
13
					if (!isset($GLOBALS['wpsg']['tabindex']))
15
					{
14
					{
16
 
15