Subversion Repositories wpShopGermany4

Rev

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

Rev 6238 Rev 7811
Line 97... Line 97...
97
			<?php if (wpsg_isSizedString($this->view['field_config']['icon'])) { ?>
97
			<?php if (wpsg_isSizedString($this->view['field_config']['icon'])) { ?>
98
				<a href="#" class="<?php echo $this->view['field_config']['icon']; ?> form-control-feedback" aria-hidden="true"></a>
98
				<a href="#" class="<?php echo $this->view['field_config']['icon']; ?> form-control-feedback" aria-hidden="true"></a>
99
			<?php } ?>
99
			<?php } ?>
100
			
100
			
101
		</div>
101
		</div>
102
	
102
 
-
 
103
        <?php if (wpsg_isSizedString($this->view['field_config']['hint'])) { ?>
-
 
104
			<div class="hint info"><?php echo $this->view['field_config']['hint']; ?></div>
-
 
105
        <?php } ?>
-
 
106
		
103
	</div>
107
	</div>
104
	
108
	
105
	<div class="clearfix wpsg_clear"></div>
109
	<div class="clearfix wpsg_clear"></div>
106
	
110
	
107
</div>
111
</div>
108
112