[otrs-cvs] ITSMIncidentProblemManagement/Kernel/Output/HTML/Standard CustomerTicketZoom.dtl, 1.27, 1.28 AgentTicketOverviewPreview.dtl, 1.23, 1.24 AgentTicketOverviewMedium.dtl, 1.21, 1.22

"CVS commits notifications of OTRS.org" <[email protected]> Tue, 9 Jul 2013 17:27:50 +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-serv24991/Kernel/Output/HTML/Standard

Modified Files:
	CustomerTicketZoom.dtl AgentTicketOverviewPreview.dtl 
	AgentTicketOverviewMedium.dtl 
Log Message:
Updated files to latest framework version.

Author: ub

Index: CustomerTicketZoom.dtl
===================================================================
RCS file: /home/cvs/ITSMIncidentProblemManagement/Kernel/Output/HTML/Standard/CustomerTicketZoom.dtl,v
retrieving revision 1.27
retrieving revision 1.28
diff -2 -u -d -r1.27 -r1.28
--- CustomerTicketZoom.dtl	13 Jun 2013 08:48:10 -0000	1.27
+++ CustomerTicketZoom.dtl	9 Jul 2013 17:27:45 -0000	1.28
@@ -241,5 +241,5 @@
             <div id="FollowUp" class="$QData{"FollowUpVisible"}">
                 <div id="Messenger">
-                    <input class="DontPrint" type="text" name="Subject" id="Subject" value="$QData{"Subject"}" />
+                    <input class="DontPrint" type="text" name="Subject" id="Subject" title="$Text{"Subject"}" value="$QData{"Subject"}" />
 <!-- dtl:block:RichText-->
                     $Include{"CustomerRichTextEditor"}

Author: ub

Index: AgentTicketOverviewPreview.dtl
===================================================================
RCS file: /home/cvs/ITSMIncidentProblemManagement/Kernel/Output/HTML/Standard/AgentTicketOverviewPreview.dtl,v
retrieving revision 1.23
retrieving revision 1.24
diff -2 -u -d -r1.23 -r1.24
--- AgentTicketOverviewPreview.dtl	18 Jun 2013 14:30:03 -0000	1.23
+++ AgentTicketOverviewPreview.dtl	9 Jul 2013 17:27:45 -0000	1.24
@@ -368,8 +368,13 @@
 <!-- dtl:block:DocumentReadyStart -->
 <script type="text/javascript">//<![CDATA[
-    Core.UI.StaticTableControl($('#OverviewControl'));
     Core.UI.InitCheckboxSelection($('div.Checkbox'));
     $('.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') || $(Event.target).hasClass('ActionRow'))) {
+            return false;
+        }
+
         // only act if the link was not clicked directly
         if (Event.target !== $MasterActionLink.get(0)) {

Author: ub

Index: AgentTicketOverviewMedium.dtl
===================================================================
RCS file: /home/cvs/ITSMIncidentProblemManagement/Kernel/Output/HTML/Standard/AgentTicketOverviewMedium.dtl,v
retrieving revision 1.21
retrieving revision 1.22
diff -2 -u -d -r1.21 -r1.22
--- AgentTicketOverviewMedium.dtl	18 Jun 2013 14:30:03 -0000	1.21
+++ AgentTicketOverviewMedium.dtl	9 Jul 2013 17:27:45 -0000	1.22
@@ -345,5 +345,4 @@
 <!-- dtl:block:DocumentReadyStart -->
 <script type="text/javascript">//<![CDATA[
-    Core.UI.StaticTableControl($('#OverviewControl'));
     Core.UI.InitCheckboxSelection($('div.Checkbox'));
     $('.MasterAction').bind('click', function (Event) {
---------------------------------------------------------------------
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