[Vtigercrm-commits] [Vtiger development] #8250: Enabling new theme / skin selection option
Vtiger development
vtiger-tickets at trac.vtiger.com
Thu Sep 18 07:14:59 GMT 2014
#8250: Enabling new theme / skin selection option
-------------------------+-------------------------
Reporter: prasad | Owner: developer
Type: enhancement | Status: new
Priority: minor | Milestone: Unassigned
Component: vtigercrm | Version: 6.1.0
Severity: Medium | Resolution:
Keywords: |
-------------------------+-------------------------
Comment (by prasad):
Workaround:
Create new skin "mycolor" under *layouts/vlayout/skins/*
Edit: *modules/Vtiger/helpers/Util.php*
{{{
public static function getAllSkins(){
return array( ..., 'mycolor' => '#RRGGBB' );
}
}}}
NOTE: RRGGBB - should be a valid number that represent the tone of the
color for the skin. User would select the same from the UI.
Now - refresh your Vtiger UI and choose skin by clicking theme brush or
my-preferences.
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8250#comment:1>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM
More information about the vtigercrm-commits
mailing list