mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Visual improvement: blocks which are "hidden" (eye icon) now shown exactly
like collapsed blocks (minus sign) when editing is on.
This commit is contained in:
parent
3d95cc65ff
commit
88bbf2efff
@ -234,7 +234,7 @@ class block_base {
|
||||
if ($this->edit_controls !== NULL) {
|
||||
$title .= $this->edit_controls;
|
||||
}
|
||||
print_side_block($title, ' ', NULL, NULL, '');
|
||||
print_side_block($title, ' ', NULL, NULL, '', array('class' => 'hidden'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user