hotfix/paypal-note
candice 2 years ago
parent 8e2ef69c7a
commit 9f4661f622

@ -62,14 +62,14 @@
<div class="selectHotl" style="margin-bottom: 20px;"> <div class="selectHotl" style="margin-bottom: 20px;">
<div class="optionLable"> <div class="optionLable">
<input type="radio" value="Novotel Chiang Mai" id="Novotel" name="hotel" checked> <input type="radio" value="Novotel Chiang Mai" id="Novotel" name="hotel" checked>
<label for="Novotel"> <label for="Novotel" style="font-size: 17px;">
Novotel Chiang Mai (4 star) Novotel Chiang Mai (4 star)
<div>superior room with balcony</div> <div>superior room with balcony</div>
</label> </label>
</div> </div>
<div class="optionLable"> <div class="optionLable">
<input type="radio" value="Smile Lanna Hotel" id="Lanna" name="hotel"> <input type="radio" value="Smile Lanna Hotel" id="Lanna" name="hotel">
<label for="Lanna"> <label for="Lanna" style="font-size: 17px;">
Smile Lanna Hotel (4.5 star) Smile Lanna Hotel (4.5 star)
<div>deluxe room</div> <div>deluxe room</div>
</label> </label>
@ -78,13 +78,15 @@
<div class="peopleSelect" style="width: auto;"> <div class="peopleSelect" style="width: auto;">
<span class="formMemo"> <span class="formMemo">
Select the Number of Hotel Rooms and Length of Stay Select the Number of Hotel Room(s) and Length of Stay
</span> </span>
<p>Hotel room</p>
<div class="numberBtn"> <div class="numberBtn">
<input class="minaddBtn reduce_room" id='minusRoomBtn' type="button" value="-"> <input class="minaddBtn reduce_room" id='minusRoomBtn' type="button" value="-">
<input class="number" id="hotel_room" readonly="readonly" type="text" value="1" name="hotelrooms"> <input class="number" id="hotel_room" readonly="readonly" type="text" value="1" name="hotelrooms">
<input class="minaddBtn add_room" id='plusRoomBtn' type="button" value="+"> <input class="minaddBtn add_room" id='plusRoomBtn' type="button" value="+">
</div> </div>
<p>Length of stay (night)</p>
<div class="numberBtn"> <div class="numberBtn">
<input class="minaddBtn reduce_stay" id='minusStayBtn' type="button" value="-"> <input class="minaddBtn reduce_stay" id='minusStayBtn' type="button" value="-">
<input class="number" id="stay_length" readonly="readonly" type="text" value="1" name="hotelstay"> <input class="number" id="stay_length" readonly="readonly" type="text" value="1" name="hotelstay">
@ -640,4 +642,7 @@
return result; return result;
} }
</script> </script>
<style>
#hotel_choice { display: inline-block;}
</style>
<!--AH-Lantern-From-Info--> <!--AH-Lantern-From-Info-->

@ -62,14 +62,14 @@
<div class="selectHotl" style="margin-bottom: 20px;"> <div class="selectHotl" style="margin-bottom: 20px;">
<div class="optionLable"> <div class="optionLable">
<input type="radio" value="Novotel Chiang Mai" id="Novotel" name="hotel" checked> <input type="radio" value="Novotel Chiang Mai" id="Novotel" name="hotel" checked>
<label for="Novotel"> <label for="Novotel" style="font-size: 17px;">
Novotel Chiang Mai (4 star) Novotel Chiang Mai (4 star)
<div>superior room with balcony</div> <div>superior room with balcony</div>
</label> </label>
</div> </div>
<div class="optionLable"> <div class="optionLable">
<input type="radio" value="Smile Lanna Hotel" id="Lanna" name="hotel"> <input type="radio" value="Smile Lanna Hotel" id="Lanna" name="hotel">
<label for="Lanna"> <label for="Lanna" style="font-size: 17px;">
Smile Lanna Hotel (4.5 star) Smile Lanna Hotel (4.5 star)
<div>deluxe room</div> <div>deluxe room</div>
</label> </label>
@ -78,13 +78,15 @@
<div class="peopleSelect" style="width: auto;"> <div class="peopleSelect" style="width: auto;">
<span class="formMemo"> <span class="formMemo">
Select the Number of Hotel Rooms and Length of Stay Select the Number of Hotel Room(s) and Length of Stay
</span> </span>
<p>Hotel room</p>
<div class="numberBtn"> <div class="numberBtn">
<input class="minaddBtn reduce_room" id='minusRoomBtn' type="button" value="-"> <input class="minaddBtn reduce_room" id='minusRoomBtn' type="button" value="-">
<input class="number" id="hotel_room" readonly="readonly" type="text" value="1" name="hotelrooms"> <input class="number" id="hotel_room" readonly="readonly" type="text" value="1" name="hotelrooms">
<input class="minaddBtn add_room" id='plusRoomBtn' type="button" value="+"> <input class="minaddBtn add_room" id='plusRoomBtn' type="button" value="+">
</div> </div>
<p>Length of stay (night)</p>
<div class="numberBtn"> <div class="numberBtn">
<input class="minaddBtn reduce_stay" id='minusStayBtn' type="button" value="-"> <input class="minaddBtn reduce_stay" id='minusStayBtn' type="button" value="-">
<input class="number" id="stay_length" readonly="readonly" type="text" value="1" name="hotelstay"> <input class="number" id="stay_length" readonly="readonly" type="text" value="1" name="hotelstay">
@ -640,4 +642,7 @@
return result; return result;
} }
</script> </script>
<style>
#hotel_choice { display: inline-block;}
</style>
<!--AH-Lantern-From--> <!--AH-Lantern-From-->
Loading…
Cancel
Save