[otrs-cvs] ITSMIncidentProblemManagement/Kernel/Output/HTML/Standard AgentTicketOverviewPreview.dtl, 1.21, 1.22 AgentTicketOverviewMedium.dtl, 1.19, 1.20 AgentTicketZoom.dtl, 1.55, 1.56 AgentTicketPhone.dtl, 1.35, 1.36 AgentTicketEmail.dtl, 1.39, 1.40

"CVS commits notifications of OTRS.org" <[email protected]>
Newsgroups gmane.comp.otrs.cvs
Message-ID <[email protected]>
Comments:
Update of /home/cvs/ITSMIncidentProblemManagement/Kernel/Output/HTML/Standard
In directory lancelot:/tmp/cvs-serv15584/Kernel/Output/HTML/Standard

Modified Files:
	AgentTicketOverviewPreview.dtl AgentTicketOverviewMedium.dtl 
	AgentTicketZoom.dtl AgentTicketPhone.dtl AgentTicketEmail.dtl 
Log Message:
Updated file to the latest framework version.

Author: ub

Index: AgentTicketOverviewPreview.dtl
===================================================================
RCS file: /home/cvs/ITSMIncidentProblemManagement/Kernel/Output/HTML/Standard/AgentTicketOverviewPreview.dtl,v
retrieving revision 1.21
retrieving revision 1.22
diff -2 -u -d -r1.21 -r1.22
--- AgentTicketOverviewPreview.dtl	21 Nov 2012 20:46:18 -0000	1.21
+++ AgentTicketOverviewPreview.dtl	15 Jan 2013 18:03:58 -0000	1.22
@@ -1,8 +1,8 @@
 # --
 # AgentTicketOverviewPreview.dtl - provides HTML Ticket Overview
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
-# $OldId: AgentTicketOverviewPreview.dtl,v 1.81 2012/11/20 15:21:58 mh Exp $
+# $OldId: AgentTicketOverviewPreview.dtl,v 1.82 2013/01/11 12:35:18 mn Exp $
 # --
 # This software comes with ABSOLUTELY NO WARRANTY. For details, see
@@ -15,5 +15,5 @@
     <li class="Bulk">
         <span>
-            <input type="checkbox" class="AutocompleteOff" title="$Text{"Select all"}" id="SelectAllTickets" />
+            <input type="checkbox" title="$Text{"Select all"}" id="SelectAllTickets" autocomplete="off" />
             <label class="InvisibleText" for="SelectAllTickets">$Text{"Select all"}</label>
         </span>
@@ -83,5 +83,5 @@
 <!-- dtl:block:Bulk -->
             <div class="Checkbox">
-                <input class="Checkbox AutocompleteOff" type="checkbox" name="TicketID" value="$QData{"TicketID"}" />
+                <input class="Checkbox" type="checkbox" name="TicketID" value="$QData{"TicketID"}" autocomplete="off" />
             </div>
 <!-- dtl:block:Bulk -->

Author: ub

Index: AgentTicketOverviewMedium.dtl
===================================================================
RCS file: /home/cvs/ITSMIncidentProblemManagement/Kernel/Output/HTML/Standard/AgentTicketOverviewMedium.dtl,v
retrieving revision 1.19
retrieving revision 1.20
diff -2 -u -d -r1.19 -r1.20
--- AgentTicketOverviewMedium.dtl	21 Nov 2012 20:46:18 -0000	1.19
+++ AgentTicketOverviewMedium.dtl	15 Jan 2013 18:03:58 -0000	1.20
@@ -1,8 +1,8 @@
 # --
 # AgentTicketOverviewMedium.dtl - provides HTML Ticket Overview
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
-# $OldId: AgentTicketOverviewMedium.dtl,v 1.73 2012/11/20 15:21:44 mh Exp $
+# $OldId: AgentTicketOverviewMedium.dtl,v 1.74 2013/01/11 12:35:19 mn Exp $
 # --
 # This software comes with ABSOLUTELY NO WARRANTY. For details, see
@@ -15,5 +15,5 @@
     <li class="Bulk">
         <span>
-            <input type="checkbox" class="AutocompleteOff" title="$Text{"Select all"}" id="SelectAllTickets" />
+            <input type="checkbox" title="$Text{"Select all"}" id="SelectAllTickets" autocomplete="off" />
             <label class="InvisibleText" for="SelectAllTickets">$Text{"Select all"}</label>
         </span>
@@ -83,5 +83,5 @@
 <!-- dtl:block:Bulk -->
             <div class="Checkbox">
-                <input class="Checkbox AutocompleteOff" type="checkbox" name="TicketID" value="$QData{"TicketID"}" />
+                <input class="Checkbox" type="checkbox" name="TicketID" value="$QData{"TicketID"}" autocomplete="off" />
             </div>
 <!-- dtl:block:Bulk -->

