https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15326

--- Comment #98 from Owen Leonard <[email protected]> ---
One thing that I would really like to see improved:

I think the navigation menu in the OPAC doesn't work the way it should. For
example, this menu based on pages I was testing with:

- About us
  - About us › Nelsonville Public Library
  - About us › Athens Public Library
  - About us › The Plains Public Library

Why is "About us" repeated for each sub-page? Why aren't sub-pages displayed as
a list nested inside the list containing the parent link? Based on other CMS
navigation menus I would have expected this:

<ul>
    <li>About us
        <ul>
            <li>Nelsonville Public Library</li>
            <li>Athens Public Library</li>
            <li>The Plains Public Library</li>
        </ul>
    </li>
</ul>

This is semantically more correct and provides more flexibility for CSS styling
because you can leverage element nesting.

The other thing I see which seems wrong is that if I'm looking at the parent
page ("About us" in the example above) I don't see the sub-pages. I would
expect them to either be shown all the time or only when viewing the parent
page or its sub-pages.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to