[otrs-cvs] ITSMIncidentProblemManagement/Kernel/Output/HTML/Standard AgentTicketOverviewPreview.dtl, 1.20, 1.21 AgentTicketOverviewMedium.dtl, 1.18, 1.19 AgentTicketDecision.dtl, 1.6, 1.7 AgentTicketZoom.dtl, 1.53, 1.54 AgentTicketPhone.dtl, 1.34, 1.35 CustomerTicketPrint.dtl, 1.8, 1.9 AgentTicketEmail.dtl, 1.38, 1.39 AgentTicketPrint.dtl, 1.7, 1.8

"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-serv17037/Kernel/Output/HTML/Standard

Modified Files:
	AgentTicketOverviewPreview.dtl AgentTicketOverviewMedium.dtl 
	AgentTicketDecision.dtl AgentTicketZoom.dtl 
	AgentTicketPhone.dtl CustomerTicketPrint.dtl 
	AgentTicketEmail.dtl AgentTicketPrint.dtl 
Log Message:
Updated files 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.20
retrieving revision 1.21
diff -2 -u -d -r1.20 -r1.21
--- AgentTicketOverviewPreview.dtl	23 Jun 2012 12:11:03 -0000	1.20
+++ AgentTicketOverviewPreview.dtl	21 Nov 2012 20:46:18 -0000	1.21
@@ -4,5 +4,5 @@
 # --
 # $Id$
-# $OldId: AgentTicketOverviewPreview.dtl,v 1.77 2012/04/20 12:16:58 mg Exp $
+# $OldId: AgentTicketOverviewPreview.dtl,v 1.81 2012/11/20 15:21:58 mh Exp $
 # --
 # This software comes with ABSOLUTELY NO WARRANTY. For details, see
@@ -82,5 +82,7 @@
 <!-- dtl:block:InlineActionRow -->
 <!-- dtl:block:Bulk -->
-            <input class="Checkbox AutocompleteOff" type="checkbox" name="TicketID" value="$QData{"TicketID"}" />
+            <div class="Checkbox">
+                <input class="Checkbox AutocompleteOff" type="checkbox" name="TicketID" value="$QData{"TicketID"}" />
+            </div>
 <!-- dtl:block:Bulk -->
 <!-- dtl:block:Meta -->
@@ -116,5 +118,5 @@
                             </td>
                             <td>
-                                <label>$Text{"State"}</label><div title="$Text{"$Data{"State"}"}">$Text{"$Data{"State"}","26"}</div>
+                                <label>$Text{"State"}</label><div title="$Text{"$Data{"State"}"}">$Text{"$Data{"State"}"}</div>
                             </td>
                         </tr>
@@ -136,5 +138,5 @@
                             </td>
                             <td>
-                                <label>$Text{"Lock"}</label><div title="$Text{"$Data{"Lock"}"}">$Text{"$Data{"Lock"}","26"}</div>
+                                <label>$Text{"Lock"}</label><div title="$Text{"$Data{"Lock"}"}">$Text{"$Data{"Lock"}"}</div>
                             </td>
                         </tr>
@@ -368,4 +370,5 @@
 <script type="text/javascript">//<![CDATA[
     Core.UI.StaticTableControl($('#OverviewControl'));
