Every repository with this icon (
Every repository with this icon (
tree d290be1c658fc065e32418de9e2a5f3cfc5411ae
parent 518975d089eb1da36012e0bbe68d48ef11a2a851 parent 2151cb449578bdc223da2410997ea0c7625e3ae4
| name | age | message | |
|---|---|---|---|
| |
COPYING | Sun Mar 15 06:25:33 -0700 2009 | |
| |
README.rst | Mon Mar 16 02:56:46 -0700 2009 | |
| |
css/ | Sun Mar 15 06:25:33 -0700 2009 | |
| |
html/ | Wed Apr 15 14:14:33 -0700 2009 | |
| |
images/ | Mon Jun 29 02:53:20 -0700 2009 | |
| |
js/ | Thu Mar 19 03:18:58 -0700 2009 |
OTRS Theme FamFamFam
This is a theme for the free ticketsystem OTRS, by Puzzle ITC. It uses icons of FamFamFam and was inspired by the default layout of Redmine.
It introduces some Javascript enhancements to make the overview of tickets collapsed.
The theme is released under GPL Version 3 (See COPYING for more infos), FamFamFam icons are licensed under a Creative Commons Attribution 2.5 License for further information have a look at FamFamFam About-Page.
Authors:
- Simon Josi <josi+famfamfam(at)puzzle.ch>
- Marcel Haerry <haerry+famfamfam(at)puzzle.ch>
Installation
This theme contains the following 4 folders:
- css
- images
- js
- html
You have to copy them to the following locations:
html:
mkdir -p <your otrs installation>/Kernel/Output/HTML cp -a html <your otrs installation>/Kernel/Output/HTML/FamFamFam
css:
mkdir -p <your otrs installation>/var/httpd/htdocs/css cp -a css <your otrs installation>/var/httpd/htdocs/css/FamFamFam
images:
mkdir -p <your otrs installation>/var/httpd/htdocs/images cp -a images <your otrs installation>/var/httpd/htdocs/images/FamFamFam
js:
mkdir -p <your otrs installation>/var/httpd/htdocs/js cp -a js <your otrs installation>/var/httpd/htdocs/js/FamFamFam
Additionally you have to register your theme in the otrs database. For MySQL this can look like:
mysql otrs
mysql> INSERT INTO theme
-> (theme, valid_id, create_time, create_by, change_time, change_by)
-> VALUES
-> ('FamFamFam', 1, current_timestamp, 1, current_timestamp, 1);
mysql>
Now the new theme should be useable in OTRS. It should be possible to select it via your personal preferences page. For further information about a custom them have a look at the OTRS Help.







