[otrs-cvs] CVS: otrs/Kernel/Output/HTML/Standard
AgentTicketPhoneOutbound.dtl,1.8,1.9
cvs-log at otrs.org
cvs-log at otrs.org
Tue Jan 9 04:24:28 CET 2007
- Previous message: [otrs-cvs] CVS: otrs/Kernel/Output/HTML/Standard
AgentTicketMove.dtl, 1.8, 1.9 AgentTicketMerge.dtl, 1.10,
1.11 AgentTicketForward.dtl, 1.19, 1.20 AgentTicketBounce.dtl,
1.8, 1.9
- Next message: [otrs-cvs] CVS: otrs CHANGES,1.330,1.331
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/otrs/Kernel/Output/HTML/Standard
In directory lancelot:/tmp/cvs-serv12556/Kernel/Output/HTML/Standard
Modified Files:
AgentTicketPhoneOutbound.dtl
Log Message:
moved to template blocks for back/unlock links
Index: AgentTicketPhoneOutbound.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AgentTicketPhoneOutbound.dtl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** AgentTicketPhoneOutbound.dtl 21 Dec 2006 16:13:14 -0000 1.8
--- AgentTicketPhoneOutbound.dtl 9 Jan 2007 03:24:26 -0000 1.9
***************
*** 1,5 ****
# --
# AgentTicketPhoneOutbound.dtl - provides HTML form for phone
! # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
# --
# $Id$
--- 1,5 ----
# --
# AgentTicketPhoneOutbound.dtl - provides HTML form for phone
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
# --
# $Id$
***************
*** 65,69 ****
</td>
</tr>
! $Include{"AgentTicketLocked"}
<tr>
<td class="mainbody">
--- 65,78 ----
</td>
</tr>
! <tr>
! <td class="menu">
! <!-- dtl:block:TicketBack -->
! <a href="$Env{"Baselink"}$Env{"LastScreenView"}" onmouseover="window.status='$JSText{"Back"}'; return true;" onmouseout="window.status='';" class="menuitem">$Text{"Back"}</a>
! <!-- dtl:block:TicketBack -->
! <!-- 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">
- Previous message: [otrs-cvs] CVS: otrs/Kernel/Output/HTML/Standard
AgentTicketMove.dtl, 1.8, 1.9 AgentTicketMerge.dtl, 1.10,
1.11 AgentTicketForward.dtl, 1.19, 1.20 AgentTicketBounce.dtl,
1.8, 1.9
- Next message: [otrs-cvs] CVS: otrs CHANGES,1.330,1.331
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs-log
mailing list