Re: subpanel display order in project module

Originally Posted by
anjireddy987
Hi,
i have to arrange the subpanels in a order ,same order have to display for all the users.
while changing the order, project group task subpanel have to display first,
Next custom realted subpanels have to display,
next i have to display common subpanels like activities,history,etc.
how to arrange the subpanels in that way
to change order of subpanels for projects create a file
custom/Extension/modules/Project/Ext/Layoutdefs/custom.php
in file put
$layout_defs['Project'] ['projecttask']['order'] = 10;
$layout_defs['Project'] ['activities']['order'] = 80;
$layout_defs['Project'] ['history']['order'] = 90;
Etc.
then do a repair
Mike Solomon
Development Manager
Ivy Ltd
www.ivy.ltd.uk]www.ivy.ltd.uk
php version 5.2.6
MySql 5.1.59
Bookmarks