Subversion Repositories wpShopGermany4

Rev

Rev 5382 | Rev 5439 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5382 daniel 1
<div class="form-group form-group-sm form-checkbox">
5266 daniel 2
 
3
	<div class="col-sm-offset-6 col-sm-6">
4
 
5
		<div class="checkbox">
6
			<label>
7
 
8
				<input type="hidden" name="<?php echo $this->view['field_name']; ?>" value="0" />
9
				<input type="checkbox" name="<?php echo $this->view['field_name']; ?>" value="1" <?php echo (($this->view['field_checked'] > 0)?'checked="checked"':''); ?> />
10
 
11
				<?php echo $this->view['field_label']; ?>
12
 
13
			</label>
14
		</div>
15
 
16
	</div>
17
 
5391 daniel 18
	<div class="clearfix wpsg_clear"></div>
19
 
5266 daniel 20
</div>