[otrs-cvs] ITSMIncidentProblemManagement/Kernel/Output/HTML/Standard AgentTicketZoom.dtl, 1.59, 1.60 CustomerTicketZoom.dtl, 1.26, 1.27
"CVS commits notifications of OTRS.org" <[email protected]> Thu, 13 Jun 2013 08:48:15 +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-serv25441/Kernel/Output/HTML/Standard
Modified Files:
AgentTicketZoom.dtl CustomerTicketZoom.dtl
Log Message:
Updated file to latest framework version.
Author: ub
Index: AgentTicketZoom.dtl
===================================================================
RCS file: /home/cvs/ITSMIncidentProblemManagement/Kernel/Output/HTML/Standard/AgentTicketZoom.dtl,v
retrieving revision 1.59
retrieving revision 1.60
diff -2 -u -d -r1.59 -r1.60
--- AgentTicketZoom.dtl 17 Apr 2013 12:28:08 -0000 1.59
+++ AgentTicketZoom.dtl 13 Jun 2013 08:48:10 -0000 1.60
@@ -794,5 +794,7 @@
if ($(this).val() > 0) {
URL = Core.Config.Get('Baselink') + $(this).parents().serialize();
- Core.UI.Popup.OpenPopup(URL, 'TicketAction');
+ window.setTimeout(function() {
+ Core.UI.Popup.OpenPopup(URL, 'TicketAction');
+ }, 0);
// reset the select box so that it can be used again from the same window
$(this).val('0');
@@ -809,5 +811,7 @@
if ($(this).val() > 0) {
URL = Core.Config.Get('Baselink') + $(this).parents().serialize();
- Core.UI.Popup.OpenPopup(URL, 'TicketAction');
+ window.setTimeout(function() {
+ Core.UI.Popup.OpenPopup(URL, 'TicketAction');
+ }, 0);
// reset the select box so that it can be used again from the same window
$(this).val('0');
Author: ub
Index: CustomerTicketZoom.dtl
===================================================================
RCS file: /home/cvs/ITSMIncidentProblemManagement/Kernel/Output/HTML/Standard/CustomerTicketZoom.dtl,v
retrieving revision 1.26
retrieving revision 1.27
diff -2 -u -d -r1.26 -r1.27
--- CustomerTicketZoom.dtl 17 Apr 2013 12:28:08 -0000 1.26
+++ CustomerTicketZoom.dtl 13 Jun 2013 08:48:10 -0000 1.27
@@ -187,8 +187,8 @@
<!-- dtl:block:Queue -->
<!-- dtl:block:Owner -->
- <li><span class="Key">$Text{"Owner"}:</span> <span title="$QData{"Owner"}">$QData{"Owner"}</span></li>
+ <li><span class="Key">$Text{"Owner"}:</span> $QData{"OwnerName"}</li>
<!-- dtl:block:Owner -->
<!-- dtl:block:Responsible -->
- <li><span class="Key">$Text{"Responsible"}:</span> <span title="$QData{"Responsible"}">$QData{"Responsible"}</span></li>
+ <li><span class="Key">$Text{"Responsible"}:</span> $QData{"ResponsibleName"}</li>
<!-- dtl:block:Responsible -->
<!-- dtl:block:ProcessData -->
---------------------------------------------------------------------
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