Modify

Opened 17 years ago

Closed 7 years ago

#947 closed enhancement (wontfix)

ability to add/move things to sublists of the navigation bar

Reported by: anonymous Owned by: Alec Thomas
Priority: normal Component: NavMoverPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.10

Description

Hi, it would be nice if you could add stuff to sublists of the navigation bar. that means, what currently looks like:

<ul>
<li>foo</li>
<li>bar</li>
<li>foobar</li>
</ul>

could then look like

<ul>
<li>foo</li>
<li>subfoos</li>
    <ul>
    <li>bar</li>
    <li>foobar</li>
    </ul>
</ul>

This could be handy to integrate into site navigation bars that use such schemes for the current point, so that under a bugtrack point the whole trac points could be

additionally it seems to me that this plugin has similar abilites as NavAdd so maybe they should be merged?

Attachments (0)

Change History (1)

comment:1 Changed 7 years ago by Ryan J Ollos

Resolution: wontfix
Status: newclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Alec Thomas.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.