Wie bekomme ich dan ''Priorität: ... '' aus der ticket information gelöscht ?
Bzw geht das überhaupt ?
priorität in Ticket Info
-
- Znuny newbie
- Posts: 71
- Joined: 08 May 2012, 08:36
- Znuny Version: ITSM 3.1.2
- Real Name: Frauke
- Company: xXx
priorität in Ticket Info
You do not have the required permissions to view the files attached to this post.
-
- 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: priorität in Ticket Info
Du kannst in Kernel/Output/HTML/Standard/AgentTicketZoom.dtl das hier rauslöschen:
Aber vorsicht bei OTRS-Updates. Du musst die Änderung immer wieder einpflegen...
Code: Select all
<label>$Text{"Priority"}:</label>
<p class="Value" title="$Text{"$Data{"Priority"}"}">$Text{"$Data{"Priority"}"}</p>
<div class="Clear"></div>
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
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
-
- Znuny newbie
- Posts: 71
- Joined: 08 May 2012, 08:36
- Znuny Version: ITSM 3.1.2
- Real Name: Frauke
- Company: xXx
Re: priorität in Ticket Info
Das ging schnell, danke !