Customization (otrs/Custom/) does not work

Moderator: crythias

Locked
shostakovich
Znuny advanced
Posts: 146
Joined: 11 Apr 2011, 08:11
Znuny Version: 3.2.5

Customization (otrs/Custom/) does not work

Post by shostakovich »

Hi,

my customizations of the original files from otrs/Kernel/Output/HTML/Standard/ are not being used:

Code: Select all

ebktts@wtf:~/otrs/Custom/Kernel/Output/HTML/Standard$ ls
AgentTicketActionCommon.dtl  AgentTicketPhone.dtl  AgentTicketZoom.dtl
OTRS does not use them, even though $OTRS_HOME/Custom/README tells:
You need to modify Kernel/System/Service.pm to add an customization, copy
Kernel/System/Service.pm to Custom/Kernel/System/Service.pm and modify it.
This module will get used.
Am I missing something?

TIA
Michael
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Customization (otrs/Custom/) does not work

Post by crythias »

OTRS uses themes to handle display. .pm isn't display, it's application framework.
http://doc.otrs.org/3.0/en/html/themes.html
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
shostakovich
Znuny advanced
Posts: 146
Joined: 11 Apr 2011, 08:11
Znuny Version: 3.2.5

Re: Customization (otrs/Custom/) does not work

Post by shostakovich »

I see, thanks!
Locked