[otrs-cvs] CVS: otrs/Kernel/Output/HTML/Standard
AdminNotificationForm.dtl,1.12,1.13
cvs-log at otrs.org
cvs-log at otrs.org
Tue May 23 20:27:33 CEST 2006
Update of /home/cvs/otrs/Kernel/Output/HTML/Standard
In directory lancelot:/tmp/cvs-serv12414
Modified Files:
AdminNotificationForm.dtl
Log Message:
Changed description in note section for useable <OTRS*> tags in notifications (#bug 1166)
Index: AdminNotificationForm.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AdminNotificationForm.dtl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** AdminNotificationForm.dtl 20 Jan 2006 11:41:53 -0000 1.12
--- AdminNotificationForm.dtl 23 May 2006 17:27:31 -0000 1.13
***************
*** 43,47 ****
# check subaction
# --
! <dtl if ($Env{"Subaction"} eq "Change") { $Data{"Botton"} = "<input class="button" type="submit" value="$Text{"Update"}">"; }>
# --
<form action="$Env{"CGIHandle"}" method="post">
--- 43,47 ----
# check subaction
# --
! <dtl if ($Env{"Subaction"} eq "Change") { $Data{"Botton"} = "<input class="button" type="submit" value="$Text{"Update"}">"; }>
# --
<form action="$Env{"CGIHandle"}" method="post">
***************
*** 120,124 ****
<tr>
<td class="contentkey"><OTRS_TICKET_*></td>
! <td class="contentvalue">$Text{"Options of the ticket data (e. g. <OTRS_TICKET_Number>, <OTRS_TICKET_ID>, <OTRS_TICKET_Queue>, <OTRS_TICKET_State>)"}</td>
</tr>
</table>
--- 120,124 ----
<tr>
<td class="contentkey"><OTRS_TICKET_*></td>
! <td class="contentvalue">$Text{"Options of the ticket data (e. g. <OTRS_TICKET_TicketNumber>, <OTRS_TICKET_ID>, <OTRS_TICKET_Queue>, <OTRS_TICKET_State>)"}</td>
</tr>
</table>
***************
*** 127,142 ****
$Text{"Example"}:
<pre>
! Hi <OTRS_CURRENT_USERFIRSTNAME>,
! there is a new ticket in "<OTRS_QUEUE>"!
! <OTRS_CUSTOMER_FROM> wrote:
! <snip>
! <OTRS_CUSTOMER_EMAIL[16]>
! <snip>
! <OTRS_CONFIG_HttpType>://<OTRS_CONFIG_FQDN>/<OTRS_CONFIG_ScriptAlias>index.pl?Action=AgentTicketZoom&TicketID=<OTRS_TICKET_ID>
! Your OTRS Notification Master
</pre>
</p>
--- 127,142 ----
$Text{"Example"}:
<pre>
! Hi <OTRS_CURRENT_USERFIRSTNAME>,
! there is a new ticket in "<OTRS_QUEUE>"!
! <OTRS_CUSTOMER_FROM> wrote:
! <snip>
! <OTRS_CUSTOMER_EMAIL[16]>
! <snip>
! <OTRS_CONFIG_HttpType>://<OTRS_CONFIG_FQDN>/<OTRS_CONFIG_ScriptAlias>index.pl?Action=AgentTicketZoom&TicketID=<OTRS_TICKET_ID>
! Your OTRS Notification Master
</pre>
</p>
More information about the cvs-log
mailing list