diff --git a/application/third_party/order/views/gm/confirm_order_dev.php b/application/third_party/order/views/gm/confirm_order_dev.php index 191961bb..78d08999 100644 --- a/application/third_party/order/views/gm/confirm_order_dev.php +++ b/application/third_party/order/views/gm/confirm_order_dev.php @@ -2,695 +2,741 @@ - - - Passport Information for All the Group Members - - - - - - + font-size: 17px; + width: 100%; + height: 30px; + background: #fff; + border-radius: 4px; + border: 1px solid #d1d1d1; + margin-bottom: 10px; + } + + .ui-widget input, + .ui-widget select, + .ui-widget textarea, + .ui-widget button { + font-family: Calibri; + font-size: 17px; + width: 100%; + height: 30px; + border-radius: 4px; + border: 1px solid #d1d1d1; + } + + dd.ui_tpicker_time { + margin-bottom: 15px; + } + + .ui-timepicker-div .ui_tpicker_unit_hide { + display: none; + } + + .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide, + .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before { + display: none; + } + + label.gender { + font-size: 19px; + font-weight: 400; + text-align: center; + margin-right: 10px; + float: left; + border: 1px solid #d1d1d1; + padding: 10px; + border-radius: 4px; + } + + label.gender:hover { + cursor: pointer; + color: #fff; + background: #ad1818; + } + + .tmpick:checked+label { + background: #ad1818; + color: #fff; + } + + select.gender_pick { + border: 1px solid #d1d1d1; + border-radius: 4px; + height: 50px; + font-size: 19px; + box-shadow: inset 0 1px 3px rgb(0 0 0 / 10%); + padding: 0 15px; + width: auto; + } + + + - - - -
- -

Dear ,

- -

Thanks for booking with us. China Highlights, Asia Highlights, and Global Highlights are - working together to provide you an exclusive, exciting, and worry-free tour experience in different - destinations.

- -

Please complete and submit the information below.

- -
- -
-
- -

- Passport Information for All the Group Members -

-

Please ensure the details you provide are correct, as stated in your passport. We use this - information to book all your hotels, transportation, and activities. If the information you - provide is incorrect, you would not be able to board your flight or trains, and therefore - reissuing of tickets would be at your expense!

- -
-

Primary contact

- -
- -
- - -
-
-
- -
- - -
-
- - -
- - -
- - - -
- + + + +
+ + +
+
+
+ +
+ + +
+
+ + +
+ + +
+ + + +
+ + +
+
+

Date of birth

+ + + +
+
+

Date of expiration

+ + + +
+ + + + - -
-
-

Date of birth

- - - -
-
-

Date of expiration

- - - -
- - - - - -
-
- - -
-

Your Flight Information

-

Your flight information will be forwarded to your guide/driver for airport pick up and drop off. - Please ensure the details you provide are correct. You can skip this if your don't need airport - transfer service.

-

If you are not yet purchase your airline and insurance, please fill in the TBC in the link and provide those information to your consultant or keep update after you confirm them.

- -
- -
- - -
-
-
-

Arrival time

-
- - -
-
-
-
- - -
-
-
-

Departure time

-
- -
-
-
-
-

Emergency Contact Information

-
(in case an unlikely event happens when you are travelling)
-
-
- - -
-
-
-
- - -
-
-
-

Relationship with him/her

-
- - -
-
-
-

Telephone No.

-
- - -
-
-
-
-

Your Insurance Information and Other Special Request (optional)

- - -
- - -
-

Please upload a photocopy of your passport (ID page)

+ +
+
+ + +
+

Your Flight Information

+

Your flight information will be forwarded to your guide/driver for airport pick up and drop off. + Please ensure the details you provide are correct. You can skip this if your don't need airport + transfer service.

+

If you are not yet purchase your airline and insurance, please fill in the TBC in the link and provide + those information to your consultant or keep update after you confirm them.

+ +
+ +
+ + +
+
+
+

Arrival time

+
+ + +
+
+
+
+ + +
+
+
+

Departure time

+
+ +
+
+
+
+

Emergency Contact Information

+
(in case an unlikely event happens when you are travelling)
+
+
+ + +
+
+
+
+ + +
+
+
+

Relationship with him/her

+
+ + +
+
+
+

Telephone No.

+
+ + +
+
+
+
+

Your Insurance Information and Other Special Request (optional)

+ + +
+ + +
+

Please upload a photocopy of your passport (ID page)

@@ -1072,20 +1119,20 @@ select.gender_pick {border: 1px solid #d1d1d1;
-

Uploaded image

-
- -
+

Uploaded image

+
+ +
-
+ -
+
@@ -1383,20 +1430,21 @@ select.gender_pick {border: 1px solid #d1d1d1; - - - -
- - -
- + + + + + + + + - + $deleteTravelerButton = $(''); + $deleteTravelerButton.click(function () { $('#' + travelerId).remove(); }); + $addTraveler.append($deleteTravelerButton); + $(".traveler_info:last").after($addTraveler); + } + }); + \ No newline at end of file