- HTML Admin-Manual
- PDF Admin-Manual
- HTML ITSM-Manual
- PDF ITSM-Manual
- HTML Developer-Manual
- PDF Developer-Manual
- HTML Developer-API
You can create your own themes so as to use the layout you like in the OTRS web frontend. To create own themes, you should customize the output templates to your needs.
More information on the syntax and structure of output templates can be found in the Developer Manual at http://doc.otrs.org, especialy in the chapter on templates.
As an example, perform the following steps to create a new theme called "Company":
Create a directory called
Kernel/Output/HTML/Companyand copy all files that you like to change, fromKernel/Output/HTML/Standardinto the new folder.Important
Only copy over the files you actually change. OTRS will automatically get the missing files from the Standard theme. This will make upgrading at a later stage much easier.
Customize the files in the directory
Kernel/Output/HTML/Company, and change the layout to your needs.To activate the new theme, add them in SysConfig under Frontend::Themes.
Now the new theme should be useable. You can select it via your personal preferences page.
Warning
Do not change the theme files shipped with OTRS, since these changes will be lost after an update. Create your own themes only by performing the steps described above.