[otrs-cvs] otrs/Kernel/Modules AgentCustomerInformationCenter.pm, 1.6, 1.7
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/Kernel/Modules
In directory lancelot:/tmp/cvs-serv11855/Kernel/Modules
Modified Files:
AgentCustomerInformationCenter.pm
Log Message:
Fixed bug 8949: CIC can't open in a new tab in Firefox 17.
Author: mg
Index: AgentCustomerInformationCenter.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AgentCustomerInformationCenter.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -2 -u -d -r1.6 -r1.7
--- AgentCustomerInformationCenter.pm 20 Nov 2012 14:46:01 -0000 1.6
+++ AgentCustomerInformationCenter.pm 29 Nov 2012 14:46:03 -0000 1.7
@@ -84,7 +84,12 @@
if ( $Self->{Subaction} ne 'UpdatePosition' ) {
if ( !$Self->{CustomerID} ) {
- return $Self->{LayoutObject}->ErrorScreen(
- Message => 'Need CustomerID!',
+ my $Output = $Self->{LayoutObject}->Header();
+ $Output .= $Self->{LayoutObject}->NavigationBar();
+ $Output .= $Self->{LayoutObject}->Output(
+ TemplateFile => 'AgentCustomerInformationCenterBlank',
+ Data => \%Param,
);
+ $Output .= $Self->{LayoutObject}->Footer();
+ return $Output;
}
}
---------------------------------------------------------------------
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