The attached patch fixes the book navigation links. I find the default book navigation to be clumsy and unreadable. This patch makes the book navigation look like the default drupal book navigation with "prev" links on the left, "up" in the middle" and "next" on the right hand side.
I also added a missing t() in page.tpl.php.

Comments

paranojik’s picture

StatusFileSize
new5.14 KB

Opera displayed a thick black rectangle sorrounding the book navigation. Fixed that, a typo and the positionin of the UP link.
Thanks to O Govinda, who discovered this.

jo1ene’s picture

I applied these patches and it still doesn't look right. I tried to manually add the drupal.css file to the page.tpl with no better luck.

jo1ene’s picture

(1) I deleted the custom book function in template.php.
(2) I added this to page.tpl.php:

<link rel="stylesheet" type="text/css" href="misc/drupal.css">

All better.