hotfix/paypal-note
candice 2 years ago
parent 4054fb4216
commit 2396ff592c

@ -39,7 +39,7 @@
<div class="optionLable" id="ticket_type_premium_hotel"> <div class="optionLable" id="ticket_type_premium_hotel">
<input type="radio" value="Premium (+Transfer+Dinner)+ Novotel Hotel" id="Premium_hotel" name="ticket_type"> <input type="radio" value="Premium (+Transfer+Dinner)+ Novotel Hotel" id="Premium_hotel" name="ticket_type">
<label for="Premium_hotel" style="font-size:18px;"> <label for="Premium_hotel" style="font-size:18px;">
Premium (+Transfer+Dinner)+ Novotel Hotel Premium <span style="font-size:17px;">(+Transfer+Dinner)</span>+ Novotel Hotel
<div class="selectionMemo"> <div class="selectionMemo">
US$ 199 per ticket<br> US$ 199 per ticket<br>
US$ 100 per room per night US$ 100 per room per night
@ -69,13 +69,13 @@
</div> </div>
<div id="hotel_choice" style="display: none"> <div id="hotel_choice" style="display: none">
<div class="peopleSelect" style="width: auto;"> <div class="peopleSelect" style="width: auto;">
<span class="formMemo">Select the Number of Hotel Room(s)</span> <p style="font-size: 22px;"><strong>Select the Number of Hotel Room(s)</strong></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>
<span class="formMemo">Select the Length of Stay (Night)</span> <p style="font-size: 22px;"><strong>Select the Length of Stay (Night)</strong></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">

@ -39,7 +39,7 @@
<div class="optionLable" id="ticket_type_premium_hotel"> <div class="optionLable" id="ticket_type_premium_hotel">
<input type="radio" value="Premium (+Transfer+Dinner)+ Novotel Hotel" id="Premium_hotel" name="ticket_type"> <input type="radio" value="Premium (+Transfer+Dinner)+ Novotel Hotel" id="Premium_hotel" name="ticket_type">
<label for="Premium_hotel" style="font-size:18px;"> <label for="Premium_hotel" style="font-size:18px;">
Premium (+Transfer+Dinner)+ Novotel Hotel Premium <span style="font-size:17px;">(+Transfer+Dinner)</span>+ Novotel Hotel
<div class="selectionMemo"> <div class="selectionMemo">
US$ 199 per ticket<br> US$ 199 per ticket<br>
US$ 100 per room per night US$ 100 per room per night
@ -69,13 +69,13 @@
</div> </div>
<div id="hotel_choice" style="display: none"> <div id="hotel_choice" style="display: none">
<div class="peopleSelect" style="width: auto;"> <div class="peopleSelect" style="width: auto;">
<span class="formMemo">Select the Number of Hotel Room(s)</span> <p style="font-size: 22px;"><strong>Select the Number of Hotel Room(s)</strong></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>
<span class="formMemo">Select the Length of Stay (Night)</span> <p style="font-size: 22px;"><strong>Select the Length of Stay (Night)</strong></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">

Loading…
Cancel
Save