hotfix/远程访问多媒体中心
赵鹏 6 years ago
parent 78ef7d93a3
commit f7dc90b4ff

@ -1283,9 +1283,9 @@ $meta_subnavi_arr = array(
<a href="javascript:void(0);" title="产品分类,目前有普通,故宫,接送三种."><i class="text-muted glyphicon glyphtext-muted glyphicon glyphicon-question-sign"></i></a> <a href="javascript:void(0);" title="产品分类,目前有普通,故宫,接送三种."><i class="text-muted glyphicon glyphtext-muted glyphicon glyphicon-question-sign"></i></a>
</label> </label>
<select name="meta_trippest_type" id="meta_trippest_type" class="form-control" > <select name="meta_trippest_type" id="meta_trippest_type" class="form-control" >
<option value="common" <?php echo get_meta($information->ic_id, 'meta_trippest_type') === 'general' ? 'selected' : false; ?>>普通</option> <option value="general" <?php echo get_meta($information->ic_id, 'meta_trippest_type') === 'general' ? 'selected' : false; ?>>普通</option>
<option value="gg" <?php echo get_meta($information->ic_id, 'meta_trippest_type') === 'gg' ? 'selected' : false; ?>>故宫</option> <option value="gg" <?php echo get_meta($information->ic_id, 'meta_trippest_type') === 'gg' ? 'selected' : false; ?>>故宫</option>
<option value="tranfer" <?php echo get_meta($information->ic_id, 'meta_trippest_type') === 'transfer' ? 'selected' : false; ?>>接送</option> <option value="transfer" <?php echo get_meta($information->ic_id, 'meta_trippest_type') === 'transfer' ? 'selected' : false; ?>>接送</option>
</select> </select>
</div> </div>
<div class="col-sm-18"> <div class="col-sm-18">

Loading…
Cancel
Save