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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

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.
_______________________________________________
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