HKG : Fix Page_show_error unknow stage
This commit is contained in:
parent
e0232bc7fe
commit
17b19f1d48
4 changed files with 44 additions and 3 deletions
|
|
@ -82,8 +82,13 @@
|
|||
|
||||
If BtnLangToggleIndex = "Enable" Then
|
||||
Var LanguageButtonEnable = "Invisible"
|
||||
Var BtnLangCurrentXPosition = 1005
|
||||
Var BtnLangCurrentYPosition = 458 - 48
|
||||
If CurrentPageShowError = 1 Then
|
||||
Var BtnLangCurrentXPosition = 990
|
||||
Var BtnLangCurrentYPosition = 648
|
||||
Else
|
||||
Var BtnLangCurrentXPosition = 1005
|
||||
Var BtnLangCurrentYPosition = 458 - 48
|
||||
EndIf
|
||||
|
||||
If LanguageShowByIndex = 0 Then
|
||||
Var LangState0 = "Enable"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue