Fix disabilitazione pulsanti per permessi sola lettura

This commit is contained in:
loviuz 2019-10-29 17:01:22 +01:00
parent 496809a2d2
commit dd757c08d3
1 changed files with 1 additions and 1 deletions

View File

@ -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 '