[otrs-cvs] ITSMIncidentProblemManagement/Kernel/Output/HTML/Standard AgentTicketOverviewPreview.dtl, 1.22, 1.22.2.1 AgentTicketZoom.dtl, 1.60, 1.60.2.1 AgentTicketActionCommon.dtl, 1.29, 1.29.2.1
"CVS commits notifications of OTRS.org" <[email protected]> Wed, 3 Jul 2013 14:15:27 +0000
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/ITSMIncidentProblemManagement/Kernel/Output/HTML/Standard
In directory lancelot:/tmp/cvs-serv10289/Kernel/Output/HTML/Standard
Modified Files:
Tag: rel-3_2
AgentTicketOverviewPreview.dtl AgentTicketZoom.dtl
AgentTicketActionCommon.dtl
Log Message:
Updated files to latest framework version.
Author: ub
Index: AgentTicketOverviewPreview.dtl
===================================================================
RCS file: /home/cvs/ITSMIncidentProblemManagement/Kernel/Output/HTML/Standard/AgentTicketOverviewPreview.dtl,v
retrieving revision 1.22
retrieving revision 1.22.2.1
diff -2 -u -d -r1.22 -r1.22.2.1
--- AgentTicketOverviewPreview.dtl 15 Jan 2013 18:03:58 -0000 1.22
+++ AgentTicketOverviewPreview.dtl 3 Jul 2013 14:15:22 -0000 1.22.2.1
@@ -373,4 +373,10 @@
$('.MasterAction').bind('click', function (Event) {
var $MasterActionLink = $(this).find('.MasterActionLink');
+
+ // if the user is trying to select text from an article, MasterAction should not be executed
+ if (typeof Event.target === 'object' && $(Event.target).hasClass('ArticleBody')) {
+ return false;
+ }
+
// only act if the link was not clicked directly
if (Event.target !== $MasterActionLink.get(0)) {
Author: ub
Index: AgentTicketZoom.dtl
===================================================================
RCS file: /home/cvs/ITSMIncidentProblemManagement/Kernel/Output/HTML/Standard/AgentTicketZoom.dtl,v
retrieving revision 1.60
retrieving revision 1.60.2.1
diff -2 -u -d -r1.60 -r1.60.2.1
--- AgentTicketZoom.dtl 13 Jun 2013 08:48:10 -0000 1.60
+++ AgentTicketZoom.dtl 3 Jul 2013 14:15:22 -0000 1.60.2.1
@@ -361,5 +361,5 @@
<label>$Text{"Activity"}:</label>
- <p class="Value" title="$QData{"Activity"}">$QData{"Activity","18"}</p>
+ <p class="Value" title="$Text{"$Data{"Activity"}"}">$Text{"$Data{"Activity"}"}</p>
<div class="Clear"></div>
</fieldset>
Author: ub
Index: AgentTicketActionCommon.dtl
===================================================================
RCS file: /home/cvs/ITSMIncidentProblemManagement/Kernel/Output/HTML/Standard/AgentTicketActionCommon.dtl,v
retrieving revision 1.29
retrieving revision 1.29.2.1
diff -2 -u -d -r1.29 -r1.29.2.1
--- AgentTicketActionCommon.dtl 22 Nov 2012 13:07:46 -0000 1.29
+++ AgentTicketActionCommon.dtl 3 Jul 2013 14:15:22 -0000 1.29.2.1
@@ -1,5 +1,5 @@
# --
# AgentTicketActionCommon.dtl - provides common HTML form for several masks
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -176,5 +176,5 @@
Core.AJAX.FormUpdate($('#Compose'), 'AJAXUpdate', 'NewOwnerID', [ 'TypeID', 'ServiceID', 'SLAID', 'OldOwnerID', 'NewResponsibleID', 'NewStateID', 'NewPriorityID', $Data{"DynamicFieldNamesStrg"} ]);
});
- $('#NewOwnerID').bind('click', function () {
+ $('#NewOwnerID').bind('focus', function () {
Core.Agent.TicketAction.SelectRadioButton('New','NewOwnerType');
});
@@ -194,5 +194,5 @@
Core.AJAX.FormUpdate($('#Compose'), 'AJAXUpdate', 'OldOwnerID', [ 'TypeID', 'ServiceID', 'SLAID', 'NewOwnerID', 'NewResponsibleID', 'NewStateID', 'NewPriorityID', $Data{"DynamicFieldNamesStrg"} ]);
});
- $('#OldOwnerID').bind('click', function () {
+ $('#OldOwnerID').bind('focus', function () {
Core.Agent.TicketAction.SelectRadioButton('Old','NewOwnerType');
});
---------------------------------------------------------------------
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