Modify

Opened 16 years ago

Closed 16 years ago

#2948 closed defect (fixed)

Test Manager main navigation link fix

Reported by: mteece@… Owned by: edunne
Priority: low Component: TestCaseManagementPlugin
Severity: trivial Keywords:
Cc: Trac Release: 0.10

Description

Trivial, but a quick fix.

The main navigation for Trac, after the TestCaseManagementPlugin is successfully installed reads "TestManagement". Would be much cleaner is it was like the other default navigation and split into two words; "Test Management".

Under the branch 0.4.0 testManagementPlugin/testManager.py line 60:

Change the link

yield ('mainnav', 'testmanagement', Markup('<a href="%s">TestManagement</a>', self.env.href.testmanagement() + '/' ) )

To

yield ('mainnav', 'testmanagement', Markup('<a href="%s">Test Management</a>', self.env.href.testmanagement() + '/' ) )

Attachments (0)

Change History (1)

comment:1 Changed 16 years ago by edunne

Resolution: fixed
Status: newclosed

ok...will be changed for the 0.11 release...Tuesday morning may 20th

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain edunne.
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.