Add new action button in AdminCustomerUser

Dont create your support topics here! No new topics with questions allowed!

Moderator: crythias

Forum rules
Dont create your support topics here! No new topics with questions allowed!
Post Reply
skizzo88
Znuny newbie
Posts: 25
Joined: 02 May 2011, 18:15
Znuny Version: 3.07
Real Name: Roccon Manuel
Company: xx

Add new action button in AdminCustomerUser

Post by skizzo88 »

To add a new button in the Actions pane, simply add a string to line 23 of file AdminCustomerUser.dtl,
For example, I've added it to create a quick ticket to see a photo.
Place this information to those who want to add some function in more:)


<!-- dtl:block:ActionOverview -->
<li>
<a href="$Env{"Baselink"}Action=$Env{"Action"};Nav=$LQData{"Nav"}" class="CallForAction"><span>$Text{"Go to overview"}</span></a>
</li>
<li>
<!--<a href="$Env{"Baselink"}Action=AgentTicketPhone&Subaction=StoreNew&ExpandCustomerName=1&From=$QData{"UserLogin"}" class="CallForAction"> span>$Text{"Go to overview"}</span></a>-->
<a href="http://tifpaese.dyndns.biz/otrs/index.p ... omerName=1" class="CallForAction"><span>Apri ticket</span></a>
</li>
Immagine.jpg
You do not have the required permissions to view the files attached to this post.
Configer
Znuny newbie
Posts: 8
Joined: 30 May 2011, 12:08
Znuny Version: 3.0.8
Real Name: Jeroen
Company: GBL

Re: Add new action button in AdminCustomerUser

Post by Configer »

i do see a differance! sorry. But i hoped you know how to change the other fields, like where you fill in the customers info.

because i would like to add another field to that to expand the costumers info. Do you maby know how to do that?
Post Reply