14.07.2022, 10:20
(14.07.2022, 08:41)Daniel Wrote: In JS you can make all element read only and hide all inline elements like this. This will work only in gui
Code:$(function() {
if (window.Globals && Globals.user == 'admin') {
$('.item-control').addClass('item-read-only');
$('.item-control-single').addClass('hide');
}
});
Hi Daniel,
Is there any way to differentiate link buttons from object buttons? I'd like to mantain links between plans active.
Thanks