1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-23 13:58:25 +01:00

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

View File

@ -443,7 +443,7 @@ if ($read_only || !empty($block_edit)) {
if ($read_only) { if ($read_only) {
echo ' echo '
$("a.btn, button, input[type=button], input[type=submit]", "section.content").hide(); $("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 ' echo '