Page 1 of 1

I want to change the position of the filters fields

Posted: 31 Oct 2011, 17:45
by eferreira
Hi, I am using Mantis 1.2.8 and I want to change the position that the field (custom fields and standard fields) are viewing in the filter page.

Do somebody knows how to doing without change the php code?

Thanks
Eduardo

Re: I want to change the position of the filters fields

Posted: 31 Oct 2011, 17:52
by atrol
Are you talking about the fields in the list of the issues or the fields where you set the filter?

Re: I want to change the position of the filters fields

Posted: 31 Oct 2011, 17:55
by eferreira
I am talking about the fields where you set the filter

Re: I want to change the position of the filters fields

Posted: 31 Oct 2011, 17:57
by atrol
There is no customization option for this.
You would have to change the source code.

Re: I want to change the position of the filters fields

Posted: 31 Oct 2011, 18:00
by eferreira
Ok, thank you atrol for your response

Best regards
Eduardo

Re: I want to change the position of the filters fields

Posted: 16 Nov 2011, 14:15
by eferreira
Where I have to change the source code for change the filter fields position?

Thanks
Eduardo

Re: I want to change the position of the filters fields

Posted: 16 Nov 2011, 16:36
by atrol
core/filter_api.php function filter_draw_selection_area2

Re: I want to change the position of the filters fields

Posted: 16 Nov 2011, 17:52
by eferreira
Atrol,

thank you for your support.

Best regards
Eduardo