From 2aa52356ade9bffb8d9526942475b6adf89a9cd4 Mon Sep 17 00:00:00 2001 From: gRoussac Date: Tue, 22 Oct 2013 09:39:59 +0200 Subject: [PATCH] [-] BO : Fix bug #PSCFV-10607 one upload name --- .../default/template/controllers/products/virtualproduct.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/admin-dev/themes/default/template/controllers/products/virtualproduct.tpl b/admin-dev/themes/default/template/controllers/products/virtualproduct.tpl index 0a6c0d865..227e3ea44 100644 --- a/admin-dev/themes/default/template/controllers/products/virtualproduct.tpl +++ b/admin-dev/themes/default/template/controllers/products/virtualproduct.tpl @@ -58,6 +58,7 @@ $('#file_missing').hide(); $('#virtual_product_name').attr('value', fileName); $("#upload-confirmation .error").remove(); + $('#upload-confirmation div').find('span').remove() $('#upload-confirmation div').prepend('{l s='The file'} "'+fileName+'" {l s='has successfully been uploaded'}' + ''); $("#upload-confirmation").show();