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

            Bug ID: 37222
           Summary: Standardize markup for sidebar menus
 Change sponsored?: ---
           Product: Koha
           Version: Main
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: enhancement
          Priority: P5 - low
         Component: Templates
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

We've got a couple of different ways we're marking up sidebar menus, and we're
limiting ourselves by tying the style to an ID. There are a few cases where we
want to include more than one menu in the sidebar and we shouldn't have to
update CSS just to make them consistent.

I'm proposing: 

    <div id="circ-menu" class="sidebar_menu">
       <ul>
          ...
       </ul>
    </div>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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