酒店增加自订选项

master
candice 1 year ago
parent e4f4197947
commit 38439fe950

@ -6,7 +6,7 @@
<div class="selectionBlock">
<h4 style="margin-bottom: 0;margin-top: 0; padding-bottom: 0;">
How would you travel?
* How would you travel?
</h4>
<div id="group_error_msg" style="display: none">
<div class="requiredArea" style="margin-top:-10px;">Please select number in your group.</div>
@ -129,7 +129,7 @@
<div class="selectionBlock">
<h4 style="margin-top: 0; margin-bottom: 0;">
What's your hotel choice?
* What's your hotel choice?
</h4>
<div class="travel_group date_select">
<input type="radio" value="Deluxe (5-star &amp; up)" id="Deluxe" name="hotel">
@ -149,11 +149,17 @@
Standard <br>(3-star)
</label>
</div>
<div class="travel_group date_select">
<input type="radio" value="Self-booking" id="Self" name="hotel">
<label for="Self" class="family">
Self-booking
</label>
</div>
</div>
<div class="selectionBlock" style="margin-bottom: 10px;">
<h4 style="margin-bottom: 0;margin-top: 0; padding-bottom: 0;">
When would you travel?
* When would you travel?
</h4>
<div id="date_error_msg" style="display: none">
<div class="requiredArea" style="margin-top:-10px;">Select your travel data.</div>

Loading…
Cancel
Save