添加酒店星级选择

hotfix/paypal-note
candice 2 years ago
parent 3e4fc5305b
commit 13f2b3ff0e

@ -133,6 +133,30 @@
</div> </div>
</div> </div>
</div>
<div class="selectionBlock">
<h4 style="margin-top: 0; margin-bottom: 0;">
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">
<label for="Deluxe" class="family">
Deluxe<br> (5-star &amp; up)
</label>
</div>
<div class="travel_group date_select">
<input type="radio" value="Handpicked comfort (4-star)" id="Handpicked" name="hotel">
<label for="Handpicked" class="family">
Handpicked comfort<br> (4-star)
</label>
</div>
<div class="travel_group date_select">
<input type="radio" value="Standard (3-star)" id="Standard" name="hotel">
<label for="Standard" class="family">
Standard <br>(3-star)
</label>
</div>
</div> </div>
<div class="selectionBlock"> <div class="selectionBlock">
<h4 style="margin-top: 0; margin-bottom: 0;"> <h4 style="margin-top: 0; margin-bottom: 0;">

Loading…
Cancel
Save