+    Core.UI.InitCheckboxSelection($('div.Checkbox'));
     $('.MasterAction').bind('click', function (Event) {
         var $MasterActionLink = $(this).find('.MasterActionLink');

Author: ub

Index: AgentTicketOverviewMedium.dtl
===================================================================
RCS file: /home/cvs/ITSMIncidentProblemManagement/Kernel/Output/HTML/Standard/AgentTicketOverviewMedium.dtl,v
retrieving revision 1.18
retrieving revision 1.19
diff -2 -u -d -r1.18 -r1.19
--- AgentTicketOverviewMedium.dtl	7 Dec 2011 11:08:26 -0000	1.18
+++ AgentTicketOverviewMedium.dtl	21 Nov 2012 20:46:18 -0000	1.19
@@ -1,8 +1,8 @@
 # --
 # AgentTicketOverviewMedium.dtl - provides HTML Ticket Overview
-# Copyright (C) 2001-2011 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
 # --
 # $Id$
-# $OldId: AgentTicketOverviewMedium.dtl,v 1.70 2011/12/05 20:56:03 mb Exp $
+# $OldId: AgentTicketOverviewMedium.dtl,v 1.73 2012/11/20 15:21:44 mh Exp $
 # --
 # This software comes with ABSOLUTELY NO WARRANTY. For details, see
@@ -82,5 +82,7 @@
 <!-- dtl:block:InlineActionRow -->
 <!-- dtl:block:Bulk -->
-            <input class="Checkbox AutocompleteOff" type="checkbox" name="TicketID" value="$QData{"TicketID"}" />
+            <div class="Checkbox">
+                <input class="Checkbox AutocompleteOff" type="checkbox" name="TicketID" value="$QData{"TicketID"}" />
+            </div>
 <!-- dtl:block:Bulk -->
 <!-- dtl:block:Meta -->
@@ -343,4 +345,5 @@
 <script type="text/javascript">//<![CDATA[
     Core.UI.StaticTableControl($('#OverviewControl'));
+    Core.UI.InitCheckboxSelection($('div.Checkbox'));
     $('.MasterAction').bind('click', function (Event) {
         var $MasterActionLink = $(this).find('.MasterActionLink');

Author: ub

Index: AgentTicketDecision.dtl
===================================================================
RCS file: /home/cvs/ITSMIncidentProblemManagement/Kernel/Output/HTML/Standard/AgentTicketDecision.dtl,v
retrieving revision 1.6
retrieving revision 1.7
diff -2 -u -d -r1.6 -r1.7
--- AgentTicketDecision.dtl	2 Sep 2010 17:26:35 -0000	1.6
+++ AgentTicketDecision.dtl	21 Nov 2012 20:46:18 -0000	1.7
@@ -1,8 +1,8 @@
 # --
 # AgentTicketDecision.dtl - provides HTML form for decision mask
-# Copyright (C) 2001-2010 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
 # --
 # $Id$
-# $OldId: AgentTicketNote.dtl,v 1.49 2010/06/18 17:46:20 mp Exp $
+# $OldId: AgentTicketNote.dtl,v 1.51 2012/11/20 15:21:38 mh Exp $
 # --
 # This software comes with ABSOLUTELY NO WARRANTY. For details, see

Author: ub

Index: AgentTicketZoom.dtl
===================================================================
RCS file: /home/cvs/ITSMIncidentProblemManagement/Kernel/Output/HTML/Standard/AgentTicketZoom.dtl,v
retrieving revision 1.53
retrieving revision 1.54
diff -2 -u -d -r1.53 -r1.54
--- AgentTicketZoom.dtl	24 Oct 2012 09:22:12 -0000	1.53
+++ AgentTicketZoom.dtl	21 Nov 2012 20:46:18 -0000	1.54
@@ -4,5 +4,5 @@
 # --
 # $Id$
-# $OldId: AgentTicketZoom.dtl,v 1.207.2.5 2012/10/23 13:48:21 mg Exp $
+# $OldId: AgentTicketZoom.dtl,v 1.226 2012/11/20 15:23:55 mh Exp $
 # --
 # This software comes with ABSOLUTELY NO WARRANTY. For details, see
@@ -78,6 +78,6 @@
     <div class="Headline">
         <div class="Flag" title="$Text{"$Data{"Priority"}"}"><span class="PriorityID-$QData{"PriorityID"}">$Text{"$Data{"Priority"}"}</span></div>
-        <h1 title="$Text{"Zoom"} $Config{"Ticket::Hook"}$Data{"TicketNumber"} &ndash; $QData{"Title", "170"}">
-            $Config{"Ticket::Hook"}$Data{"TicketNumber"} <span>&mdash;</span> $QData{"Title", "60"}
+        <h1 title="$Text{"Zoom"} $Data{"Hook"}$Data{"TicketNumber"} &ndash; $QData{"Title", "70"}">
+            $Data{"Hook"}$Data{"TicketNumber"} <span>&mdash;</span> $QData{"Title", "60"}
         </h1>
     </div>
@@ -87,8 +87,13 @@
             <div class="WidgetSimple">
                 <div class="Header">
-                    <h2>$Text{"Ticket Information"}</h2>
+                    <h2>$Text{"$Data{"WidgetTitle"}"}</h2>
                 </div>
                 <div class="Content">
                     <fieldset class="TableLike FixedLabelSmall">
+<!-- dtl:block:ArchiveFlag -->
+                        <label>$Text{"Archive"}:</label>
+                        <p class="Value">$Text{"This ticket is archived."}</p>
+                        <div class="Clear"></div>
+<!-- dtl:block:ArchiveFlag -->
 <!-- dtl:block:Type -->
                         <label>$Text{"Type"}:</label>
@@ -301,5 +306,5 @@
                         <p class="Value">
 <!-- dtl:block:CustomerIDRW -->
-                            <a href="$Config{"CustomerDBLink"}" class="AsPopup PopupType_TicketAction" $Config{"CustomerDBLinkTarget"}>$QData{"CustomerID", "18"}</a>
+                            <a href="$Config{"CustomerDBLink"}" class="$Config{"CustomerDBLinkClass"}" $Config{"CustomerDBLinkTarget"}>$QData{"CustomerID", "18"}</a>
 <!-- dtl:block:CustomerIDRW -->
 <!-- dtl:block:CustomerIDRO -->
@@ -341,4 +346,17 @@
                     </fieldset>
 
+<!-- dtl:block:ProcessData -->
+                    <fieldset class="TableLike FixedLabelSmall">
+
+                        <label>$Text{"Process"}:</label>
+                        <p class="Value" title="$QData{"Process"}">$QData{"Process","18"}</p>
+                        <div class="Clear"></div>
+
+                        <label>$Text{"Activity"}:</label>
+                        <p class="Value" title="$QData{"Activity"}">$QData{"Activity","18"}</p>
+                        <div class="Clear"></div>
+                    </fieldset>
+<!-- dtl:block:ProcessData -->
+
 # show ticket dynamic fields
                     <fieldset class="TableLike FixedLabelSmall">
@@ -454,8 +472,130 @@
             </div>
 
+<!-- dtl:block:ProcessWidget -->
+<!-- dtl:js_on_document_complete -->
+<script type="text/javascript">//<![CDATA[
+var WidgetWidth   = parseInt($('#DynamicFieldsWidget').innerWidth() - 15, 10),
+    FieldsPerRow  = 4,
+    FieldMargin   = parseInt($('.DynamicFieldAutoResize').css('margin-right'), 10) + 2,
+    FieldWidth    = 0;
+
+// define amount of fields per row depending on display resolution
+if ( WidgetWidth < 1000 ) {
+    FieldsPerRow = 3;
+}
+if ( WidgetWidth < 600 ) {
+    FieldsPerRow = 2;
+}
+if ( WidgetWidth < 400 ) {
+    FieldsPerRow = 1;
+}
+
+// determine the needed field width and resize the fields
+FieldWidth = parseInt(WidgetWidth / FieldsPerRow - FieldMargin - 1, 10);
+$('.DynamicFieldAutoResize').width(FieldWidth);
+
+$('.ShowFieldInfoOverlay').bind('click', function() {
+
+    var OverlayTitle  = $(this).closest('label').attr('title'),
+        OverlayHTML   = $(this).closest('.FieldContainer').find('.Value').html();
+
+    OverlayHTML = '<div class="FieldOverlay">' + OverlayHTML + '</div>';
+
+    Core.UI.Dialog.ShowDialog({
+        Modal: true,
+        Title: OverlayTitle,
+        HTML: OverlayHTML,
+        PositionTop: '100px',
+        PositionLeft: 'Center',
+        CloseOnEscape: true,
+        Buttons: [
+            {
+                Type: 'Close',
+                Label: "$JSText{"Close"}",
+                Function: function() {
+                    Core.UI.Dialog.CloseDialog($('.Dialog:visible'));
+                    Core.Form.EnableForm($('form[name="compose"]'));
+                    return false;
+                }
+            }
+        ]
+    });
+});
+//]]></script>
+<!-- dtl:js_on_document_complete -->
+            <div class="WidgetBox SpacingTop Expanded" id="DynamicFieldsWidget">
+                <div class="LightRow Header">
+                    <div class="WidgetAction Toggle"><a href="#" title="$Text{"Show or hide the content"}"><span></span></a></div>
+                    <h2>$Text{"$Data{"WidgetTitle"}"}</h2>
+                </div>
+<!-- dtl:block:NextActivityDialogs -->
+                <div class="ActionRow">
+                    <ul class="Actions">
+<!-- dtl:block:ActivityDialog -->
+                        <li>
+                            <a title="$QData{"Name"}" class="AsPopup PopupType_TicketAction" href="$Env{"Baselink"}Action=AgentTicketProcess;Subaction=DisplayActivityDialog;TicketID=$QData{"TicketID"};ProcessEntityID=$QData{"ProcessEntityID"};ActivityDialogEntityID=$QData{"ActivityDialogEntityID"}">$QData{"Name"}</a>
+                        </li>
+<!-- dtl:block:ActivityDialog -->
+                    </ul>
+<!-- dtl:block:NoActivityDialogs -->
+                    <span class="ActionMessage">$Text{"There are currently no steps available for this process."}</span>
+<!-- dtl:block:NoActivityDialogs -->
+                    <div class="Clear"></div>
+                </div>
+<!-- dtl:block:NextActivityDialogs -->
+                <div class="Content ProcessInfo">
+                    <fieldset class="TableLike FixedLabelSmall">
+<!-- dtl:block:ProcessWidgetDynamicFieldGroups -->
+<!-- dtl:block:ProcessWidgetDynamicFieldGroupSeparator -->
+                        <h2 class="FieldSetSeparator">$Data{"Name"}</h2>
+<!-- dtl:block:ProcessWidgetDynamicFieldGroupSeparator -->
+<!-- dtl:block:ProcessWidgetDynamicField -->
+                        <div class="FieldContainer DynamicFieldAutoResize">
+                            <label title="$QData{"Label"}">
+                                $QData{"Label", "30"}
+<!-- dtl:block:ProcessWidgetDynamicFieldValueOverlayTrigger -->
+                                <a href="#" class="ShowFieldInfoOverlay">+</a>
+<!-- dtl:block:ProcessWidgetDynamicFieldValueOverlayTrigger -->
+                            </label>
+                            <p class="Value CutValue DynamicField_$Data{"Name"}">
+
+<!-- OutputFilterHook_WidgetDynamicFieldBegin -->
+<!-- dtl:block:ProcessWidgetDynamicFieldLink -->
+                                <span title="$QData{"Title"}"><a href="$Data{"Link"}" target="_blank" class="DynamicFieldLink">$Data{"Value"}</a></span>
+
+<!-- dtl:block:ProcessWidgetDynamicFieldLink -->
+<!-- dtl:block:ProcessWidgetDynamicFieldPlain -->
+                                $Data{"Value"}
+<!-- dtl:block:ProcessWidgetDynamicFieldPlain -->
+<!-- OutputFilterHook_WidgetDynamicFieldEnd -->
+
+                            </p>
+                            <p class="ValueLong">
+<!-- dtl:block:ProcessWidgetDynamicFieldValueLong -->
+                                $Data{"Value"}
+<!-- dtl:block:ProcessWidgetDynamicFieldValueLong -->
+
+                            </p>
+                            <div class="Clear"></div>
+                        </div>
+<!-- dtl:block:ProcessWidgetDynamicField -->
+<!-- dtl:block:ProcessWidgetDynamicFieldGroups -->
+                    </fieldset>
+                </div>
+            </div>
+<!-- dtl:block:ProcessWidget -->
+
             <div id="ArticleTree">
 $Data{"ArticleTree"}
             </div>
 
+<!-- dtl:block:HintNoArticles -->
+            <div class="WidgetSimple">
+                <div class="Content">
+                    $Text{"This item has no articles yet."}
+                </div>
+            </div>
+<!-- dtl:block:HintNoArticles -->
+
             <div id="ArticleItems">
 $Data{"ArticleItems"}
@@ -475,6 +615,4 @@
 <!-- dtl:block:Header -->
 
-
-
 <!-- dtl:block:Tree -->
 <div id="ArticleTable"  class="FixedHeader">
@@ -586,5 +724,5 @@
 # bugfix for bug#5579 - Spaces in filenames are converted to + characters when downloading in IE.
 # $QData{"Filename"} need to be the filename, take care that it is not $LQData{""}
-                                            <a href="$Env{"CGIHandle"}/$LQData{"Filename"}?Action=AgentTicketAttachment;ArticleID=$LQData{"ArticleID"};FileID=$LQData{"FileID"}" $Data{"Target"}>$QData{"Filename"}</a>
+                                            <a href="$Env{"Baselink"}Action=AgentTicketAttachment;ArticleID=$LQData{"ArticleID"};FileID=$LQData{"FileID"}" $Data{"Target"}>$QData{"Filename"}</a>
                                         </h3>
                                         <p>$QData{"Filesize"}</p>

Author: ub

Index: AgentTicketPhone.dtl
===================================================================
RCS file: /home/cvs/ITSMIncidentProblemManagement/Kernel/Output/HTML/Standard/AgentTicketPhone.dtl,v
retrieving revision 1.34
retrieving revision 1.35
diff -2 -u -d -r1.34 -r1.35
--- AgentTicketPhone.dtl	29 May 2012 13:08:59 -0000	1.34
+++ AgentTicketPhone.dtl	21 Nov 2012 20:46:18 -0000	1.35
@@ -4,5 +4,5 @@
 # --
 # $Id$
-# $OldId: AgentTicketPhone.dtl,v 1.146.2.2 2012/05/25 13:32:30 mg Exp $
+# $OldId: AgentTicketPhone.dtl,v 1.150 2012/11/20 15:22:40 mh Exp $
 # --
 # This software comes with ABSOLUTELY NO WARRANTY. For details, see

Author: ub

Index: CustomerTicketPrint.dtl
===================================================================
RCS file: /home/cvs/ITSMIncidentProblemManagement/Kernel/Output/HTML/Standard/CustomerTicketPrint.dtl,v
retrieving revision 1.8
retrieving revision 1.9
diff -2 -u -d -r1.8 -r1.9
--- CustomerTicketPrint.dtl	13 Jan 2012 09:56:49 -0000	1.8
+++ CustomerTicketPrint.dtl	21 Nov 2012 20:46:18 -0000	1.9
@@ -4,5 +4,5 @@
 # --
 # $Id$
-# $OldId: CustomerTicketPrint.dtl,v 1.22 2012/01/11 17:28:26 jh Exp $
+# $OldId: CustomerTicketPrint.dtl,v 1.24 2012/11/20 15:25:20 mh Exp $
 # --
 # This software comes with ABSOLUTELY NO WARRANTY. For details, see

Author: ub

Index: AgentTicketEmail.dtl
===================================================================
RCS file: /home/cvs/ITSMIncidentProblemManagement/Kernel/Output/HTML/Standard/AgentTicketEmail.dtl,v
retrieving revision 1.38
retrieving revision 1.39
diff -2 -u -d -r1.38 -r1.39
--- AgentTicketEmail.dtl	29 May 2012 13:08:59 -0000	1.38
+++ AgentTicketEmail.dtl	21 Nov 2012 20:46:18 -0000	1.39
@@ -4,5 +4,5 @@
 # --
 # $Id$
-# $OldId: AgentTicketEmail.dtl,v 1.158.2.3 2012/05/25 13:32:30 mg Exp $
+# $OldId: AgentTicketEmail.dtl,v 1.163 2012/11/20 15:20:49 mh Exp $
 # --
 # This software comes with ABSOLUTELY NO WARRANTY. For details, see

Author: ub

Index: AgentTicketPrint.dtl
===================================================================
RCS file: /home/cvs/ITSMIncidentProblemManagement/Kernel/Output/HTML/Standard/AgentTicketPrint.dtl,v
retrieving revision 1.7
retrieving revision 1.8
diff -2 -u -d -r1.7 -r1.8
--- AgentTicketPrint.dtl	13 Jan 2012 09:56:49 -0000	1.7
+++ AgentTicketPrint.dtl	21 Nov 2012 20:46:18 -0000	1.8
@@ -4,5 +4,5 @@
 # --
 # $Id$
-# $OldId: AgentTicketPrint.dtl,v 1.35 2012/01/11 17:34:07 jh Exp $
+# $OldId: AgentTicketPrint.dtl,v 1.38 2012/11/20 15:22:59 mh Exp $
 # --
 # This software comes with ABSOLUTELY NO WARRANTY. For details, see
@@ -102,12 +102,16 @@
                                 <td class="contentvalue">$TimeLong{"$Data{"Created"}"}</td>
                             </tr>
+<!-- dtl:block:AccountedTime -->
                             <tr>
                                 <td class="contentkey">$Text{"Accounted time"}:</td>
                                 <td class="contentvalue">$QData{"TicketTimeUnits"}</td>
                             </tr>
+<!-- dtl:block:AccountedTime -->
+<!-- dtl:block:PendingUntil -->
                             <tr>
                                 <td class="contentkey">$Text{"Pending till"}:</td>
                                 <td class="contentvalue">$QData{"PendingUntil"}</td>
                             </tr>
+<!-- dtl:block:PendingUntil -->
 <!-- dtl:block:FirstResponseTime -->
                             <tr>
---------------------------------------------------------------------
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.