receive helper and i18n cleanup
This commit is contained in:
parent
90c81de872
commit
124341c7d6
4 changed files with 27 additions and 21 deletions
|
|
@ -66,6 +66,7 @@
|
|||
|
||||
function unlock_receive_input_field() {
|
||||
$('.units_received', $(this).closest('tr')).prop('disabled', false).focus();
|
||||
$(this).closest('.input-prepend').prop('title', I18n.t('orders.edit_amount.field_unlocked_title'));
|
||||
$(this).replaceWith('<i class="icon icon-warning-sign add-on"></i>');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue