]> git.mjollnir.org Git - moodle.git/commit
Merged from 1.9 and checked :: MDL-12221 :: I added changes to weblib and the forum...
authorurs_hunkler <urs_hunkler>
Wed, 9 Jan 2008 15:52:08 +0000 (15:52 +0000)
committerurs_hunkler <urs_hunkler>
Wed, 9 Jan 2008 15:52:08 +0000 (15:52 +0000)
commit52ea8aa0267367860c39f659c118cd53527e92cb
tree6bf617f5b6113bd6cf46a357a763997ba86b8869
parent4de1ef8cc21a5865f764054509d484677e8f861d
Merged from 1.9 and checked :: MDL-12221 :: I added changes to weblib and the forum and glossary view pages, the custom_corners and standard theme to get those pages working.

In the view pages I changed the container function call to a simple "echo 'div ...'" to avoid the custom_corners container overhead and page oddity.

In weblib I added "clearfix" handling to the function "print_box_start($classes ...". "clearfix" is handed over to the containing divs. This is a hack, but I didn't know how to handle it without rewriting too much areas.
14 files changed:
lib/weblib.php
mod/forum/view.php
mod/glossary/view.php
theme/custom_corners/header.html
theme/custom_corners/js/jquery.php
theme/custom_corners/pix/mask_borders_le.gif [new file with mode: 0644]
theme/custom_corners/pix/mask_borders_re.gif [new file with mode: 0644]
theme/custom_corners/pix/mask_box.gif [new file with mode: 0644]
theme/custom_corners/pix/small_bg_gradient.png [new file with mode: 0644]
theme/custom_corners/rtl.css
theme/custom_corners/styles_ie6.css
theme/custom_corners/styles_ie7.css
theme/custom_corners/user_styles.css
theme/standard/styles_layout.css