[otrs-cvs] otrs/Kernel/Output/HTML/Standard AgentTicketEmail.dtl, 1.166, 1.167 AgentTicketForward.dtl, 1.104, 1.105 AgentTicketPhone.dtl, 1.152, 1.153 AgentTicketCompose.dtl, 1.113, 1.114
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/Kernel/Output/HTML/Standard
In directory lancelot:/tmp/cvs-serv25668/Kernel/Output/HTML/Standard
Modified Files:
AgentTicketEmail.dtl AgentTicketForward.dtl
AgentTicketPhone.dtl AgentTicketCompose.dtl
Log Message:
Reverted changes of multiple recepient feature due to problems with different languages.
Author: mn
Index: AgentTicketEmail.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AgentTicketEmail.dtl,v
retrieving revision 1.166
retrieving revision 1.167
diff -2 -u -d -r1.166 -r1.167
--- AgentTicketEmail.dtl 14 Jan 2013 13:25:58 -0000 1.166
+++ AgentTicketEmail.dtl 14 Jan 2013 14:03:05 -0000 1.167
@@ -89,8 +89,7 @@
<div class="Field $QData{"CustomerHiddenContainer"}">
<div class="CustomerTicketTemplateToCustomer SpacingTopSmall Hidden">
- <span class="MultipleRecipientInfo">$Text{"To"}</span>
<input name="CustomerSelected" id="CustomerSelected" class="CustomerTicketRadio" type="radio" value=""/>
<input name="CustomerKey" id="CustomerKey" class="CustomerKey" type="hidden" value=""/>
- <input class="CustomerTicketText W70pc" name="CustomerTicketText" id="CustomerTicketText" type="text" value="" readonly="readonly" />
+ <input class="CustomerTicketText W75pc" 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>
@@ -99,8 +98,7 @@
<!-- dtl:block:MultipleCustomer -->
<div class="SpacingTopSmall ">
- <span class="MultipleRecipientInfo">$Text{"To"}</span>
<input name="CustomerSelected" 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 W70pc $QData{"CustomerError"}" name="CustomerTicketText_$Data{"Count"}" id="CustomerTicketText_$Data{"Count"}" type="text" value="$QData{"CustomerElement"}" readonly="readonly" />
+ <input class="CustomerTicketText W75pc $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>
@@ -179,7 +177,6 @@
<div class="Field $QData{"CcCustomerHiddenContainer"}">
<div class="CustomerTicketTemplateCcCustomer SpacingTopSmall Hidden">
- <span class="MultipleRecipientInfo">$Text{"Cc"}</span>
<input name="CcCustomerKey" id="CcCustomerKey" class="CustomerKey" type="hidden" value=""/>
- <input class="CustomerTicketText W70pc" name="CcCustomerTicketText" id="CcCustomerTicketText" type="text" value="" readonly="readonly" />
+ <input class="CustomerTicketText W75pc" 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>
@@ -188,7 +185,6 @@
<!-- dtl:block:CcMultipleCustomer -->
<div class="SpacingTopSmall ">
- <span class="MultipleRecipientInfo">$Text{"Cc"}</span>
<input name="CcCustomerKey_$QData{"Count"}" id="CcCustomerKey_$QData{"Count"}" class="CustomerKey" type="hidden" value="$QData{"CustomerKey"}"/>
- <input class="CustomerTicketText W70pc $QData{"CustomerError"}" name="CcCustomerTicketText_$Data{"Count"}" id="CcCustomerTicketText_$Data{"Count"}" type="text" value="$QData{"CustomerElement"}" readonly="readonly" />
+ <input class="CustomerTicketText W75pc $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>
@@ -235,7 +231,6 @@
<div class="Field $QData{"BccCustomerHiddenContainer"}">
<div class="CustomerTicketTemplateBccCustomer SpacingTopSmall Hidden">
- <span class="MultipleRecipientInfo">$Text{"Bcc"}</span>
<input name="BccCustomerKey" id="BccCustomerKey" class="CustomerKey" type="hidden" value=""/>
- <input class="CustomerTicketText W70pc" name="BccCustomerTicketText" id="BccCustomerTicketText" type="text" value="" readonly="readonly" />
+ <input class="CustomerTicketText W75pc" 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>
@@ -243,8 +238,7 @@
<div id="TicketCustomerContentBccCustomer">
<!-- dtl:block:BccMultipleCustomer -->
- <div class="SpacingTopSmall">
- <span class="MultipleRecipientInfo">$Text{"Bcc"}</span>
+ <div class="SpacingTopSmall ">
<input name="BccCustomerKey_$QData{"Count"}" id="BccCustomerKey_$QData{"Count"}" class="CustomerKey" type="hidden" value="$QData{"CustomerKey"}"/>
- <input class="CustomerTicketText W70pc $QData{"CustomerError"}" name="BccCustomerTicketText_$Data{"Count"}" id="BccCustomerTicketText_$Data{"Count"}" type="text" value="$QData{"CustomerElement"}" readonly="readonly" />
+ <input class="CustomerTicketText W75pc $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>
Author: mn
Index: AgentTicketForward.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AgentTicketForward.dtl,v
retrieving revision 1.104
retrieving revision 1.105
diff -2 -u -d -r1.104 -r1.105
--- AgentTicketForward.dtl 14 Jan 2013 13:25:58 -0000 1.104
+++ AgentTicketForward.dtl 14 Jan 2013 14:03:05 -0000 1.105
@@ -52,9 +52,8 @@
<div class="Field $QData{"CustomerHiddenContainer"}">
<div class="CustomerTicketTemplateToCustomer SpacingTopSmall Hidden">
- <span class="MultipleRecipientInfo">$Text{"To"}</span>
<input name="CustomerInitialValue" id="CustomerInitialValue" type="hidden" value="$QData{"To"}" />
<input name="CustomerKey" id="CustomerKey" class="CustomerKey" type="hidden" value=""/>
<input name="CustomerQueue" id="CustomerQueue" class="CustomerQueue" type="hidden" value=""/>
- <input class="CustomerTicketText W70pc" name="CustomerTicketText" id="CustomerTicketText" type="text" value="" readonly="readonly" />
+ <input class="CustomerTicketText W75pc" 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>
@@ -62,9 +61,8 @@
<div id="TicketCustomerContentToCustomer" class="CustomerContainer">
<!-- dtl:block:MultipleCustomer -->
- <div class="SpacingTopSmall">
- <span class="MultipleRecipientInfo">$Text{"To"}</span>
+ <div class="SpacingTopSmall ">
<input name="CustomerKey_$QData{"Count"}" id="CustomerKey_$QData{"Count"}" class="CustomerKey" type="hidden" value="$QData{"CustomerKey"}"/>
<input name="CustomerQueue_$QData{"Count"}" id="CustomerQueue_$QData{"Count"}" class="CustomerQueue" type="hidden" value="$QData{"CustomerQueue"}"/>
- <input class="CustomerTicketText W70pc $QData{"CustomerError"}" name="CustomerTicketText_$Data{"Count"}" id="CustomerTicketText_$Data{"Count"}" type="text" value="$QData{"CustomerElement"}" readonly="readonly" />
+ <input class="CustomerTicketText W75pc $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>
@@ -124,9 +122,8 @@
<div class="Field $QData{"CustomerHiddenContainer"}">
<div class="CustomerTicketTemplateCcCustomer SpacingTopSmall Hidden">
- <span class="MultipleRecipientInfo">$Text{"Cc"}</span>
<input name="CcCustomerInitialValue" id="CcCustomerInitialValue" type="hidden" value="$QData{"Cc"}" />
<input name="CcCustomerKey" id="CcCustomerKey" class="CustomerKey" type="hidden" value=""/>
<input name="CcCustomerQueue" id="CcCustomerQueue" class="CustomerQueue" type="hidden" value=""/>
- <input class="CustomerTicketText W70pc" name="CcCustomerTicketText" id="CcCustomerTicketText" type="text" value="" readonly="readonly" />
+ <input class="CustomerTicketText W75pc" 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>
@@ -134,9 +131,8 @@
<div id="TicketCustomerContentCcCustomer">
<!-- dtl:block:CcMultipleCustomer -->
- <div class="SpacingTopSmall">
- <span class="MultipleRecipientInfo">$Text{"Cc"}</span>
+ <div class="SpacingTopSmall ">
<input name="CcCustomerKey_$QData{"Count"}" id="CcCustomerKey_$QData{"Count"}" class="CustomerKey" type="hidden" value="$QData{"CustomerKey"}"/>
<input name="CcCustomerQueue_$QData{"Count"}" id="CcCustomerQueue_$QData{"Count"}" class="CustomerQueue" type="hidden" value="$QData{"CustomerQueue"}"/>
- <input class="CustomerTicketText W70pc $QData{"CustomerError"}" name="CcCustomerTicketText_$Data{"Count"}" id="CcCustomerTicketText_$Data{"Count"}" type="text" value="$QData{"CustomerElement"}" readonly="readonly" />
+ <input class="CustomerTicketText W75pc $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>
@@ -183,9 +179,8 @@
<div class="Field $QData{"CustomerHiddenContainer"}">
<div class="CustomerTicketTemplateBccCustomer SpacingTopSmall Hidden">
- <span class="MultipleRecipientInfo">$Text{"Bcc"}</span>
<input name="BccCustomerInitialValue" id="BccCustomerInitialValue" type="hidden" value="$QData{"Bcc"}" />
<input name="BccCustomerKey" id="BccCustomerKey" class="CustomerKey" type="hidden" value=""/>
<input name="BccCustomerQueue" id="BccCustomerQueue" class="CustomerQueue" type="hidden" value=""/>
- <input class="CustomerTicketText W70pc" name="BccCustomerTicketText" id="BccCustomerTicketText" type="text" value="" readonly="readonly" />
+ <input class="CustomerTicketText W75pc" 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>
@@ -193,9 +188,8 @@
<div id="TicketCustomerContentBccCustomer">
<!-- dtl:block:BccMultipleCustomer -->
- <div class="SpacingTopSmall">
- <span class="MultipleRecipientInfo">$Text{"Bcc"}</span>
+ <div class="SpacingTopSmall ">
<input name="BccCustomerKey_$QData{"Count"}" id="BccCustomerKey_$QData{"Count"}" class="CustomerKey" type="hidden" value="$QData{"CustomerKey"}"/>
<input name="BccCustomerQueue_$QData{"Count"}" id="BccCustomerQueue_$QData{"Count"}" class="CustomerQueue" type="hidden" value="$QData{"CustomerQueue"}"/>
- <input class="CustomerTicketText W70pc $QData{"CustomerError"}" name="BccCustomerTicketText_$Data{"Count"}" id="BccCustomerTicketText_$Data{"Count"}" type="text" value="$QData{"CustomerElement"}" readonly="readonly" />
+ <input class="CustomerTicketText W75pc $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>
Author: mn
Index: AgentTicketPhone.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AgentTicketPhone.dtl,v
retrieving revision 1.152
retrieving revision 1.153
diff -2 -u -d -r1.152 -r1.153
--- AgentTicketPhone.dtl 14 Jan 2013 13:25:59 -0000 1.152
+++ AgentTicketPhone.dtl 14 Jan 2013 14:03:05 -0000 1.153
@@ -68,8 +68,7 @@
<div class="Field $QData{"CustomerHiddenContainer"}">
<div class="CustomerTicketTemplateFromCustomer SpacingTopSmall Hidden">
- <span class="MultipleRecipientInfo">$Text{"From"}</span>
<input name="CustomerSelected" id="CustomerSelected" class="CustomerTicketRadio" type="radio" value=""/>
<input name="CustomerKey" id="CustomerKey" class="CustomerKey" type="hidden" value=""/>
- <input class="CustomerTicketText W70pc" name="CustomerTicketText" id="CustomerTicketText" type="text" value="" readonly="readonly" />
+ <input class="CustomerTicketText W75pc" 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>
@@ -77,9 +76,8 @@
<div id="TicketCustomerContentFromCustomer" class="CustomerContainer">
<!-- dtl:block:MultipleCustomer -->
- <div class="SpacingTopSmall">
- <span class="MultipleRecipientInfo">$Text{"From"}</span>
+ <div class="SpacingTopSmall ">
<input name="CustomerSelected" 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 W70pc $QData{"CustomerError"}" name="CustomerTicketText_$Data{"Count"}" id="CustomerTicketText_$Data{"Count"}" type="text" value="$QData{"CustomerElement"}" readonly="readonly" />
+ <input class="CustomerTicketText W75pc $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>
Author: mn
Index: AgentTicketCompose.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AgentTicketCompose.dtl,v
retrieving revision 1.113
retrieving revision 1.114
diff -2 -u -d -r1.113 -r1.114
--- AgentTicketCompose.dtl 14 Jan 2013 13:25:59 -0000 1.113
+++ AgentTicketCompose.dtl 14 Jan 2013 14:03:05 -0000 1.114
@@ -51,9 +51,8 @@
<div class="Field $QData{"CustomerHiddenContainer"}">
<div class="CustomerTicketTemplateToCustomer SpacingTopSmall Hidden">
- <span class="MultipleRecipientInfo">$Text{"To"}</span>
<input name="CustomerInitialValue" id="CustomerInitialValue" type="hidden" value="$QData{"To"}" />
<input name="CustomerKey" id="CustomerKey" class="CustomerKey" type="hidden" value=""/>
<input name="CustomerQueue" id="CustomerQueue" class="CustomerQueue" type="hidden" value=""/>
- <input class="CustomerTicketText W70pc" name="CustomerTicketText" id="CustomerTicketText" type="text" value="" readonly="readonly" />
+ <input class="CustomerTicketText W75pc" 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>
@@ -62,5 +61,4 @@
<!-- dtl:block:MultipleCustomer -->
<div class="SpacingTopSmall ">
- <span class="MultipleRecipientInfo">$Text{"To"}</span>
<input name="CustomerKey_$QData{"Count"}" id="CustomerKey_$QData{"Count"}" class="CustomerKey" type="hidden" value="$QData{"CustomerKey"}"/>
<input name="CustomerQueue_$QData{"Count"}" id="CustomerQueue_$QData{"Count"}" class="CustomerQueue" type="hidden" value="$QData{"CustomerQueue"}"/>
@@ -134,9 +132,8 @@
<div class="Field $QData{"CcCustomerHiddenContainer"}">
<div class="CustomerTicketTemplateCcCustomer SpacingTopSmall Hidden">
- <span class="MultipleRecipientInfo">$Text{"Cc"}</span>
<input name="CcCustomerInitialValue" id="CcCustomerInitialValue" type="hidden" value="$QData{"Cc"}" />
<input name="CcCustomerKey" id="CcCustomerKey" class="CustomerKey" type="hidden" value=""/>
<input name="CcCustomerQueue" id="CcCustomerQueue" class="CustomerQueue" type="hidden" value=""/>
- <input class="CustomerTicketText W70pc" name="CcCustomerTicketText" id="CcCustomerTicketText" type="text" value="" readonly="readonly" />
+ <input class="CustomerTicketText W75pc" 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>
@@ -145,8 +142,7 @@
<!-- dtl:block:CcMultipleCustomer -->
<div class="SpacingTopSmall ">
- <span class="MultipleRecipientInfo">$Text{"Cc"}</span>
<input name="CcCustomerKey_$QData{"Count"}" id="CcCustomerKey_$QData{"Count"}" class="CustomerKey" type="hidden" value="$QData{"CustomerKey"}"/>
<input name="CcCustomerQueue_$QData{"Count"}" id="CcCustomerQueue_$QData{"Count"}" class="CustomerQueue" type="hidden" value="$QData{"CustomerQueue"}"/>
- <input class="CustomerTicketText W70pc $QData{"CustomerError"}" name="CcCustomerTicketText_$Data{"Count"}" id="CcCustomerTicketText_$Data{"Count"}" type="text" value="$QData{"CustomerElement"}" readonly="readonly" />
+ <input class="CustomerTicketText W75pc $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>
@@ -203,9 +199,8 @@
<div class="Field $QData{"BccCustomerHiddenContainer"}">
<div class="CustomerTicketTemplateBccCustomer SpacingTopSmall Hidden">
- <span class="MultipleRecipientInfo">$Text{"Bcc"}</span>
<input name="BccCustomerInitialValue" id="BccCustomerInitialValue" type="hidden" value="$QData{"Bcc"}" />
<input name="BccCustomerKey" id="BccCustomerKey" class="CustomerKey" type="hidden" value=""/>
<input name="BccCustomerQueue" id="BccCustomerQueue" class="CustomerQueue" type="hidden" value=""/>
- <input class="CustomerTicketText W70pc" name="BccCustomerTicketText" id="BccCustomerTicketText" type="text" value="" readonly="readonly" />
+ <input class="CustomerTicketText W75pc" 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>
@@ -213,9 +208,8 @@
<div id="TicketCustomerContentBccCustomer">
<!-- dtl:block:BccMultipleCustomer -->
- <div class="SpacingTopSmall">
- <span class="MultipleRecipientInfo">$Text{"Bcc"}</span>
+ <div class="SpacingTopSmall ">
<input name="BccCustomerKey_$QData{"Count"}" id="BccCustomerKey_$QData{"Count"}" class="CustomerKey" type="hidden" value="$QData{"CustomerKey"}"/>
<input name="BccCustomerQueue_$QData{"Count"}" id="BccCustomerQueue_$QData{"Count"}" class="CustomerQueue" type="hidden" value="$QData{"CustomerQueue"}"/>
- <input class="CustomerTicketText W70pc $QData{"CustomerError"}" name="BccCustomerTicketText_$Data{"Count"}" id="BccCustomerTicketText_$Data{"Count"}" type="text" value="$QData{"CustomerElement"}" readonly="readonly" />
+ <input class="CustomerTicketText W75pc $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>
---------------------------------------------------------------------
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