Author: ub

Index: AgentTicketZoom.dtl
===================================================================
RCS file: /home/cvs/ITSMIncidentProblemManagement/Kernel/Output/HTML/Standard/AgentTicketZoom.dtl,v
retrieving revision 1.55
retrieving revision 1.56
diff -2 -u -d -r1.55 -r1.56
--- AgentTicketZoom.dtl	2 Jan 2013 14:18:40 -0000	1.55
+++ AgentTicketZoom.dtl	15 Jan 2013 18:03:58 -0000	1.56
@@ -4,5 +4,5 @@
 # --
 # $Id$
-# $OldId: AgentTicketZoom.dtl,v 1.229 2013/01/02 13:02:29 mn Exp $
+# $OldId: AgentTicketZoom.dtl,v 1.231 2013/01/07 10:27:47 mn Exp $
 # --
 # This software comes with ABSOLUTELY NO WARRANTY. For details, see
@@ -83,4 +83,9 @@
     </div>
 
+# Iframe used for fixing bug#8545: Attachment download not possible if pop up of another action is open
+# All downloads (e.g. attachments) have this iframe as target. This prevents the browser from sending
+# an http request to the TicketZoom window. It sends the download request to this iframe instead.
+# Sending the download request to the main window would lead to an alert message about leaving the page
+# if at the same time a popup window (e.g. for a ticket answer) is opened.
     <iframe src="about:blank" width="0" height="0" name="AttachmentWindow" id="AttachmentWindow"></iframe>
 

Author: ub

Index: AgentTicketPhone.dtl
===================================================================
RCS file: /home/cvs/ITSMIncidentProblemManagement/Kernel/Output/HTML/Standard/AgentTicketPhone.dtl,v
retrieving revision 1.35
retrieving revision 1.36
diff -2 -u -d -r1.35 -r1.36
--- AgentTicketPhone.dtl	21 Nov 2012 20:46:18 -0000	1.35
+++ AgentTicketPhone.dtl	15 Jan 2013 18:03:58 -0000	1.36
@@ -1,8 +1,8 @@
 # --
 # AgentTicketPhone.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$
-# $OldId: AgentTicketPhone.dtl,v 1.150 2012/11/20 15:22:40 mh Exp $
+# $OldId: AgentTicketPhone.dtl,v 1.153 2013/01/14 14:03:05 mn Exp $
 # --
 # This software comes with ABSOLUTELY NO WARRANTY. For details, see
@@ -144,5 +144,5 @@
                     <label for="FromCustomer" class="Mandatory"><span class="Marker">*</span>$Text{"From customer"}:</label>
                     <div class="Field">
-                        <input id="FromCustomer" type="text" name="FromCustomer" value="" class="CustomerAutoComplete W75pc AutocompleteOff $QData{"FromInvalid"}"/>
+                        <input id="FromCustomer" type="text" name="FromCustomer" value="" class="CustomerAutoComplete W75pc $QData{"FromInvalid"}" autocomplete="off" />
                         <div id="FromCustomerServerError" class="TooltipErrorMessage">
 <!-- dtl:block:FromServerErrorMsg -->

Author: ub

Index: AgentTicketEmail.dtl
===================================================================
RCS file: /home/cvs/ITSMIncidentProblemManagement/Kernel/Output/HTML/Standard/AgentTicketEmail.dtl,v
retrieving revision 1.39
retrieving revision 1.40
diff -2 -u -d -r1.39 -r1.40
--- AgentTicketEmail.dtl	21 Nov 2012 20:46:18 -0000	1.39
+++ AgentTicketEmail.dtl	15 Jan 2013 18:03:58 -0000	1.40
@@ -1,8 +1,8 @@
 # --
 # AgentTicketEmail.dtl - provides HTML form for agent email
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
-# $OldId: AgentTicketEmail.dtl,v 1.163 2012/11/20 15:20:49 mh Exp $
+# $OldId: AgentTicketEmail.dtl,v 1.167 2013/01/14 14:03:05 mn Exp $
 # --
 # This software comes with ABSOLUTELY NO WARRANTY. For details, see
@@ -173,5 +173,5 @@
                     <label for="ToCustomer" class="Mandatory"><span class="Marker">*</span>$Text{"To customer"}:</label>
                     <div class="Field">
-                        <input id="ToCustomer" type="text" name="ToCustomer" value="" class="CustomerAutoComplete W75pc AutocompleteOff $QData{"ToInvalid"}"/>
+                        <input id="ToCustomer" type="text" name="ToCustomer" value="" class="CustomerAutoComplete W75pc $QData{"ToInvalid"}" autocomplete="off" />
                         <div id="ToCustomerServerError" class="TooltipErrorMessage">
 <!-- dtl:block:ToServerErrorMsg -->
