[otrs-cvs] otrs/Kernel/Config/Files Ticket.xml,1.545,1.546
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/Kernel/Config/Files
In directory lancelot:/tmp/cvs-serv27970/Kernel/Config/Files
Modified Files:
Ticket.xml
Log Message:
Moved Phone Call Outbound and Inbound from Article menu to ticket menu in AgentTicketZoom.
Author: cr
Index: Ticket.xml
===================================================================
RCS file: /home/cvs/otrs/Kernel/Config/Files/Ticket.xml,v
retrieving revision 1.545
retrieving revision 1.546
diff -2 -u -d -r1.545 -r1.546
--- Ticket.xml 10 Jan 2013 19:28:48 -0000 1.545
+++ Ticket.xml 11 Jan 2013 23:50:23 -0000 1.546
@@ -4652,4 +4652,36 @@
</Setting>
</ConfigItem>
+ <ConfigItem Name="Ticket::Frontend::MenuModule###425-Phone Call Outbound" Required="0" Valid="1">
+ <Description Translatable="1">Shows a link in the menu to add a note in the ticket zoom view of the agent interface.</Description>
+ <Group>Ticket</Group>
+ <SubGroup>Frontend::Agent::Ticket::MenuModule</SubGroup>
+ <Setting>
+ <Hash>
+ <Item Key="Module">Kernel::Output::HTML::TicketMenuGeneric</Item>
+ <Item Key="Name">Phone Call Outbound</Item>
+ <Item Key="Description" Translatable="1">Phone Call Outbound</Item>
+ <Item Key="Action">AgentTicketPhoneOutbound</Item>
+ <Item Key="Link">Action=AgentTicketPhoneOutbound;TicketID=$QData{"TicketID"}</Item>
+ <Item Key="Target"></Item>
+ <Item Key="PopupType">TicketAction</Item>
+ </Hash>
+ </Setting>
+ </ConfigItem>
+ <ConfigItem Name="Ticket::Frontend::MenuModule###426-Phone Call Inbound" Required="0" Valid="1">
+ <Description Translatable="1">Shows a link in the menu to add a note in the ticket zoom view of the agent interface.</Description>
+ <Group>Ticket</Group>
+ <SubGroup>Frontend::Agent::Ticket::MenuModule</SubGroup>
+ <Setting>
+ <Hash>
+ <Item Key="Module">Kernel::Output::HTML::TicketMenuGeneric</Item>
+ <Item Key="Name">Phone Call Inbound</Item>
+ <Item Key="Description" Translatable="1">Phone Call Inbound</Item>
+ <Item Key="Action">AgentTicketPhoneInbound</Item>
+ <Item Key="Link">Action=AgentTicketPhoneInbound;TicketID=$QData{"TicketID"}</Item>
+ <Item Key="Target"></Item>
+ <Item Key="PopupType">TicketAction</Item>
+ </Hash>
+ </Setting>
+ </ConfigItem>
<ConfigItem Name="Ticket::Frontend::MenuModule###430-Merge" Required="0" Valid="1">
<Description Translatable="1">Shows a link in the menu that allows merging tickets in the ticket zoom view of the agent interface.</Description>
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log