Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fk/custom-control-panel-theme
An alternative "Control Panel"-theme for Liferay
https://github.com/fk/custom-control-panel-theme
Last synced: 4 days ago
JSON representation
An alternative "Control Panel"-theme for Liferay
- Host: GitHub
- URL: https://github.com/fk/custom-control-panel-theme
- Owner: fk
- Created: 2011-10-18T21:00:27.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-12-05T05:15:04.000Z (about 13 years ago)
- Last Synced: 2024-11-10T10:18:41.195Z (2 months ago)
- Language: Ruby
- Homepage: http://fk.github.com/custom-control-panel-theme/
- Size: 521 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.mdown
Awesome Lists containing this project
README
**An alternative "Control Panel"-theme for Liferay** (pre 6.1)
featuring a flexible layout, improved UI and last but not least, SASS and Compass.This is a quick hack and will most probably remain dirty.
You're welcome to participate. [Screenshot](http://fk.github.com/custom-control-panel-theme/).**Currently only tested in Google Chrome.**
To get this up and running in your local Liferay Plugins SDK
* open a terminal window and navigate to the location of your Liferay Plugins SDK "theme"-folder
`cd ${PLUGINS_SDK_HOME}/themes`
* inside the "themes"-directory, clone this repository
`git clone [email protected]:fk/custom-control-panel-theme.git`
* modify the "build-common-theme.xml" of your Liferay Plugins SDK as described here: http://www.liferay.com/de/community/forums/-/message_boards/message/10803827 (yes, there may be a more elegant way, and probably will be in the future)Optional and not required to build and deploy the theme
* install [SASS](http://sass-lang.com/) and [Compass](http://compass-style.org/)
* go to `${PLUGINS_SDK_HOME}/themes/custom-control-panel-theme/docroot/_diffs` and let Compass watch for changes by running
`compass watch`**Credits**
* "Fugue"-icons by [Yusuke Kamiyamane](http://p.yusukekamiyamane.com/)