安装
- 下载主题
- 将其解压缩到
../public/themes/
,这将产生一个application.css目录路径,如:../public/themes/redminecrm/stylesheets/application.css
- 你现在可能需要重启Redmine,以便在可用主题列表中显示新安装的主题。
- 转到“管理 -> 设置 -> 显示”,然后在“主题”下拉列表中选择你新创建的主题,保存设置。
- Redmine系统现在应该以所选主题样式显示。
更改图标
- 将你的图标文件放入@./public/themes/redminecrm/images@
- 在@./public/themes/redminecrm/stylesheets/application.css@中第15行中填充
- 或者只需用一个43x30大小的新文件替换logo.png文件
...
#header > h1 {
background: url(../images/logo.png) no-repeat 10px 20%;
padding: 5px 60px;
}
注册RedmineUP云测试
即刻开始你的15天免费试用,所有专业插件都安装在云端,无须提供信用卡信息。
更改日志
v0.0.2¶
- CRM plugin v3.2.6 support
- redmine_tags plugin support
- Invoice table headers
- Add news button
- Search field for Redmine 2.3
- Wiki page-title
- Wiki tables
- Wiki toc
v0.0.1¶
- Redmine 2.2 support
- CRM plugin 3.1 support
- Invoices plugin 2.0.1 support
- Helpdesk plugin 2.1.0 support
- Retina display support (thumbnails, contacts avatars, logo)