HKG : 3 langs with xml, Add Image
This commit is contained in:
parent
a54adb7b12
commit
bccb0a2b89
95 changed files with 117 additions and 29 deletions
|
|
@ -7,6 +7,9 @@
|
|||
<Sound> PlaySoundLag </Sound>
|
||||
<EventOpen>
|
||||
|
||||
;HKG doesn't use New_Payment
|
||||
Var New_Payment = 0
|
||||
|
||||
Var cash_disable = "0"
|
||||
READ_FILE "/mnt/sdcard/coffeevending/cash_disable" cash_disable
|
||||
DEBUGVAR cash_disable
|
||||
|
|
@ -1685,9 +1688,9 @@
|
|||
<X> 327 </X>
|
||||
<Y> TopRowY </Y>
|
||||
<State> CreditCardButtonState </State>
|
||||
<Filename> Var( CountryRootPath + "/image/page_payment/bn_credit_card.png") </Filename>
|
||||
<FilenamePress> Var( CountryRootPath + "/image/page_payment/bp_credit_card.png") </FilenamePress>
|
||||
<FilenameDisable> Var( CountryRootPath + "/image/page_payment/bd_credit_card.png") </FilenameDisable>
|
||||
<Filename> Var( DirImage + "/bn_credit_card.png") </Filename>
|
||||
<FilenamePress> Var( DirImage + "/bp_credit_card.png") </FilenamePress>
|
||||
<FilenameDisable> Var( DirImage + "/bd_credit_card.png") </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
|
@ -1739,9 +1742,9 @@ EndIf
|
|||
<X> 551 </X>
|
||||
<Y> TopRowY </Y>
|
||||
<State> QRCodeButtonState </State>
|
||||
<Filename> Var( CountryRootPath + "/image/page_payment/bn_qr_code.png") </Filename>
|
||||
<FilenamePress> Var( CountryRootPath + "/image/page_payment/bp_qr_code.png") </FilenamePress>
|
||||
<FilenameDisable> Var( CountryRootPath + "/image/page_payment/bd_qr_code.png") </FilenameDisable>
|
||||
<Filename> Var( DirImage + "/bn_qr_code.png") </Filename>
|
||||
<FilenamePress> Var( DirImage + "/bp_qr_code.png") </FilenamePress>
|
||||
<FilenameDisable> Var( DirImage + "/bd_qr_code.png") </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue