2002 |
.attr('class', 'alert alert-warning') |
2002 |
.attr('class', 'alert alert-warning') |
2003 |
.append(__x('Warning: Item {barcode} is reserved', { barcode })) |
2003 |
.append(__x('Warning: Item {barcode} is on hold', { barcode })) |
2006 |
$('#addResult').replaceWith('<div id="addResult" class="alert alert-danger">'+_("Failure: Item '%s' belongs to another bundle").format(barcode)+'</div>'); |
2006 |
$('#addResult').replaceWith('<div id="addResult" class="alert alert-danger">'+_("Failure: Item '%s' belongs to another bundle").format(barcode)+'</div>'); |