Subversion Repositories wpShopGermany4

Rev

Rev 5382 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5266 daniel 1
<div class="form-group">
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
 
18
</div>