Line 25... |
Line 25... |
25 |
<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"':''); ?> />
|
25 |
<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"':''); ?> />
|
26 |
|
26 |
|
27 |
<?php echo $this->view['field_label']; ?>
|
27 |
<?php echo $this->view['field_label']; ?>
|
28 |
|
28 |
|
29 |
<?php if (wpsg_isSizedString($this->view['field_config']['help'])) { ?>
|
29 |
<?php if (wpsg_isSizedString($this->view['field_config']['help'])) { ?>
|
- |
|
30 |
<?php if (wpsg_isTrue($this->view['field_config']['rAlign'])) { ?>
|
30 |
<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>
|
31 |
<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']; ?>"
|
- |
|
32 |
class="glyphicon glyphicon wpsg_glyphicon_right glyphicon-question-sign form-control-feedback" aria-hidden="true" style="float:right;"></a>
|
- |
|
33 |
<?php } else { ?>
|
- |
|
34 |
<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']; ?>"
|
- |
|
35 |
class="glyphicon glyphicon glyphicon-question-sign form-control-feedback" aria-hidden="true"></a>
|
- |
|
36 |
<?php } ?>
|
31 |
<?php } ?>
|
37 |
<?php } ?>
|
32 |
|
38 |
|
33 |
</div>
|
39 |
</div>
|
34 |
|
40 |
|
35 |
</label>
|
41 |
</label>
|
- |
|
42 |
|
36 |
</div>
|
43 |
</div>
|
37 |
|
44 |
|
38 |
</div>
|
45 |
</div>
|
39 |
|
46 |
|
40 |
<?php if (wpsg_isTrue($this->view['field_config']['inlineEdit'])) { ?>
|
47 |
<?php if (wpsg_isTrue($this->view['field_config']['inlineEdit'])) { ?>
|