diff --git a/admin-dev/themes/template/products/combinations.tpl b/admin-dev/themes/template/products/combinations.tpl index 1211813e2..cfcc60675 100644 --- a/admin-dev/themes/template/products/combinations.tpl +++ b/admin-dev/themes/template/products/combinations.tpl @@ -121,9 +121,8 @@
{l s='Delete this file'} diff --git a/admin-dev/themes/template/products/form.tpl b/admin-dev/themes/template/products/form.tpl index c1358b96f..591a77279 100644 --- a/admin-dev/themes/template/products/form.tpl +++ b/admin-dev/themes/template/products/form.tpl @@ -212,10 +212,10 @@ $(document).ready(function(){ $('#virtual_product_file_label').hide(); $('#file_missing').hide(); $('#delete_downloadable_product_attribute').show(); - $('#virtual_product_name_attribute').attr('value', fileName); $('#upload-confirmation2').html( '{l s='The file'} "' + fileName + '" {l s='has successfully been uploaded'}' + ''); + $('#virtual_product_name_attribute').attr('value', fileName); link = $("#delete_downloadable_product_attribute").attr('href'); $("#delete_downloadable_product_attribute").attr('href', link+"&file="+msg);