03/14: SugarCRM
Category: Web dev
Posted by: hajime osako
テーマを作成するには:
1.近いテーマをコピーする
2.コピーしたテーマのconfig.phpを変更する
$theme_name と $theme_description
3.あとはスタイルシートなどを変更する
インストールディレクトリ内のconfig.phpのdefault_moduleを変更するとデフォルトのページが変更できる。
Admin
System
System settings
Upload a new logo (it won't change immediately)
Locale settings
Currencies
Users
Create User (You cannot delete users but you can deactivate them.)
Email
Email settings
Studio
Configure Tabs
Change theme
/style.css
.header {
background-color: #006699;
}
a.myAreaLink:link, a.myAreaLink:visited {
color: #ccc;
text-decoration: none;
}
/header.html
{IMAGE_PATH}company_logo2.png
/cache/dashlets/dashlets.php
comment out unnecessary dashlets
/modules/Home/index.php
changed $defaultDashlets
/config.php
changed 'default_theme'
1.近いテーマをコピーする
2.コピーしたテーマのconfig.phpを変更する
$theme_name と $theme_description
3.あとはスタイルシートなどを変更する
インストールディレクトリ内のconfig.phpのdefault_moduleを変更するとデフォルトのページが変更できる。
Admin
System
System settings
Upload a new logo (it won't change immediately)
Locale settings
Currencies
Users
Create User (You cannot delete users but you can deactivate them.)
Email settings
Studio
Configure Tabs
Change theme
.header {
background-color: #006699;
}
a.myAreaLink:link, a.myAreaLink:visited {
color: #ccc;
text-decoration: none;
}
{IMAGE_PATH}company_logo2.png
/cache/dashlets/dashlets.php
comment out unnecessary dashlets
/modules/Home/index.php
changed $defaultDashlets
/config.php
changed 'default_theme'