[otrs-cvs] CVS: otrs/Kernel/Output/HTML/Standard
AgentTicketPhone.dtl,1.19,1.20
cvs-log at otrs.org
cvs-log at otrs.org
Wed Nov 8 12:06:51 CET 2006
Update of /home/cvs/otrs/Kernel/Output/HTML/Standard
In directory lancelot:/tmp/cvs-serv5140/Kernel/Output/HTML/Standard
Modified Files:
AgentTicketPhone.dtl
Log Message:
fixed not working all owner/responible selection in phone view
Index: AgentTicketPhone.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AgentTicketPhone.dtl,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** AgentTicketPhone.dtl 12 Oct 2006 10:16:00 -0000 1.19
--- AgentTicketPhone.dtl 8 Nov 2006 11:06:48 -0000 1.20
***************
*** 120,125 ****
<input type="hidden" name="FormID" value="$QData{"FormID"}">
<input type="hidden" name="ExpandCustomerName" value="0">
! <input type="hidden" name="OwnerAll" value="0">
! <input type="hidden" name="ResponsibleAll" value="0">
<input type="hidden" name="PreSelectedCustomerUser" value="">
<input type="hidden" name="SelectedCustomerUser" value="$Data{"CustomerUser"}">
--- 120,125 ----
<input type="hidden" name="FormID" value="$QData{"FormID"}">
<input type="hidden" name="ExpandCustomerName" value="0">
! <input type="hidden" name="OwnerAll" value="$QData{"OwnerAll"}">
! <input type="hidden" name="ResponsibleAll" value="$QData{"ResponsibleAll"}">
<input type="hidden" name="PreSelectedCustomerUser" value="">
<input type="hidden" name="SelectedCustomerUser" value="$Data{"CustomerUser"}">
***************
*** 168,172 ****
<tr>
<td class="contentkey">$Text{"Responsible"}:</td>
! <td class="contentvalue">$Data{"OptionStrg"}
<!-- dtl:block:ResponsibleSelectionAllJS -->
$Env{"Box0"}<a href="" onclick="document.compose.ExpandCustomerName.value='3'; document.compose.ResponsibleAll.value='1'; document.compose.submit(); return false;" onmouseout="window.status='';" onmouseover="window.status='$JSText{"All Agents"}'; return true;">$Text{"All"}</a>$Env{"Box1"}
--- 168,172 ----
<tr>
<td class="contentkey">$Text{"Responsible"}:</td>
! <td class="contentvalue">$Data{"ResponsibleOptionStrg"}
<!-- dtl:block:ResponsibleSelectionAllJS -->
$Env{"Box0"}<a href="" onclick="document.compose.ExpandCustomerName.value='3'; document.compose.ResponsibleAll.value='1'; document.compose.submit(); return false;" onmouseout="window.status='';" onmouseover="window.status='$JSText{"All Agents"}'; return true;">$Text{"All"}</a>$Env{"Box1"}
More information about the cvs-log
mailing list