You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C1=Checkbutton(window, text="King Bed ", variable=CheckVar11, \
46
+
onvalue=1, offvalue=0, height=1, \
47
+
width=20).grid(row=18, column=0)
48
+
C2=Checkbutton(window, text="Twin - Two Single Beds ", variable=CheckVar22, \
49
+
onvalue=1, offvalue=0, height=1, \
50
+
width=20).grid(row=18, column=1)
51
+
line1=Label(window, text="The above rates are quoted per room, per night. The rates include breakfast, 14% vat, and Excludes 1% Tourism Levy\n and a voluntary R10 donation to the Arabella Community Trust that will be levies onto your account.", bg="white")
52
+
line2=Label(window, text="Total amount payable ZAR_____ x______ nights = ZAR______ due to Arabella\n Hotel and Spa", bg="white")
53
+
line3=Label(window, text="Credit Card will be charged on receipt of this form and details will also be used to settle all incidentals not settle on\n departure. A copy of the final folio will be sent to you should there be any unsettled charges.", bg="white")
54
+
line4=Label(window, text="In order to qualify for the above rates, your booking needs to be made on or before 15th January 2016", bg="white")
55
+
line5=Label(window, text="Terms and conditions can be found on the next page.", bg="white")
56
+
line6=Label(window, text="The rate is valid for seven days before and after the conference dates. Check in time is 14:00 & check out time is 11:00", bg="white")
57
+
line7=Label(window, text="By your signature hereto, you are accepting all terms and conditions specified on this form and confirm that all information\n given is current and accurate.", bg="white")
C3=Checkbutton(window, text="King Bed ", variable=CheckVar11, \
110
+
onvalue=1, offvalue=0, height=1, \
111
+
width=20)
112
+
C3.grid(row=18, column=0)
113
+
C4=Checkbutton(window, text="Twin - Two Single Beds ", variable=CheckVar22, \
114
+
onvalue=1, offvalue=0, height=1, \
115
+
width=20)
116
+
C4.grid(row=18, column=1)
117
+
118
+
line1=Label(window, text="The above rates are quoted per room, per night. The rates include breakfast, 14% vat, and Excludes 1% Tourism Levy\n and a voluntary R10 donation to the Arabella Community Trust that will be levies onto your account.", bg="white")
119
+
line2=Label(window, text="Total amount payable ZAR__ x_ nights = ZAR__ due to Arabella\n Hotel and Spa", bg="white")
120
+
line3=Label(window, text="Credit Card will be charged on receipt of this form and details will also be used to settle all incidentals not settle on\n departure. A copy of the final folio will be sent to you should there be any unsettled charges.", bg="white")
121
+
line4=Label(window, text="In order to qualify for the above rates, your booking needs to be made on or before 15th January 2016", bg="white")
122
+
line5=Label(window, text="Terms and conditions can be found on the next page.", bg="white")
123
+
line6=Label(window, text="The rate is valid for seven days before and after the conference dates. Check in time is 14:00 & check out time is 11:00", bg="white")
124
+
line7=Label(window, text="By your signature hereto, you are accepting all terms and conditions specified on this form and confirm that all information\n given is current and accurate.", bg="white")
0 commit comments