上下篇功能设置默认值, 读取实际值

hotfix/远程访问多媒体中心
lyt 7 years ago
parent e843c05437
commit 3c967b58e0

@ -836,7 +836,7 @@ if ($information->ic_ht_area_type == 'c') {
</label>
<select name="meta_pre_next_nav" id="meta_pre_next_nav" class="form-control" >
<option value="no" >禁用</option>
<option value="yes" >启用</option>
<option value="yes" <?php echo get_meta($information->ic_id, 'meta_pre_next_nav') === 'yes' ? 'selected' : FALSE; ?>>启用</option>
</select>
</div>
<div class="col-sm-19">

Loading…
Cancel
Save