Add explanation text to customer ticket mask

Moderator: crythias

Locked
FloBo
Znuny newbie
Posts: 24
Joined: 27 Feb 2014, 16:27
Znuny Version: 3.3.8

Add explanation text to customer ticket mask

Post by FloBo »

Hello together,

I would like to know, if it is possible to add additional text to the customer ticket mask? Our customers need to set the incident impact when creating a ticket. Because of this reason I would like to add a short explanation, in which situation they have to choose which impact state.

Would it be possible to display a separate text box? Or maybe somehow include in the label of the field?

Image


I´m open for any hint about how to add some text in this mask.

Thanks in advance and best regards,
Florian
Produktiv: OTRS: 3.3.8, OTRS::ITSM 3.3.8, KIX4OTRS 6.0.6
Testing: OTRS: 3.3.8, OTRS::ITSM 3.3.8, KIX4OTRS 6.0.6
OS: Windows
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Add explanation text to customer ticket mask

Post by jojo »

"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
FloBo
Znuny newbie
Posts: 24
Joined: 27 Feb 2014, 16:27
Znuny Version: 3.3.8

Re: Add explanation text to customer ticket mask

Post by FloBo »

Hello jojo,

thank you for the suggestion. Unfortunately, we can´t spend money for such a contract to use this add-on. :(
Produktiv: OTRS: 3.3.8, OTRS::ITSM 3.3.8, KIX4OTRS 6.0.6
Testing: OTRS: 3.3.8, OTRS::ITSM 3.3.8, KIX4OTRS 6.0.6
OS: Windows
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Add explanation text to customer ticket mask

Post by crythias »

FloBo wrote:Or maybe somehow include in the label of the field?
Custom Translation might help.
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
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: Add explanation text to customer ticket mask

Post by reneeb »

If this should be a "static" widget, I would edit the template.
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
FloBo
Znuny newbie
Posts: 24
Joined: 27 Feb 2014, 16:27
Znuny Version: 3.3.8

Re: Add explanation text to customer ticket mask

Post by FloBo »

Yes, this should be static. Which template do you mean? CustomerTicketMessage.dtl?
Produktiv: OTRS: 3.3.8, OTRS::ITSM 3.3.8, KIX4OTRS 6.0.6
Testing: OTRS: 3.3.8, OTRS::ITSM 3.3.8, KIX4OTRS 6.0.6
OS: Windows
FloBo
Znuny newbie
Posts: 24
Joined: 27 Feb 2014, 16:27
Znuny Version: 3.3.8

Re: Add explanation text to customer ticket mask

Post by FloBo »

*push*

Some help or a hint would be wonderful :)
Produktiv: OTRS: 3.3.8, OTRS::ITSM 3.3.8, KIX4OTRS 6.0.6
Testing: OTRS: 3.3.8, OTRS::ITSM 3.3.8, KIX4OTRS 6.0.6
OS: Windows
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Add explanation text to customer ticket mask

Post by crythias »

You were given a hint.
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
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Add explanation text to customer ticket mask

Post by crythias »

Explicitly: Edit the .dtl that complies with the screen.
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
FloBo
Znuny newbie
Posts: 24
Joined: 27 Feb 2014, 16:27
Znuny Version: 3.3.8

Re: Add explanation text to customer ticket mask

Post by FloBo »

Okay, maybe I should have been more concrete.

I need help or a hint how to add a widget to this mask. Now, I know which file I need to edit. But I don´t know how to add such widget. For example I tried to copy&paste the Customer Information widget from AgentTicketZoom.dtl. Nothing happend.

Source

Code: Select all

<!-- dtl:block:CustomerTable -->
            <div class="WidgetSimple">
                <div class="Header">
                    <h2>$Text{"Customer Information"}</h2>
                </div>
                <div class="Content">
                    $Data{"CustomerTable"}
                </div>
            </div>
<!-- dtl:block:CustomerTable -->
Pasted

Code: Select all

<!-- dtl:block:ImpactExplanation -->
            <div class="WidgetSimple">
                <div class="Header">
                    <h2>$Text{"Impact Explanation"}</h2>
                </div>
                <div class="Content">
                    <h2>$Text{"Test Text"}</h2>
                </div>
            </div>
<!-- dtl:block:ImpactExplanation -->
What do I need to adept? dtl, css and/or pm file? Adding a widget is not that simple I guess.

Finding information about this topic is difficult. In my opinion, this forum is the best place to find information about OTRS, so I asked for help.
Produktiv: OTRS: 3.3.8, OTRS::ITSM 3.3.8, KIX4OTRS 6.0.6
Testing: OTRS: 3.3.8, OTRS::ITSM 3.3.8, KIX4OTRS 6.0.6
OS: Windows
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Add explanation text to customer ticket mask

Post by crythias »

If you want to include content on a .dtl, treat it like an html page.
Don't worry about block tags. Just write a div and place it where it should show up.
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
Locked