|
|
|
@ -1398,8 +1398,8 @@ $meta_subnavi_arr = array(
|
|
|
|
|
<a href="javascript:void(0);" onclick="meta('save', '<?php echo $information->ic_id; ?>', 'meta_trippest_hoteladdress', $('#meta_trippest_hoteladdress').val())"><i class="text-muted glyphicon glyphtext-muted glyphicon glyphicon-hdd"></i></a>
|
|
|
|
|
<a href="javascript:void(0);" title="TP产品预订是否需要录入HotelAddress,默认是需要"><i class="text-muted glyphicon glyphicon-question-sign"></i></a>
|
|
|
|
|
<select name="meta_trippest_hoteladdress" id="meta_trippest_hoteladdress" class="form-control" >
|
|
|
|
|
<option value="是" <?php echo get_meta($information->ic_id, 'meta_trippest_hoteladdress') === '0' ? 'selected' : false; ?>>是</option>
|
|
|
|
|
<option value="否" <?php echo get_meta($information->ic_id, 'meta_trippest_hoteladdress') === '1' ? 'selected' : false; ?>>否</option>
|
|
|
|
|
<option value="是" <?php echo get_meta($information->ic_id, 'meta_trippest_hoteladdress') === '是' ? 'selected' : false; ?>>是</option>
|
|
|
|
|
<option value="否" <?php echo get_meta($information->ic_id, 'meta_trippest_hoteladdress') === '否' ? 'selected' : false; ?>>否</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-6">
|
|
|
|
|