[otrs-cvs] ITSMIncidentProblemManagement/Kernel/Output/HTML/Standard AgentTicketOverviewMedium.dtl, 1.20, 1.21 AgentTicketOverviewPreview.dtl, 1.22, 1.23 AgentTicketPhone.dtl, 1.39, 1.40 AgentTicketZoom.dtl, 1.60, 1.61 AgentTicketEmail.dtl, 1.41, 1.42
"CVS commits notifications of OTRS.org" <[email protected]> Tue, 18 Jun 2013 14:30:08 +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-serv22690/Kernel/Output/HTML/Standard
Modified Files:
AgentTicketOverviewMedium.dtl AgentTicketOverviewPreview.dtl
AgentTicketPhone.dtl AgentTicketZoom.dtl AgentTicketEmail.dtl
Log Message:
Updated file to latest framework version.
Author: ub
Index: AgentTicketOverviewMedium.dtl
===================================================================
RCS file: /home/cvs/ITSMIncidentProblemManagement/Kernel/Output/HTML/Standard/AgentTicketOverviewMedium.dtl,v
retrieving revision 1.20
retrieving revision 1.21
diff -2 -u -d -r1.20 -r1.21
--- AgentTicketOverviewMedium.dtl 15 Jan 2013 18:03:58 -0000 1.20
+++ AgentTicketOverviewMedium.dtl 18 Jun 2013 14:30:03 -0000 1.21
@@ -13,5 +13,5 @@
<ul class="Actions">
<!-- dtl:block:DocumentActionRowBulk -->
- <li class="Bulk">
+ <li class="AlwaysPresent">
<span>
<input type="checkbox" title="$Text{"Select all"}" id="SelectAllTickets" autocomplete="off" />
@@ -19,11 +19,14 @@
</span>
</li>
- <li id="BulkAction" class="Bulk Inactive $QData{"CSS"}">
+ <li id="BulkAction" class="AlwaysPresent Inactive $QData{"CSS"}">
<a href="#">$Text{"$Data{"Name"}"}</a>
</li>
<!-- dtl:block:DocumentActionRowBulk -->
<!-- dtl:block:DocumentActionRowItem -->
- <li class="$QData{"CSS"}"><a href="#">$Text{"$Data{"Name"}"}</a></li>
+ <li><a class="$QData{"Class"}" href="$QData{"Link"}" title="$QData{"Description"}">$QData{"Name"}</a></li>
<!-- dtl:block:DocumentActionRowItem -->
+<!-- dtl:block:DocumentActionRowHTML -->
+ $Data{"HTML"}
+<!-- dtl:block:DocumentActionRowHTML -->
</ul>
<!-- dtl:block:DocumentActionRow -->
@@ -50,5 +53,5 @@
<ul class="Actions InlineActions">
<!-- dtl:block:InlineActionRowItem -->
- <li><a class="$QData{"Class"}" href="$QData{"Link"}" title="$QData{"Description"}">$QData{"Name"}</a></li>
+ <li><a id="$QData{"ID"}" class="$QData{"Class"}" href="$QData{"Link"}" title="$QData{"Description"}">$QData{"Name"}</a></li>
<!-- dtl:block:InlineActionRowItem -->
<!-- dtl:block:InlineActionRowItemHTML -->
@@ -289,6 +292,4 @@
</table>
<!-- dtl:block:DynamicFieldTable -->
-
- <div class="Shadow"></div>
</div>
</li>
@@ -328,5 +329,5 @@
<!-- dtl:js_on_document_complete -->
<script type="text/javascript">//<![CDATA[
- $('select[name=DestQueueID]').live('change', function (Event) {
+ $('.OverviewActions').on('change', 'select[name=DestQueueID]', function (Event) {
$(this).closest('form').submit();
});
Author: ub
Index: AgentTicketOverviewPreview.dtl
===================================================================
RCS file: /home/cvs/ITSMIncidentProblemManagement/Kernel/Output/HTML/Standard/AgentTicketOverviewPreview.dtl,v
retrieving revision 1.22
retrieving revision 1.23
diff -2 -u -d -r1.22 -r1.23
--- AgentTicketOverviewPreview.dtl 15 Jan 2013 18:03:58 -0000 1.22
+++ AgentTicketOverviewPreview.dtl 18 Jun 2013 14:30:03 -0000 1.23
@@ -13,5 +13,5 @@
<ul class="Actions">
<!-- dtl:block:DocumentActionRowBulk -->
- <li class="Bulk">
+ <li class="AlwaysPresent">
<span>
<input type="checkbox" title="$Text{"Select all"}" id="SelectAllTickets" autocomplete="off" />
@@ -19,11 +19,14 @@
</span>
</li>
- <li id="BulkAction" class="Bulk Inactive $QData{"CSS"}">
+ <li id="BulkAction" class="AlwaysPresent Inactive $QData{"CSS"}">
<a href="#">$Text{"$Data{"Name"}"}</a>
</li>
<!-- dtl:block:DocumentActionRowBulk -->
<!-- dtl:block:DocumentActionRowItem -->
- <li class="$QData{"CSS"}"><a href="#">$Text{"$Data{"Name"}"}</a></li>
+ <li><a class="$QData{"Class"}" href="$QData{"Link"}" title="$QData{"Description"}">$QData{"Name"}</a></li>
<!-- dtl:block:DocumentActionRowItem -->
+<!-- dtl:block:DocumentActionRowHTML -->
+ $Data{"HTML"}
+<!-- dtl:block:DocumentActionRowHTML -->
</ul>
<!-- dtl:block:DocumentActionRow -->
@@ -50,5 +53,5 @@
<ul class="Actions InlineActions">
<!-- dtl:block:InlineActionRowItem -->
- <li><a class="$QData{"Class"}" href="$QData{"Link"}" title="$QData{"Description"}">$QData{"Name"}</a></li>
+ <li><a id="$QData{"ID"}" class="$QData{"Class"}" href="$QData{"Link"}" title="$QData{"Description"}">$QData{"Name"}</a></li>
<!-- dtl:block:InlineActionRowItem -->
<!-- dtl:block:InlineActionRowItemHTML -->
@@ -92,7 +95,4 @@
</div>
<!-- dtl:block:MetaIcon -->
-<!--[if IE 7]>
- <div class="ReallyStupidIE7Hack"> </div>
- <![endif]-->
<!-- dtl:block:Meta -->
<div class="Infos">
@@ -314,6 +314,5 @@
</div>
<!-- dtl:block:ArticlesPreviewArea -->
-
- <div class="Shadow"></div>
+ <div class="Clear"></div>
</div>
</li>
@@ -353,5 +352,5 @@
<!-- dtl:js_on_document_complete -->
<script type="text/javascript">//<![CDATA[
- $('select[name=DestQueueID]').live('change', function (Event) {
+ $('.OverviewActions').on('change', 'select[name=DestQueueID]', function (Event) {
$(this).closest('form').submit();
});
Author: ub
Index: AgentTicketPhone.dtl
===================================================================
RCS file: /home/cvs/ITSMIncidentProblemManagement/Kernel/Output/HTML/Standard/AgentTicketPhone.dtl,v
retrieving revision 1.39
retrieving revision 1.40
diff -2 -u -d -r1.39 -r1.40
--- AgentTicketPhone.dtl 13 Jun 2013 08:14:53 -0000 1.39
+++ AgentTicketPhone.dtl 18 Jun 2013 14:30:03 -0000 1.40
@@ -75,10 +75,20 @@
<!-- dtl:block:TicketType -->
+ <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 $QData{"FromInvalid"}" autocomplete="off" />
+ <div id="FromCustomerServerError" class="TooltipErrorMessage">
+<!-- dtl:block:FromServerErrorMsg -->
+ <p>$Text{"Please include at least one customer for the ticket."}</p>
+<!-- dtl:block:FromServerErrorMsg -->
+ </div>
+ </div>
+ <div class="Clear"></div>
<div class="Field $QData{"CustomerHiddenContainer"}">
<div class="CustomerTicketTemplateFromCustomer SpacingTopSmall Hidden">
- <input name="CustomerSelected" id="CustomerSelected" class="CustomerTicketRadio" type="radio" value=""/>
+ <input name="CustomerSelected" title="$Text{"Select this customer as the main customer."}" id="CustomerSelected" class="CustomerTicketRadio" type="radio" value=""/>
<input name="CustomerKey" id="CustomerKey" class="CustomerKey" type="hidden" value=""/>
- <input class="CustomerTicketText W75pc" name="CustomerTicketText" id="CustomerTicketText" type="text" value="" readonly="readonly" />
+ <input class="CustomerTicketText Radio" title="$Text{"From customer"}" name="CustomerTicketText" id="CustomerTicketText" type="text" value="" readonly="readonly" />
<button type="button" id="RemoveCustomerTicket" class="Remove CustomerTicketRemove" value="$Text{"Remove Ticket Customer"}">$Text{"Remove Ticket Customer"}</button>
</div>
@@ -87,7 +97,7 @@
<!-- dtl:block:MultipleCustomer -->
<div class="SpacingTopSmall ">
- <input name="CustomerSelected" id="CustomerSelected" class="CustomerTicketRadio" type="radio" value="$QData{"Count"}" $QData{"CustomerSelected"} $QData{"CustomerDisabled"} />
+ <input name="CustomerSelected" title="$Text{"Select this customer as the main customer."}" id="CustomerSelected" class="CustomerTicketRadio" type="radio" value="$QData{"Count"}" $QData{"CustomerSelected"} $QData{"CustomerDisabled"} />
<input name="CustomerKey_$QData{"Count"}" id="CustomerKey_$QData{"Count"}" class="CustomerKey" type="hidden" value="$QData{"CustomerKey"}"/>
- <input class="CustomerTicketText W75pc $QData{"CustomerError"}" name="CustomerTicketText_$Data{"Count"}" id="CustomerTicketText_$Data{"Count"}" type="text" value="$QData{"CustomerElement"}" readonly="readonly" />
+ <input class="CustomerTicketText $QData{"CustomerError"}" title="$Text{"From customer"}" name="CustomerTicketText_$Data{"Count"}" id="CustomerTicketText_$Data{"Count"}" type="text" value="$QData{"CustomerElement"}" readonly="readonly" />
<button type="button" id="RemoveCustomerTicket_$Data{"Count"}" class="Remove CustomerTicketRemove" value="$Text{"Remove Ticket Customer"}">$Text{"Remove Ticket Customer"}</button>
@@ -145,15 +155,4 @@
<!--dtl:js_on_document_complete-->
- <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 $QData{"FromInvalid"}" autocomplete="off" />
- <div id="FromCustomerServerError" class="TooltipErrorMessage">
-<!-- dtl:block:FromServerErrorMsg -->
- <p>$Text{"Please include at least one customer for the ticket."}</p>
-<!-- dtl:block:FromServerErrorMsg -->
- </div>
- </div>
- <div class="Clear"></div>
-
<!-- dtl:block:FromExternalCustomer -->
<!--dtl:js_on_document_complete-->
Author: ub
Index: AgentTicketZoom.dtl
===================================================================
RCS file: /home/cvs/ITSMIncidentProblemManagement/Kernel/Output/HTML/Standard/AgentTicketZoom.dtl,v
retrieving revision 1.60
retrieving revision 1.61
diff -2 -u -d -r1.60 -r1.61
--- AgentTicketZoom.dtl 13 Jun 2013 08:48:10 -0000 1.60
+++ AgentTicketZoom.dtl 18 Jun 2013 14:30:03 -0000 1.61
@@ -760,5 +760,7 @@
<div class="WidgetBox SpacingTop Expanded">
<div class="LightRow Header">
- <div class="WidgetAction Toggle"><a href="#" title="$Text{"Show or hide the content"}"><span></span></a></div>
+ <div class="WidgetAction Toggle">
+ <a href="$Env{"Baselink"}Action=AgentTicketZoom;TicketID=$QData{"TicketID"};ArticleID=$QData{"ArticleID"}" title="$Text{"Show or hide the content"}"><span></span></a>
+ </div>
<h2>#$QData{"Count"} – $QData{"Subject","60"}</h2>
<div class="AdditionalInformation SpacingLoader">
Author: ub
Index: AgentTicketEmail.dtl
===================================================================
RCS file: /home/cvs/ITSMIncidentProblemManagement/Kernel/Output/HTML/Standard/AgentTicketEmail.dtl,v
retrieving revision 1.41
retrieving revision 1.42
diff -2 -u -d -r1.41 -r1.42
--- AgentTicketEmail.dtl 11 Feb 2013 11:25:29 -0000 1.41
+++ AgentTicketEmail.dtl 18 Jun 2013 14:30:03 -0000 1.42
@@ -95,19 +95,58 @@
<div class="Clear"></div>
+<!--dtl:js_on_document_complete-->
+<script type="text/javascript">//<![CDATA[
+ $('.CustomerTicketRadio').bind('change', function () {
+ var CustomerKey;
+ if ( $(this).attr('checked') ){
+
+ CustomerKey = $( '#CustomerKey_' +$(this).val() ).val();
+ // get customer tickets
+ Core.Agent.CustomerSearch.ReloadCustomerInfo(CustomerKey);
+ }
+ return false;
+ });
+
+ $('.CustomerTicketRemove').bind('click', function () {
+ Core.Agent.CustomerSearch.RemoveCustomerTicket( $(this) );
+ return false;
+ });
+//]]></script>
+<!--dtl:js_on_document_complete-->
+
+<!-- dtl:block:FromExternalCustomer -->
+<!--dtl:js_on_document_complete-->
+<script type="text/javascript">//<![CDATA[
+ Core.Agent.CustomerSearch.AddTicketCustomer( 'ToCustomer', "$QData{"Email"}", "$QData{"Customer"}", true );
+//]]></script>
+<!--dtl:js_on_document_complete-->
+<!-- dtl:block:FromExternalCustomer -->
+
+ <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 $QData{"ToInvalid"}" autocomplete="off" />
+ <div id="ToCustomerServerError" class="TooltipErrorMessage">
+<!-- dtl:block:ToServerErrorMsg -->
+ <p>$Text{"Please include at least one customer for the ticket."}</p>
+<!-- dtl:block:ToServerErrorMsg -->
+ </div>
+ </div>
+ <div class="Clear"></div>
<div class="Field $QData{"CustomerHiddenContainer"}">
- <div class="CustomerTicketTemplateToCustomer SpacingTopSmall Hidden">
- <input name="CustomerSelected" id="CustomerSelected" class="CustomerTicketRadio" type="radio" value=""/>
+ <div class="CustomerTicketTemplateToCustomer Hidden">
+ <input name="CustomerSelected" title="$Text{"Select this customer as the main customer."}" id="CustomerSelected" class="CustomerTicketRadio" type="radio" value=""/>
<input name="CustomerKey" id="CustomerKey" class="CustomerKey" type="hidden" value=""/>
- <input class="CustomerTicketText W75pc" name="CustomerTicketText" id="CustomerTicketText" type="text" value="" readonly="readonly" />
+ <input class="CustomerTicketText Radio" title="$Text{"To customer"}" name="CustomerTicketText" id="CustomerTicketText" type="text" value="" readonly="readonly" />
<button type="button" id="RemoveCustomerTicket" class="Remove CustomerTicketRemove" value="$Text{"Remove Ticket Customer"}">$Text{"Remove Ticket Customer"}</button>
</div>
<div id="TicketCustomerContentToCustomer" class="CustomerContainer">
+ <span class="BoxLabel">$Text{"To"}</span>
<!-- dtl:block:MultipleCustomer -->
- <div class="SpacingTopSmall ">
- <input name="CustomerSelected" id="CustomerSelected" class="CustomerTicketRadio" type="radio" value="$QData{"Count"}" $QData{"CustomerSelected"} $QData{"CustomerDisabled"} />
+ <div>
+ <input name="CustomerSelected" title="$Text{"Select this customer as the main customer."}" id="CustomerSelected" class="CustomerTicketRadio" type="radio" value="$QData{"Count"}" $QData{"CustomerSelected"} $QData{"CustomerDisabled"} />
<input name="CustomerKey_$QData{"Count"}" id="CustomerKey_$QData{"Count"}" class="CustomerKey" type="hidden" value="$QData{"CustomerKey"}"/>
- <input class="CustomerTicketText W75pc $QData{"CustomerError"}" name="CustomerTicketText_$Data{"Count"}" id="CustomerTicketText_$Data{"Count"}" type="text" value="$QData{"CustomerElement"}" readonly="readonly" />
+ <input class="CustomerTicketText $QData{"CustomerError"}" name="CustomerTicketText_$Data{"Count"}" id="CustomerTicketText_$Data{"Count"}" type="text" value="$QData{"CustomerElement"}" readonly="readonly" />
<button type="button" id="RemoveCustomerTicket_$Data{"Count"}" class="Remove CustomerTicketRemove" value="$Text{"Remove Ticket Customer"}">$Text{"Remove Ticket Customer"}</button>
@@ -138,5 +177,4 @@
</div>
<!-- dtl:block:MultipleCustomer -->
-
</div>
<!-- dtl:block:MultipleCustomerCounter -->
@@ -145,40 +183,8 @@
</div>
<div class="Clear"></div>
-<!--dtl:js_on_document_complete-->
-<script type="text/javascript">//<![CDATA[
- $('.CustomerTicketRadio').bind('change', function () {
- var CustomerKey;
- if ( $(this).attr('checked') ){
-
- CustomerKey = $( '#CustomerKey_' +$(this).val() ).val();
- // get customer tickets
- Core.Agent.CustomerSearch.ReloadCustomerInfo(CustomerKey);
- }
- return false;
- });
- $('.CustomerTicketRemove').bind('click', function () {
- Core.Agent.CustomerSearch.RemoveCustomerTicket( $(this) );
- return false;
- });
-//]]></script>
-<!--dtl:js_on_document_complete-->
-
-<!-- dtl:block:FromExternalCustomer -->
-<!--dtl:js_on_document_complete-->
-<script type="text/javascript">//<![CDATA[
- Core.Agent.CustomerSearch.AddTicketCustomer( 'ToCustomer', "$QData{"Email"}", "$QData{"Customer"}", true );
-//]]></script>
-<!--dtl:js_on_document_complete-->
-<!-- dtl:block:FromExternalCustomer -->
-
- <label for="ToCustomer" class="Mandatory"><span class="Marker">*</span>$Text{"To customer"}:</label>
+ <label for="CcCustomer">$Text{"Cc"}:</label>
<div class="Field">
- <input id="ToCustomer" type="text" name="ToCustomer" value="" class="CustomerAutoComplete W75pc $QData{"ToInvalid"}" autocomplete="off" />
- <div id="ToCustomerServerError" class="TooltipErrorMessage">
-<!-- dtl:block:ToServerErrorMsg -->
- <p>$Text{"Please include at least one customer for the ticket."}</p>
-<!-- dtl:block:ToServerErrorMsg -->
- </div>
+ <input id="CcCustomer" type="text" name="CcCustomer" value="" class="CustomerAutoComplete W75pc $QData{"CcInvalid"}" autocomplete="off" />
</div>
<div class="Clear"></div>
@@ -187,13 +193,14 @@
<div class="CustomerTicketTemplateCcCustomer SpacingTopSmall Hidden">
<input name="CcCustomerKey" id="CcCustomerKey" class="CustomerKey" type="hidden" value=""/>
- <input class="CustomerTicketText W75pc" name="CcCustomerTicketText" id="CcCustomerTicketText" type="text" value="" readonly="readonly" />
+ <input class="CustomerTicketText" title="$Text{"Cc"}" 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>
- <div id="TicketCustomerContentCcCustomer">
+ <div id="TicketCustomerContentCcCustomer" class="CcCustomerContainer">
+ <span class="BoxLabel">$Text{"Cc"}</span>
<!-- dtl:block:CcMultipleCustomer -->
- <div class="SpacingTopSmall ">
+ <div>
<input name="CcCustomerKey_$QData{"Count"}" id="CcCustomerKey_$QData{"Count"}" class="CustomerKey" type="hidden" value="$QData{"CustomerKey"}"/>
- <input class="CustomerTicketText W75pc $QData{"CustomerError"}" name="CcCustomerTicketText_$Data{"Count"}" id="CcCustomerTicketText_$Data{"Count"}" type="text" value="$QData{"CustomerElement"}" readonly="readonly" />
+ <input class="CustomerTicketText $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,7 +239,7 @@
<div class="Clear"></div>
- <label for="CcCustomer">$Text{"Cc"}:</label>
+ <label for="BccCustomer">$Text{"Bcc"}:</label>
<div class="Field">
- <input id="CcCustomer" type="text" name="CcCustomer" value="" class="CustomerAutoComplete W75pc $QData{"CcInvalid"}" autocomplete="off" />
+ <input id="BccCustomer" type="text" name="BccCustomer" value="" class="CustomerAutoComplete W75pc $QData{"BccInvalid"}" autocomplete="off" />
</div>
<div class="Clear"></div>
@@ -241,13 +248,14 @@
<div class="CustomerTicketTemplateBccCustomer SpacingTopSmall Hidden">
<input name="BccCustomerKey" id="BccCustomerKey" class="CustomerKey" type="hidden" value=""/>
- <input class="CustomerTicketText W75pc" name="BccCustomerTicketText" id="BccCustomerTicketText" type="text" value="" readonly="readonly" />
+ <input class="CustomerTicketText" title="$Text{"Bcc"}" 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>
- <div id="TicketCustomerContentBccCustomer">
+ <div id="TicketCustomerContentBccCustomer" class="BccCustomerContainer">
+ <span class="BoxLabel">$Text{"Bcc"}</span>
<!-- dtl:block:BccMultipleCustomer -->
- <div class="SpacingTopSmall ">
+ <div>
<input name="BccCustomerKey_$QData{"Count"}" id="BccCustomerKey_$QData{"Count"}" class="CustomerKey" type="hidden" value="$QData{"CustomerKey"}"/>
- <input class="CustomerTicketText W75pc $QData{"CustomerError"}" name="BccCustomerTicketText_$Data{"Count"}" id="BccCustomerTicketText_$Data{"Count"}" type="text" value="$QData{"CustomerElement"}" readonly="readonly" />
+ <input class="CustomerTicketText $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,10 +294,4 @@
<div class="Clear"></div>
- <label for="BccCustomer">$Text{"Bcc"}:</label>
- <div class="Field">
- <input id="BccCustomer" type="text" name="BccCustomer" value="" class="CustomerAutoComplete W75pc $QData{"BccInvalid"}" autocomplete="off" />
- </div>
- <div class="Clear"></div>
-
<!-- dtl:block:TicketService -->
<label for="ServiceID">$Text{"Service"}:</label>
---------------------------------------------------------------------
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