[otrs-cvs] CVS: otrs/Kernel/Output/HTML/Standard AdminCustomerUserForm.dtl,1.30,1.30.2.1

cvs-log at otrs.org cvs-log at otrs.org
Mon Jan 8 22:06:29 CET 2007


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

Modified Files:
      Tag: rel-2_1
	AdminCustomerUserForm.dtl 
Log Message:
fixed quoting in user selection if + is used in UserLogin

Index: AdminCustomerUserForm.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AdminCustomerUserForm.dtl,v
retrieving revision 1.30
retrieving revision 1.30.2.1
diff -C2 -r1.30 -r1.30.2.1
*** AdminCustomerUserForm.dtl	12 Oct 2006 10:15:59 -0000	1.30
--- AdminCustomerUserForm.dtl	8 Jan 2007 21:06:27 -0000	1.30.2.1
***************
*** 1,5 ****
  # --
  # AdminCustoerUserForm.dtl - provides HTML form for AdminCustomerUser
! # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
  # --
  # $Id$
--- 1,5 ----
  # --
  # AdminCustoerUserForm.dtl - provides HTML form for AdminCustomerUser
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
  # --
  # $Id$
***************
*** 91,95 ****
                <tr>
                  <td valign="top">$Data{"AddLink"}</td>
!                 <td valign="top"><a href="$Env{"Baselink"}Action=AdminCustomerUser&Subaction=Change&ID=$QData{"UserID"}&Search=$LQData{"Search"}&Nav=$QData{"Nav"}">$QData{"Name","25"}</a></td>
                </tr>
  <!-- dtl:block:CustomerSelection -->
--- 91,95 ----
                <tr>
                  <td valign="top">$Data{"AddLink"}</td>
!                 <td valign="top"><a href="$Env{"Baselink"}Action=AdminCustomerUser&Subaction=Change&ID=$LQData{"UserID"}&Search=$LQData{"Search"}&Nav=$QData{"Nav"}">$QData{"Name","25"}</a></td>
                </tr>
  <!-- dtl:block:CustomerSelection -->



More information about the cvs-log mailing list