[otrs-cvs] otrs/Kernel/Output/HTML/Standard AgentCustomerInformationCenter.dtl, 1.7, 1.8
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/Kernel/Output/HTML/Standard
In directory lancelot:/tmp/cvs-serv3658/Kernel/Output/HTML/Standard
Modified Files:
AgentCustomerInformationCenter.dtl
Log Message:
Added possibility to switch the customer in the CIC.
Author: mg
Index: AgentCustomerInformationCenter.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AgentCustomerInformationCenter.dtl,v
retrieving revision 1.7
retrieving revision 1.8
diff -2 -u -d -r1.7 -r1.8
--- AgentCustomerInformationCenter.dtl 20 Nov 2012 15:15:59 -0000 1.7
+++ AgentCustomerInformationCenter.dtl 3 Dec 2012 10:50:59 -0000 1.8
@@ -10,12 +10,17 @@
# --
+<!-- dtl:block:Content -->
+<div class="MainBox ARIARoleMain LayoutFixedSidebar SidebarLast">
+ <h1>$Text{"Customer Information Center"} — <a href="#" id="CustomerInformationCenterHeading">$QData{"CustomerIDTitle"}</a></h1>
+
<!--dtl:js_on_document_complete-->
<script type="text/javascript">//<![CDATA[
Core.Agent.Dashboard.Init();
+ $('#CustomerInformationCenterHeading').bind('click', function() {
+ Core.Agent.CustomerInformationCenterSearch.OpenSearchDialog();
+ return false;
+ });
//]]></script>
<!--dtl:js_on_document_complete-->
-<!-- dtl:block:Content -->
-<div class="MainBox ARIARoleMain LayoutFixedSidebar SidebarLast">
- <h1>$Text{"Customer Information Center"} — $QData{"CustomerIDTitle"}</h1>
<div class="SidebarColumn">
---------------------------------------------------------------------
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