This repository was archived by the owner on Apr 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -365,7 +365,7 @@ export default class Header extends TranslatedComponent {
365
365
< div style = { { lineHeight : '2em' } } >
366
366
< div >
367
367
{ translate ( 'language' ) }
368
- < div style = { { float : 'right' } } >
368
+ < div style = { { float : 'right' } } >
369
369
< select className = 'cap' dir = 'rtl' value = { Persist . getLangCode ( ) } onChange = { this . _setLanguage } >
370
370
{ this . languageOptions }
371
371
</ select >
@@ -377,22 +377,22 @@ export default class Header extends TranslatedComponent {
377
377
</ div >
378
378
< div >
379
379
{ translate ( 'insurance' ) }
380
- < div style = { { float : 'right' } } >
380
+ < div style = { { float : 'right' } } >
381
381
< select className = 'cap' dir = 'rtl' value = { Persist . getInsurance ( ) } onChange = { this . _setInsurance } >
382
382
{ this . insuranceOptions }
383
383
</ select >
384
384
</ div >
385
385
</ div >
386
386
< div >
387
387
{ translate ( 'ship' ) } { translate ( 'discount' ) }
388
- < div style = { { float : 'right' } } >
388
+ < div style = { { float : 'right' } } >
389
389
< input type = 'text' size = '10' value = { this . state . shipDiscount } onChange = { this . _changeShipDiscount } onFocus = { selectAll } onBlur = { this . _setShipDiscount } onKeyDown = { this . _kpShipDiscount } />
390
390
< u className = 'primary-disabled' > %</ u >
391
391
</ div >
392
392
</ div >
393
- < div style = { { clear : 'both' } } >
393
+ < div style = { { clear : 'both' } } >
394
394
{ translate ( 'module' ) } { translate ( 'discount' ) }
395
- < div style = { { float : 'right' } } >
395
+ < div style = { { float : 'right' } } >
396
396
< input type = 'text' size = '10' value = { this . state . moduleDiscount } onChange = { this . _changeModuleDiscount } onFocus = { selectAll } onBlur = { this . _setModuleDiscount } onKeyDown = { this . _kpModuleDiscount } />
397
397
< u className = 'primary-disabled' > %</ u >
398
398
</ div >
You can’t perform that action at this time.
0 commit comments