This manual is deprecated. Please visit https://groupoffice.readthedocs.io for the latest documentation.

Difference between revisions of "Tickets"

From Group-Office Groupware and CRM Documentation
Jump to: navigation, search
(New page: =Under construction= ===Customizing the create ticket page=== You can customize the create ticket page by copying the folder: <pre>modules/tickets/extern/template</pre> to a custom fol...)
(No difference)

Revision as of 18:17, 4 March 2010

Under construction

Customizing the create ticket page

You can customize the create ticket page by copying the folder:

modules/tickets/extern/template

to a custom folder outside Group-Office.

then add the following line to config.php:

$config['tickets_template_path']="/path/to/custom/template/folder";