diff --git a/admin-dev/themes/default/template/helpers/form/form.tpl b/admin-dev/themes/default/template/helpers/form/form.tpl index f42ac760b..142b04d77 100644 --- a/admin-dev/themes/default/template/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/helpers/form/form.tpl @@ -496,6 +496,9 @@ $('#{$input.name}-selectbutton').click(function(e){ $('#{$input.name}').trigger('click'); }); + $('#{$input.name}-name').click(function(e){ + $('#{$input.name}').trigger('click'); + }); $('#{$input.name}').change(function(e){ var val = $(this).val(); var file = val.split(/[\\/]/);