mirror of
https://github.com/10h30/woo-viet.git
synced 2026-06-05 15:09:49 +09:00
Fix: make exchange rate fields better visible
This commit is contained in:
@@ -262,7 +262,7 @@ class WooViet_Admin_Page {
|
||||
<br/>
|
||||
|
||||
<input name="settings[vnd_paypal_standard][rate]" type="number" step="1" min="100"
|
||||
id="vnd_paypal_standard_rate" style="width: 70px;"
|
||||
id="vnd_paypal_standard_rate" style="width: 70px; padding-right: 0;"
|
||||
value="<?php echo $settings['vnd_paypal_standard']['rate'] ?>"
|
||||
<label for="vnd_paypal_standard_rate"><?php _e( 'Insert the exchange rate of this currency to VND', 'woo-viet' ) ?></label>
|
||||
</fieldset>
|
||||
@@ -300,7 +300,7 @@ class WooViet_Admin_Page {
|
||||
|
||||
<input name="settings[vnd_paypal_express_checkout][rate]" type="number" step="1"
|
||||
min="100"
|
||||
id="vnd_paypal_express_checkout_rate" style="width: 70px;"
|
||||
id="vnd_paypal_express_checkout_rate" style="width: 70px; padding-right: 0;"
|
||||
value="<?php echo $settings['vnd_paypal_express_checkout']['rate'] ?>"
|
||||
<label for="vnd_paypal_express_checkout_rate"><?php _e( 'Insert the exchange rate of this currency to VND', 'woo-viet' ) ?></label>
|
||||
</fieldset>
|
||||
|
||||
Reference in New Issue
Block a user