Monday, August 22, 2011

SugarCRM - Turn Off Grouping in Tabs for 6.2

I wanted to turn off the nice functionality that was added to 6.2 because of the familiarity that users already had to the old format.  In order to do this, it was fairly easy.  A line just has to be added to the theme definition file.  In this post, I created a new theme.  In order to turn off the grouping, I added the following line after the name line.  So, after 'name' => "Theme1", 


I added:

'group_tabs' => false,


That is it.  Now you will not have grouped tabs.

No comments:

Post a Comment