mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Fixed events list view to Read only users
This commit is contained in:
parent
a46d4502e6
commit
223a9a6d0e
@ -259,6 +259,9 @@ else {
|
||||
$table->head[$i] = html_print_checkbox ("all_validate_box", "1", false, true);
|
||||
$table->align[$i] = 'left';
|
||||
}
|
||||
else {
|
||||
$table->head[$i] = '';
|
||||
}
|
||||
}
|
||||
|
||||
if ($meta) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user