[otrs-cvs] CVS: otrs/Kernel/Output/HTML/Standard AgentTicketCompose.dtl,1.19.2.1,1.19.2.2

cvs-log at otrs.org cvs-log at otrs.org
Mon Jan 8 20:52:09 CET 2007


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

Modified Files:
      Tag: rel-2_1
	AgentTicketCompose.dtl 
Log Message:
fixed missing table tags for unlock link

Index: AgentTicketCompose.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AgentTicketCompose.dtl,v
retrieving revision 1.19.2.1
retrieving revision 1.19.2.2
diff -C2 -r1.19.2.1 -r1.19.2.2
*** AgentTicketCompose.dtl	15 Dec 2006 10:24:38 -0000	1.19.2.1
--- AgentTicketCompose.dtl	8 Jan 2007 19:52:07 -0000	1.19.2.2
***************
*** 1,5 ****
  # --
  # AgentTicketCompose.dtl - provides HTML form for AgentTicketCompose
! # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
  # --
  # $Id$
--- 1,5 ----
  # --
  # AgentTicketCompose.dtl - provides HTML form for AgentTicketCompose
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
  # --
  # $Id$
***************
*** 93,100 ****
  </script>
  
- <!-- dtl:block:PropertiesLock -->
- <img border="0" src="$Env{"Images"}warning.png" alt="$Text{"Info"}">: <font color="red">$Text{"Ticket locked!"}</font> (<a href="$Env{"CGIHandle"}?Action=AgentTicketLock&Subaction=Unlock&TicketID=$Data{"TicketID"}" onmouseover="window.status='$JSText{"Ticket unlock!"}'; return true;" onmouseout="window.status=''; ">$Text{"Ticket unlock!"}</a>)
- <!-- dtl:block:PropertiesLock -->
- 
  <table border="0" width="100%" cellspacing="0" cellpadding="3" cols="1">
    <tr>
--- 93,96 ----
***************
*** 103,107 ****
      </td>
    </tr>
! $Include{"AgentTicketLocked"}
    <tr>
      <td class="mainbody">
--- 99,109 ----
      </td>
    </tr>
!   <tr>
!     <td class="menu">
! <!-- dtl:block:PropertiesLock -->
!       <img border="0" src="$Env{"Images"}warning.png" alt="$Text{"Info"}">: <font color="red">$Text{"Ticket locked!"}</font> (<a href="$Env{"Baselink"}Action=AgentTicketLock&Subaction=Unlock&TicketID=$Data{"TicketID"}" onmouseover="window.status='$JSText{"Ticket unlock!"}'; return true;" onmouseout="window.status=''; ">$Text{"Ticket unlock!"}</a>)
! <!-- dtl:block:PropertiesLock -->
!     </td>
!   </tr>
    <tr>
      <td class="mainbody">



More information about the cvs-log mailing list