[otrs-cvs] CVS: otrs/Kernel/Output/HTML/Standard
AgentTicketPhone.dtl,1.16,1.17
cvs-log at otrs.org
cvs-log at otrs.org
Wed Oct 4 14:44:46 CEST 2006
Update of /home/cvs/otrs/Kernel/Output/HTML/Standard
In directory lancelot:/tmp/cvs-serv9348/Kernel/Output/HTML/Standard
Modified Files:
AgentTicketPhone.dtl
Log Message:
changed html form method to post
Index: AgentTicketPhone.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AgentTicketPhone.dtl,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** AgentTicketPhone.dtl 19 Sep 2006 16:56:24 -0000 1.16
--- AgentTicketPhone.dtl 4 Oct 2006 11:44:44 -0000 1.17
***************
*** 117,121 ****
#<hr>
! <form action="$Env{"CGIHandle"}" method="get" enctype="multipart/form-data" name="compose">
<input type="hidden" name="Action" value="$Env{"Action"}">
<input type="hidden" name="Subaction" value="StoreNew">
--- 117,121 ----
#<hr>
! <form action="$Env{"CGIHandle"}" method="post" enctype="multipart/form-data" name="compose">
<input type="hidden" name="Action" value="$Env{"Action"}">
<input type="hidden" name="Subaction" value="StoreNew">
More information about the cvs-log
mailing list