Add folder hierarchy collapsing.

This commit is contained in:
svncommit
2008-08-28 08:15:31 +00:00
parent 79aeb308cb
commit f5aa16541e
8 changed files with 86 additions and 6 deletions

View File

@@ -98,7 +98,7 @@ class html
if (is_string($attr)) {
$attr = array('class' => $attr);
}
return self::tag('div', $attr, $cont, self::$common_attrib);
return self::tag('div', $attr, $cont, array_merge(self::$common_attrib, array('onclick')));
}
/**
@@ -644,4 +644,4 @@ class html_table extends html
}
}
?>
?>