...
This commit is contained in:
parent
7b9c04853e
commit
32148559e2
4 changed files with 5 additions and 5 deletions
BIN
image/page_payment/img_popup19.png
Normal file
BIN
image/page_payment/img_popup19.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 339 KiB |
BIN
image/page_payment_en/page_payment/img_popup19.png
Normal file
BIN
image/page_payment_en/page_payment/img_popup19.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 332 KiB |
|
|
@ -133,7 +133,7 @@
|
|||
<X> 75 </X>
|
||||
<Y> 408 </Y>
|
||||
<State> "Enable" </State>
|
||||
<Filename> Var( DirImage + "/img_popup17.png" )</Filename>
|
||||
<Filename> Var( DirImage + "/img_popup19.png" )</Filename>
|
||||
</Image>
|
||||
|
||||
<Button>
|
||||
|
|
|
|||
|
|
@ -210,8 +210,8 @@
|
|||
DEBUGVAR AgeNumber
|
||||
|
||||
|
||||
If AgeNumber >= 15 Then
|
||||
If AgeNumber = 15 Then
|
||||
If AgeNumber >= 18 Then
|
||||
If AgeNumber = 18 Then
|
||||
If sdatemonth > StrMon Then
|
||||
Var Adult15 = 1
|
||||
Else
|
||||
|
|
@ -231,8 +231,8 @@
|
|||
|
||||
If Adult15 = 0 Then
|
||||
|
||||
If AgeNumber >= 7 Then
|
||||
If AgeNumber = 7 Then
|
||||
If AgeNumber >= 15 Then
|
||||
If AgeNumber = 15 Then
|
||||
If sdatemonth > StrMon Then
|
||||
Var Adult7 = 1
|
||||
Else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue