[otrs-cvs] otrs/Kernel/Output/HTML/Standard AgentTicketPhoneCommon.dtl, 1.10, 1.11 AgentTicketPhone.dtl, 1.153, 1.154 AgentTicketCustomer.dtl, 1.41, 1.42 AgentTicketEmail.dtl, 1.167, 1.168
"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-serv25242/Kernel/Output/HTML/Standard
Modified Files:
AgentTicketPhoneCommon.dtl AgentTicketPhone.dtl
AgentTicketCustomer.dtl AgentTicketEmail.dtl
Log Message:
Fixed bug#9134 - Sidebar columns on some screens don't support more than one widget.
Author: mab
Index: AgentTicketPhoneCommon.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AgentTicketPhoneCommon.dtl,v
retrieving revision 1.10
retrieving revision 1.11
diff -2 -u -d -r1.10 -r1.11
--- AgentTicketPhoneCommon.dtl 20 Nov 2012 15:22:47 -0000 1.10
+++ AgentTicketPhoneCommon.dtl 6 Feb 2013 12:20:30 -0000 1.11
@@ -1,5 +1,5 @@
# --
# AgentTicketPhoneCommon.dtl - provides HTML form for phone
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -30,14 +30,16 @@
<div class="LayoutFixedSidebar SidebarLast">
+ <div class="SidebarColumn">
<!-- dtl:block:CustomerTable -->
- <div id="CustomerInfo" class="SidebarColumn WidgetSimple">
- <div class="Header">
- <h2>$Text{"Customer Information"}</h2>
- </div>
- <div class="Content">
- $Data{"CustomerTable"}
+ <div id="CustomerInfo" class="WidgetSimple">
+ <div class="Header">
+ <h2>$Text{"Customer Information"}</h2>
+ </div>
+ <div class="Content">
+ $Data{"CustomerTable"}
+ </div>
</div>
- </div>
<!-- dtl:block:CustomerTable -->
+ </div>
<div class="ContentColumn">
Author: mab
Index: AgentTicketPhone.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AgentTicketPhone.dtl,v
retrieving revision 1.153
retrieving revision 1.154
diff -2 -u -d -r1.153 -r1.154
--- AgentTicketPhone.dtl 14 Jan 2013 14:03:05 -0000 1.153
+++ AgentTicketPhone.dtl 6 Feb 2013 12:20:30 -0000 1.154
@@ -16,14 +16,17 @@
<div class="LayoutFixedSidebar SidebarLast">
+
+ <div class="SidebarColumn">
<!-- dtl:block:CustomerTable -->
- <div id="CustomerInfo" class="SidebarColumn WidgetSimple">
- <div class="Header">
- <h2>$Text{"Customer Information"}</h2>
- </div>
- <div class="Content">
- $Data{"CustomerTable"}
+ <div id="CustomerInfo" class="WidgetSimple">
+ <div class="Header">
+ <h2>$Text{"Customer Information"}</h2>
+ </div>
+ <div class="Content">
+ $Data{"CustomerTable"}
+ </div>
</div>
- </div>
<!-- dtl:block:CustomerTable -->
+ </div>
<div class="ContentColumn">
Author: mab
Index: AgentTicketCustomer.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AgentTicketCustomer.dtl,v
retrieving revision 1.41
retrieving revision 1.42
diff -2 -u -d -r1.41 -r1.42
--- AgentTicketCustomer.dtl 11 Jan 2013 12:35:19 -0000 1.41
+++ AgentTicketCustomer.dtl 6 Feb 2013 12:20:30 -0000 1.42
@@ -23,14 +23,15 @@
<div class="Content">
<div class="LayoutFixedSidebar SidebarLast">
- <div id="CustomerInfo" class="SidebarColumn WidgetSimple">
- <div class="Header">
- <h2>$Text{"Customer Data"}: $QData{"CustomerID"}</h2>
- </div>
- <div class="Content">
- $Data{"Table"}
+ <div class="SidebarColumn">
+ <div id="CustomerInfo" class="WidgetSimple">
+ <div class="Header">
+ <h2>$Text{"Customer Data"}: $QData{"CustomerID"}</h2>
+ </div>
+ <div class="Content">
+ $Data{"Table"}
+ </div>
</div>
</div>
-
<div class="ContentColumn">
<div class="Content">
Author: mab
Index: AgentTicketEmail.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AgentTicketEmail.dtl,v
retrieving revision 1.167
retrieving revision 1.168
diff -2 -u -d -r1.167 -r1.168
--- AgentTicketEmail.dtl 14 Jan 2013 14:03:05 -0000 1.167
+++ AgentTicketEmail.dtl 6 Feb 2013 12:20:30 -0000 1.168
@@ -17,15 +17,17 @@
<div class="LayoutFixedSidebar SidebarLast">
+ <div class="SidebarColumn">
# show customer info table
<!-- dtl:block:CustomerTable -->
- <div id="CustomerInfo" class="SidebarColumn WidgetSimple">
- <div class="Header">
- <h2>$Text{"Customer Information"}</h2>
- </div>
- <div class="Content">
- $Data{"CustomerTable"}
+ <div id="CustomerInfo" class="WidgetSimple">
+ <div class="Header">
+ <h2>$Text{"Customer Information"}</h2>
+ </div>
+ <div class="Content">
+ $Data{"CustomerTable"}
+ </div>
</div>
- </div>
<!-- dtl:block:CustomerTable -->
+ </div>
<div class="ContentColumn">
---------------------------------------------------------------------
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