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…
Reference in New Issue