From dd757c08d3952750502c71ffececb02f4e05568f Mon Sep 17 00:00:00 2001 From: loviuz Date: Tue, 29 Oct 2019 17:01:22 +0100 Subject: [PATCH] Fix disabilitazione pulsanti per permessi sola lettura --- editor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor.php b/editor.php index 5eacb4d57..06c6172c3 100755 --- a/editor.php +++ b/editor.php @@ -443,7 +443,7 @@ if ($read_only || !empty($block_edit)) { if ($read_only) { echo ' $("a.btn, button, input[type=button], input[type=submit]", "section.content").hide(); - $("a.btn-info, a.btn-warning, button.btn-info, button.btn-warning, input[type=button].btn-info", "section.content").show();'; + $("a.btn-info, button.btn-info, input[type=button].btn-info", "section.content").show();'; } echo '