Merged
This commit is contained in:
commit
7669b77c77
958 changed files with 16149 additions and 24081 deletions
|
|
@ -28,6 +28,10 @@
|
|||
Var DirImage2 = "ROOT/taobin_project/image/topping2"
|
||||
EndIf
|
||||
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
Var DirImage2 = "ROOT/taobin_project/image/topping_mmr"
|
||||
EndIf
|
||||
|
||||
Var bg_strawlid_ST = "Enable"
|
||||
Var bg_strawProblem_ST = "Invisible"
|
||||
;Var bg_strawProblem_Y = 1470
|
||||
|
|
@ -68,6 +72,10 @@
|
|||
Var DirImage = "ROOT/taobin_project/image/complete/"
|
||||
EndIf
|
||||
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
Var DirImage = "ROOT/taobin_project/image/complete_mmr/"
|
||||
EndIf
|
||||
|
||||
|
||||
Var text_bottom = DirImage + "text_bottom.png"
|
||||
|
||||
|
|
@ -127,8 +135,13 @@
|
|||
|
||||
|
||||
If show_eng = "true" Then
|
||||
Var bnStrawProblemReport = "ROOT/taobin_project/image/page_doing/bn_send_report_straw_en.png"
|
||||
Var bpStrawProblemReport = "ROOT/taobin_project/image/page_doing/bp_send_report_straw_en.png"
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
Var bnStrawProblemReport = "ROOT/taobin_project/image/page_doing/bn_send_report_straw_mmr.png"
|
||||
Var bpStrawProblemReport = "ROOT/taobin_project/image/page_doing/bp_send_report_straw_mmr.png"
|
||||
Else
|
||||
Var bnStrawProblemReport = "ROOT/taobin_project/image/page_doing/bn_send_report_straw_en.png"
|
||||
Var bpStrawProblemReport = "ROOT/taobin_project/image/page_doing/bp_send_report_straw_en.png"
|
||||
EndIf
|
||||
If CART_COUNT > 0 Then
|
||||
If CART_INDEX < CART_COUNT Then
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue