[otrs-cvs] CVS: otrs/Kernel/Output/HTML/Standard
AgentTicketCompose.dtl,1.19.2.2,1.19.2.3
cvs-log at otrs.org
cvs-log at otrs.org
Mon Jan 8 21:51:19 CET 2007
Update of /home/cvs/otrs/Kernel/Output/HTML/Standard
In directory lancelot:/tmp/cvs-serv9233/Kernel/Output/HTML/Standard
Modified Files:
Tag: rel-2_1
AgentTicketCompose.dtl
Log Message:
fixed order of notify lines
Index: AgentTicketCompose.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AgentTicketCompose.dtl,v
retrieving revision 1.19.2.2
retrieving revision 1.19.2.3
diff -C2 -r1.19.2.2 -r1.19.2.3
*** AgentTicketCompose.dtl 8 Jan 2007 19:52:07 -0000 1.19.2.2
--- AgentTicketCompose.dtl 8 Jan 2007 20:51:17 -0000 1.19.2.3
***************
*** 99,102 ****
--- 99,116 ----
</td>
</tr>
+ <!-- dtl:block:PropertiesRecipientTo -->
+ <tr>
+ <td class="menu">
+ <img border="0" src="$Env{"Images"}warning.png" alt="$Text{"Info"}">: $Text{"To: (%s) replaced with database email!", "$Data{"To"}"}
+ </td>
+ </tr>
+ <!-- dtl:block:PropertiesRecipientTo -->
+ <!-- dtl:block:PropertiesRecipientCc -->
+ <tr>
+ <td class="menu">
+ <img border="0" src="$Env{"Images"}warning.png" alt="$Text{"Info"}">: $Text{"Cc: (%s) added database email!", "$Data{"Cc"}"}
+ </td>
+ </tr>
+ <!-- dtl:block:PropertiesRecipientCc -->
<tr>
<td class="menu">
***************
*** 104,114 ****
<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">
-
<br>
-
<!-- dtl:block:Content -->
<form action="$Env{"CGIHandle"}" method="post" enctype="multipart/form-data" name="compose">
--- 118,129 ----
<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 -->
+ <!-- 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 -->
</td>
</tr>
<tr>
<td class="mainbody">
<br>
<!-- dtl:block:Content -->
<form action="$Env{"CGIHandle"}" method="post" enctype="multipart/form-data" name="compose">
More information about the cvs-log
mailing list