[Koha-bugs] [Bug 15326] Add CMS feature

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 9 17:06:33 CEST 2019


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

--- Comment #98 from Owen Leonard <oleonard at myacpl.org> ---
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.


More information about the Koha-bugs mailing list