Subversion Repositories wpShopGermany4

Rev

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

Rev 7753 Rev 7932
Line 1... Line 1...
1
<div class="form-group form-group-sm <?php echo ((wpsg_isSizedString($this->view['field_config']['help']))?'has-feedback':''); ?>">
1
<div class="form-group form-group-sm <?php echo ((wpsg_isSizedString($this->view['field_config']['help']))?'has-feedback':''); ?>" <?php echo ((isset($this->view['field_config']['wrap_id']))?'id="'.$this->view['field_config']['wrap_id'].'" ':''); ?>>
2
 
2
 
3
	<label class="col-sm-6 control-label" for="<?php echo $this->view['field_id']; ?>"><?php echo $this->view['field_label']; ?></label>
3
	<label class="col-sm-6 control-label" for="<?php echo $this->view['field_id']; ?>"><?php echo $this->view['field_label']; ?></label>
4
	
4
	
5
	<div class="col-sm-6">
5
	<div class="col-sm-6">
6
	
6