From 695f3fb282f7b81966300654db05295e0eb5c71a Mon Sep 17 00:00:00 2001 From: Daniel Maya Date: Mon, 13 Mar 2023 15:07:38 +0100 Subject: [PATCH] #9893 Added img disabled --- pandora_console/include/functions_html.php | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora_console/include/functions_html.php b/pandora_console/include/functions_html.php index 5d6f413573..c42ba2bf9a 100644 --- a/pandora_console/include/functions_html.php +++ b/pandora_console/include/functions_html.php @@ -3250,6 +3250,7 @@ function html_print_input_image($name, $src, $value, $style='', $return=false, $ 'onkeyup', 'class', 'form', + 'disabled', ]; foreach ($attrs as $attribute) {