From 80477ccb5875a9d54895dd001496ea73c82e218a Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 3 Jul 2011 15:04:18 +0000 Subject: [PATCH] Works on jQuery file upload --- htdocs/core/class/html.formfile.class.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php index cf1b4835d90..7f0dc0a7fda 100644 --- a/htdocs/core/class/html.formfile.class.php +++ b/htdocs/core/class/html.formfile.class.php @@ -22,7 +22,7 @@ * \file htdocs/core/class/html.formfile.class.php * \ingroup core * \brief File of class to offer components to list and upload files - * \version $Id: html.formfile.class.php,v 1.36 2011/07/03 14:43:12 hregis Exp $ + * \version $Id: html.formfile.class.php,v 1.37 2011/07/03 15:04:18 hregis Exp $ */ @@ -806,6 +806,12 @@ class FormFile print ''; print '
'; print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; print '
'.$langs->trans("Documents2").''.$langs->trans("Preview").''.$langs->trans("Size").'
'; print '
'; print '
';