diff --git a/COPYRIGHT b/COPYRIGHT index c838353b740..a86542700a2 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -21,8 +21,8 @@ PHPExcel 1.7.6 LGPL 2.1 Yes Read/Write XLS files, read ODS files TCPDF 5.9.098 LGPL 3.0 Yes PDF generation JS libraries: -jQuery 1.7.1 GPL and MIT Licence Yes JS library -jQuery UI 1.8.17 GPL and MIT Licence Yes JS library plugin UI +jQuery 1.7.2 GPL and MIT Licence Yes JS library +jQuery UI 1.8.20 GPL and MIT Licence Yes JS library plugin UI jQuery Colorpicker 1.1 MIT Licence Yes JS library for color picker for a defined list of colors jQuery DataTable 1.8.1 BSD Yes JS library for tables output jQuery Flot 0.7 MIT Licence Yes JS library to build graph diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php index 2cc056c008f..4a4a96adcea 100644 --- a/htdocs/core/class/html.formfile.class.php +++ b/htdocs/core/class/html.formfile.class.php @@ -804,103 +804,12 @@ class FormFile $upload_max_filesize = $mul_upload_max_filesize * (int) $upload_max_filesize; // Max file size $max_file_size = (($post_max_size < $upload_max_filesize) ? $post_max_size : $upload_max_filesize); - - print ''; - - print '
| '.$langs->trans("Documents2").' | '; - print ''.$langs->trans("Preview").' | '; - print ''.$langs->trans("Size").' | '; - print ''; - print ' | ||
| t |