Index: openacs-4/packages/xowiki/resources/templates/view-book-no-ajax.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/resources/templates/view-book-no-ajax.adp,v diff -u -r1.5.2.8 -r1.5.2.9 --- openacs-4/packages/xowiki/resources/templates/view-book-no-ajax.adp 19 Aug 2022 19:35:17 -0000 1.5.2.8 +++ openacs-4/packages/xowiki/resources/templates/view-book-no-ajax.adp 22 Oct 2022 14:49:13 -0000 1.5.2.9 @@ -35,12 +35,10 @@ - - Previous + - - No Previous + @@ -56,12 +54,10 @@ - - Next + - - No Next + Index: openacs-4/packages/xowiki/resources/templates/view-book.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/resources/templates/view-book.adp,v diff -u -r1.5.2.8 -r1.5.2.9 --- openacs-4/packages/xowiki/resources/templates/view-book.adp 19 Aug 2022 19:35:17 -0000 1.5.2.8 +++ openacs-4/packages/xowiki/resources/templates/view-book.adp 22 Oct 2022 14:49:13 -0000 1.5.2.9 @@ -35,12 +35,10 @@ - - Previous + - - No Previous + @@ -56,12 +54,10 @@ - - Next + - - No Next + Index: openacs-4/packages/xowiki/tcl/adp-generator-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/adp-generator-procs.tcl,v diff -u -r1.51.2.6 -r1.51.2.7 --- openacs-4/packages/xowiki/tcl/adp-generator-procs.tcl 19 Aug 2022 19:44:07 -0000 1.51.2.6 +++ openacs-4/packages/xowiki/tcl/adp-generator-procs.tcl 22 Oct 2022 14:49:13 -0000 1.51.2.7 @@ -415,12 +415,10 @@ - - Previous + - - No Previous + @@ -436,12 +434,10 @@ - - Next + - - No Next + Index: openacs-4/packages/xowiki/www/resources/xowiki.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/xowiki.css,v diff -u -r1.64.2.20 -r1.64.2.21 --- openacs-4/packages/xowiki/www/resources/xowiki.css 20 Aug 2022 16:36:57 -0000 1.64.2.20 +++ openacs-4/packages/xowiki/www/resources/xowiki.css 22 Oct 2022 14:49:14 -0000 1.64.2.21 @@ -646,6 +646,13 @@ background-color: #428bca; } +.xowiki-content .xowiki-nav-inactive { + color: grey; +} +.xowiki-content .xowiki-nav-active { + color: black; +} + /* * Local Variables: * mode: css