Hi All
in SugarCRM have many colors i want change default to green one ?
how can i make this ?
Thanks
Khaled Al-Mutairi
Hi All
in SugarCRM have many colors i want change default to green one ?
how can i make this ?
Thanks
Khaled Al-Mutairi
Hi freebsdkw,
Change the file names "colors.sugar.css" to "colors.gray.css" and "colors.green.css" to "colors.sugar.css" in themes/Sugar.
Change the array $theme_colors = array("sugar", "blue","green","purple","ocher"); to $theme_colors = array("sugar", "blue","gray","purple","ocher"); to $theme_colors = array("sugar", "blue","gray","purple","ocher"); in themes/Sugar/confing.php and change the file names colors.green.icon.gif, etc. Also, the files names in the themes/Sugar/images/ of the corresponding files.
Euclides Rodriguez G.
Consultor Soluciones Empresariales
Cel: 3144715833
Soluciones 360°.
Bogotá, Colombia
En http://www.crmhispano.com puedes encontrar todo sobre SugarCRM en español.
Or, you can simply edit "themes/Sugar/layout_utils.php" and change this:
$colorTheme = get_style_color($theme);
to this:
$colorTheme = 'grey';
(where "grey" can be the color you wish to use). I think this is a little easier, huh?
Marc
André Lopes
DevToolKit / Project of the Month - June 2009
Lampada Global Services- Open Source Solutions
Avenida Ipiranga, 318
Bloco B - CJ 1602
São Paulo, SP 01046-010
Brazil
Office: +55 11 3237-3110
Mobile: +55 11 7636-5859
e-mail: andre@lampadaglobal.com
Lampada Global delivers offshore software development and support services to customers around the world.
Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.
I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.
If you need to change the default color of the Sugar theme you can follow what I did in this topic:
http://www.sugarcrm.com/forums/showt...964#post219964
Yoann
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks