[otrs-cvs] otrs/Kernel/Output/HTML/Standard AdminCustomerCompanyForm.dtl, 1.4, 1.5

cvs-log at otrs.org cvs-log at otrs.org
Fri Feb 1 12:25:57 GMT 2008


Comments:
Update of /home/cvs/otrs/Kernel/Output/HTML/Standard
In directory lancelot:/tmp/cvs-serv13376/Kernel/Output/HTML/Standard

Modified Files:
	AdminCustomerCompanyForm.dtl 
Log Message:
Fixed ticket# 2008012242000417 - View performance problems if more then 1000 customer companies are in the database available.

Author: martin

Index: AdminCustomerCompanyForm.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AdminCustomerCompanyForm.dtl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** AdminCustomerCompanyForm.dtl	28 Jun 2007 23:55:33 -0000	1.4
--- AdminCustomerCompanyForm.dtl	1 Feb 2008 12:25:52 -0000	1.5
***************
*** 1,5 ****
  # --
  # AdminCustomerCompanyForm.dtl - provides HTML form for AdminCustomerCompany
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
  # --
  # $Id$
--- 1,5 ----
  # --
  # AdminCustomerCompanyForm.dtl - provides HTML form for AdminCustomerCompany
! # Copyright (C) 2001-2008 OTRS AG, http://otrs.org/
  # --
  # $Id$
***************
*** 7,11 ****
  # This software comes with ABSOLUTELY NO WARRANTY. For details, see
  # the enclosed file COPYING for license information (GPL). If you
! # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
  # --
  
--- 7,11 ----
  # This software comes with ABSOLUTELY NO WARRANTY. For details, see
  # the enclosed file COPYING for license information (GPL). If you
! # did not receive this file, see http://www.gnu.org/licenses/gpl-2.0.txt.
  # --
  
***************
*** 19,22 ****
--- 19,50 ----
    <tr>
      <td width="30%" class="mainbody">
+ 
+       <form action="$Env{"CGIHandle"}" method="post">
+         <input type="hidden" name="Action" value="$Env{"Action"}">
+         <input type="hidden" name="Subaction" value="">
+         <table width="100%" cellspacing="0" cellpadding="4">
+           <tr>
+             <td class="contenthead">$Text{"Search"}:</td>
+           </tr>
+           <tr>
+             <td class="contentbody">
+               <table>
+                 <tr>
+                   <td class="contentkey">$Text{"Search for"}:</td>
+                   <td class="contentvalue"><input type="text" name="Search" value="$QData{"Search"}" size="25"></td>
+                 </tr>
+               </table>
+             </td>
+           </tr>
+           <tr>
+             <td class="contentfooter">
+               <input class="button" type="submit" value="$Text{"Search"}">
+             </td>
+           </tr>
+         </table>
+       </form>
+ 
+       <br/>
+ 
        <form action="$Env{"CGIHandle"}" method="post">
          <input type="hidden" name="Action" value="$Env{"Action"}">
***************
*** 38,41 ****
--- 66,70 ----
          </table>
        </form>
+ 
      </td>
      <td width="70%" class="mainbody">


More information about the cvs-log mailing list