@@ -185,5 +185,5 @@
                         <div class="CustomerTicketTemplateCcCustomer SpacingTopSmall Hidden">
                             <input name="CcCustomerKey" id="CcCustomerKey" class="CustomerKey" type="hidden" value=""/>
-                            <input class="CcCustomerTicketText W75pc" name="CcCustomerTicketText" id="CcCustomerTicketText" type="text" value="" readonly="readonly" />
+                            <input class="CustomerTicketText W75pc" name="CcCustomerTicketText" id="CcCustomerTicketText" type="text" value="" readonly="readonly" />
                             <button type="button" id="CcRemoveCustomerTicket" class="Remove CustomerTicketRemove" value="$Text{"Remove Cc"}">$Text{"Remove Cc"}</button>
                         </div>
@@ -193,5 +193,5 @@
                             <div class="SpacingTopSmall ">
                                 <input name="CcCustomerKey_$QData{"Count"}" id="CcCustomerKey_$QData{"Count"}" class="CustomerKey" type="hidden" value="$QData{"CustomerKey"}"/>
-                                <input class="CcCustomerTicketText W75pc $QData{"CustomerError"}" name="CcCustomerTicketText_$Data{"Count"}" id="CcCustomerTicketText_$Data{"Count"}" type="text" value="$QData{"CustomerElement"}" readonly="readonly" />
+                                <input class="CustomerTicketText W75pc $QData{"CustomerError"}" name="CcCustomerTicketText_$Data{"Count"}" id="CcCustomerTicketText_$Data{"Count"}" type="text" value="$QData{"CustomerElement"}" readonly="readonly" />
                                 <button type="button" id="CcRemoveCustomerTicket_$Data{"Count"}" class="Remove CustomerTicketRemove" value="$Text{"Remove Cc"}">$Text{"Remove Cc"}</button>
 
@@ -232,5 +232,5 @@
                     <label for="CcCustomer">$Text{"Cc"}:</label>
                     <div class="Field">
-                        <input id="CcCustomer" type="text" name="CcCustomer" value="" class="CustomerAutoComplete W75pc AutocompleteOff $QData{"CcInvalid"}"/>
+                        <input id="CcCustomer" type="text" name="CcCustomer" value="" class="CustomerAutoComplete W75pc $QData{"CcInvalid"}" autocomplete="off" />
                     </div>
                     <div class="Clear"></div>
@@ -239,5 +239,5 @@
                         <div class="CustomerTicketTemplateBccCustomer SpacingTopSmall Hidden">
                             <input name="BccCustomerKey" id="BccCustomerKey" class="CustomerKey" type="hidden" value=""/>
-                            <input class="BccCustomerTicketText W75pc" name="BccCustomerTicketText" id="BccCustomerTicketText" type="text" value="" readonly="readonly" />
+                            <input class="CustomerTicketText W75pc" name="BccCustomerTicketText" id="BccCustomerTicketText" type="text" value="" readonly="readonly" />
                             <button type="button" id="BccRemoveCustomerTicket" class="Remove CustomerTicketRemove" value="$Text{"Remove Bcc"}">$Text{"Remove Bcc"}</button>
                         </div>
@@ -247,5 +247,5 @@
                             <div class="SpacingTopSmall ">
                                 <input name="BccCustomerKey_$QData{"Count"}" id="BccCustomerKey_$QData{"Count"}" class="CustomerKey" type="hidden" value="$QData{"CustomerKey"}"/>
-                                <input class="BccCustomerTicketText W75pc $QData{"CustomerError"}" name="BccCustomerTicketText_$Data{"Count"}" id="BccCustomerTicketText_$Data{"Count"}" type="text" value="$QData{"CustomerElement"}" readonly="readonly" />
+                                <input class="CustomerTicketText W75pc $QData{"CustomerError"}" name="BccCustomerTicketText_$Data{"Count"}" id="BccCustomerTicketText_$Data{"Count"}" type="text" value="$QData{"CustomerElement"}" readonly="readonly" />
                                 <button type="button" id="BccRemoveCustomerTicket_$Data{"Count"}" class="Remove CustomerTicketRemove" value="$Text{"Remove Bcc"}">$Text{"Remove Bcc"}</button>
 
@@ -286,5 +286,5 @@
                     <label for="BccCustomer">$Text{"Bcc"}:</label>
                     <div class="Field">
-                        <input id="BccCustomer" type="text" name="BccCustomer" value="" class="CustomerAutoComplete W75pc AutocompleteOff $QData{"BccInvalid"}"/>
+                        <input id="BccCustomer" type="text" name="BccCustomer" value="" class="CustomerAutoComplete W75pc $QData{"BccInvalid"}" autocomplete="off" />
                     </div>
                     <div class="Clear"></div>
---------------------------------------------------------------------
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.