From ead583b3bf1396f4899f517df36adc558d08d60e Mon Sep 17 00:00:00 2001 From: "jose.gonzalez@pandorafms.com" Date: Fri, 4 Nov 2022 08:43:18 +0100 Subject: [PATCH] Input type file changed --- pandora_console/include/functions_html.php | 18 ++++++++++++++++-- pandora_console/include/styles/pandora.css | 18 ++++++++++++++++++ 2 files changed, 34 insertions(+), 2 deletions(-) diff --git a/pandora_console/include/functions_html.php b/pandora_console/include/functions_html.php index 0243a62a0b..f6cd8c5ef1 100644 --- a/pandora_console/include/functions_html.php +++ b/pandora_console/include/functions_html.php @@ -4481,7 +4481,8 @@ function html_print_header_logo_image(bool $menuCollapsed, bool $return=false) function html_print_input_file($name, $return=false, $options=false) { $output = ''; - + // Start to build the input. + $output .= '