[Koha-bugs] [Bug 12688] New: Better IntranetNav

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 1 00:17:59 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12688

            Bug ID: 12688
           Summary: Better IntranetNav
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Staff Client
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: cbrannon at cdalibrary.org
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com

Created attachment 30440
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=30440&action=edit
Cleaned up IntranetNav

I've noticed that if you just throw some links into IntranetNav, it just makes
the nav line wrap after just a couple additions.  Plus the added links don't
look good, and don't line up well.

I've managed to mimic the More menu by stealing the code and pasting it into
IntranetNav, then updating the labels and links.  Here is the code I put into
our IntranetNav:

<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
Resources
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="http://worldcat.org/" target="_blank">WorldCat</a>
</li>
<li>
<a href="http://www.goodreads.com/" target="_blank">goodreads</a>
</li>
<li>
<a href="http://www.cinlibraries.org/" target="_blank">CIN Website</a>
</li>
</ul>
</li>

It would be great if this structure was somehow built into the IntranetNav
preference.  It is much cleaner and behaves better.

Christopher

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list