Line 7... |
Line 7... |
7 |
|
7 |
|
8 |
?>">
|
8 |
?>">
|
9 |
|
9 |
|
10 |
<div class="checkbox">
|
10 |
<div class="checkbox">
|
11 |
<label>
|
11 |
<label>
|
12 |
|
12 |
|
13 |
<div class="wpsg_field_wrap">
|
13 |
<div class="wpsg_field_wrap">
|
14 |
<input type="hidden" name="<?php echo $this->view['field_name']; ?>" value="0" />
|
14 |
<input type="hidden" name="<?php echo $this->view['field_name']; ?>" value="0" />
|
15 |
<input type="checkbox" id="<?php echo $this->view['field_id']; ?>" name="<?php echo $this->view['field_name']; ?>" value="1" <?php echo (($this->view['field_checked'] > 0)?'checked="checked"':''); ?> />
|
15 |
<input type="checkbox" id="<?php echo $this->view['field_id']; ?>" name="<?php echo $this->view['field_name']; ?>" value="<?php echo wpsg_getStr($this->view['field_config']['value'], '1'); ?>" <?php echo (($this->view['field_checked'] > 0)?'checked="checked"':''); ?> />
|
16 |
|
16 |
|
17 |
<?php echo $this->view['field_label']; ?>
|
17 |
<?php echo $this->view['field_label']; ?>
|
18 |
|
18 |
|
19 |
<?php if (wpsg_isSizedString($this->view['field_config']['help'])) { ?>
|
19 |
<?php if (wpsg_isSizedString($this->view['field_config']['help'])) { ?>
|
20 |
<a href="#" data-wpsg-tip="<?php echo $this->view['field_config']['help']; ?>" rel="?page=wpsg-Admin&subaction=loadHelp&noheader=1&field=<?php echo $this->view['field_config']['help']; ?>" class="glyphicon glyphicon glyphicon-info-sign form-control-feedback" aria-hidden="true"></a>
|
20 |
<a href="#" data-wpsg-tip="<?php echo $this->view['field_config']['help']; ?>" rel="?page=wpsg-Admin&subaction=loadHelp&noheader=1&field=<?php echo $this->view['field_config']['help']; ?>" class="glyphicon glyphicon glyphicon-info-sign form-control-feedback" aria-hidden="true"></a>
|