mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-23 05:54:03 +01:00
Fix disabilitazione pulsanti per permessi sola lettura
This commit is contained in:
parent
496809a2d2
commit
dd757c08d3
@ -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 '
|
||||
|
Loading…
Reference in New Issue
Block a user