Hi all.
Maybe it's stupid question, but how do I disable group tabs display style and revert to classic 'one row' style?
Thanks in advance.
P.S. Using SugarCRM CE 5.2.0j
Hi all.
Maybe it's stupid question, but how do I disable group tabs display style and revert to classic 'one row' style?
Thanks in advance.
P.S. Using SugarCRM CE 5.2.0j
If you want to set it for all users independant from their former setting to flat, you should look in the themes directory in the header.php and config.php files for the setting of $useGroupTabs.
Just set $useGroupTabs in each of these files to false.
Harald Kuske
Pre-Sales Engineer Central Europe
SUGARCRM Deutschland GmbH
Erika-Mann-Str. 53, 80636 Munich, Germany
Email: hkuske@sugarcrm.com
Home: http://www.sugarcrm.com
In the actual versions this variable is in themedef.php under theme folder.
$themedef = array(
'name' => "Classic",
'description' => "Default theme from Sugar 5",
'version' => array(
'regex_matches' => array('6\.*.*'),
),
'group_tabs' => false,
);
Rafael Queiroz Gonçalves
Advanced OMG UML Certified Professional
Sun Certified Enterprise Architect for the Java Platform
Sun Certified Programmer for the Java 2 Platform
IBM Certified Advanced Application Developer - Lotus Notes and Domino
IBM Certified Application Developer - IBM WebSphere Portlet Factory
Computer Science Mastering / UFSC - PPGCC
The path for themedef.php in 6.x is themes/<Themename>/themedef.php, e.g. themes/Sugar5/themedef.php for Classic (default) theme.
Stefan Ulrich Sauer
System Analyst
Devoteam Danet GmbH
Gutenbergstraße 10
D-64331 Weiterstadt
Germany
email: Stefan-Ulrich.Sauer@devoteam.com
http://www.devoteam.de
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks