Search found 2 matches

by tiinar
10 Jun 2010, 10:51
Forum: Help
Topic: raquo text in extended project
Replies: 3
Views: 3431

Re: raquo text in extended project

Modify print_api.php as follows:
row 599: replace ’»’ with ’>>’
row 598: replace chr( 160 ); with ” ”;
by tiinar
31 May 2010, 09:50
Forum: Help
Topic: Customizing the project drop-down list
Replies: 5
Views: 5153

Customizing the project drop-down list

I’m currently using Mantis 1.1.8 and struggling with the amount of projects which makes it difficult to find the correct one quickly.

So I’d like to customize the Project drop-down list on the upper right corner so that it could be branched out (sub projects hidden until the parent project is ...