public
Description: An otrs theme based on the FamFamFam icon set
Homepage: http://www.puzzle.ch
Clone URL: git://github.com/puzzle/otrs-theme-famfamfam.git
Marcel Haerry (author)
Mon Jun 29 03:04:25 -0700 2009
commit  b5c56aa1547517c1504543ba2097e61fa2b30ae9
tree    d290be1c658fc065e32418de9e2a5f3cfc5411ae
parent  518975d089eb1da36012e0bbe68d48ef11a2a851 parent  2151cb449578bdc223da2410997ea0c7625e3ae4
name age message
file COPYING Sun Mar 15 06:25:33 -0700 2009 Init release [Marcel Haerry]
file README.rst Mon Mar 16 02:56:46 -0700 2009 update readme: create directories first [turingmachine]
directory css/ Sun Mar 15 06:25:33 -0700 2009 Init release [Marcel Haerry]
directory html/ Wed Apr 15 14:14:33 -0700 2009 replaces lock shortcut with merge shortcut [Marcel Haerry]
directory images/ Mon Jun 29 02:53:20 -0700 2009 another stats image, which remains closer to th... [kwadronaut]
directory js/ Thu Mar 19 03:18:58 -0700 2009 automagically select all agents to be informed [Marcel Haerry]
README.rst

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.