receive helper and i18n cleanup

This commit is contained in:
wvengen 2014-01-09 13:01:10 +01:00
parent 90c81de872
commit 124341c7d6
4 changed files with 27 additions and 21 deletions

View file

@ -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>');
}