|
|
|
@ -924,6 +924,12 @@
|
|
|
|
|
<option value="pagewithform" <?php echo get_meta($information->ic_id, 'meta_ct_page_type') === 'pagewithform' ? 'selected' : false; ?>>
|
|
|
|
|
带表单信息页
|
|
|
|
|
</option>
|
|
|
|
|
<option value="cruisedetails" <?php echo get_meta($information->ic_id, 'meta_ct_page_type') === 'cruisedetails' ? 'selected' : false; ?>>
|
|
|
|
|
游船详细页
|
|
|
|
|
</option>
|
|
|
|
|
<option value="cruiseform" <?php echo get_meta($information->ic_id, 'meta_ct_page_type') === 'cruiseform' ? 'selected' : false; ?>>
|
|
|
|
|
游船预订表单
|
|
|
|
|
</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-6">
|
|
|
|
@ -965,7 +971,7 @@
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<?php } ?>
|
|
|
|
|
|
|
|
|
|
<input type="hidden" name="ic_photo_width" id="ic_photo_width"
|
|
|
|
|