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:
defacer 2005-05-09 23:11:25 +00:00
parent 3d95cc65ff
commit 88bbf2efff

View File

@ -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'));
}
/**