[otrs-cvs] CVS: otrs/Kernel/Output/HTML/Standard
AdminNotificationForm.dtl,1.14,1.14.2.1
cvs-log at otrs.org
cvs-log at otrs.org
Tue Jan 9 02:21:33 CET 2007
- Previous message: [otrs-cvs] CVS: otrs/Kernel/Language bg.pm, 1.49, 1.49.2.1 cz.pm,
1.35, 1.35.2.1 da.pm, 1.12, 1.12.2.1 de.pm, 1.122.2.1,
1.122.2.2 el.pm, 1.11, 1.11.2.1 es.pm, 1.48, 1.48.2.1 fa.pm,
1.15, 1.15.2.1 fi.pm, 1.49, 1.49.2.1 hu.pm, 1.28,
1.28.2.1 it.pm, 1.38, 1.38.2.1 nb_NO.pm, 1.31, 1.31.2.1 nl.pm,
1.51, 1.51.2.1 pl.pm, 1.37, 1.37.2.1 pt.pm, 1.36,
1.36.2.1 pt_BR.pm, 1.43, 1.43.2.1 ru.pm, 1.36,
1.36.2.1 sk_SK.pm, 1.10, 1.10.2.1 sv.pm, 1.26,
1.26.2.1 zh_CN.pm, 1.17, 1.17.2.1
- Next message: [otrs-cvs] CVS: otrs/Kernel/Language bg.pm, 1.49, 1.50 cz.pm, 1.35,
1.36
da.pm,1.12,1.13 de.pm,1.123,1.124 el.pm,1.11,1.12 es.pm,1.48,1.49
fa.pm,1.15,1.16 fi.pm,1.49,1.50 hu.pm,1.28,1.29 it.pm,1.38,1.39
nb_NO.pm,1.31,1.32 nl.pm,1.51,1.52 pl.pm,1.37,1.38 pt.pm,1.36,1.37
pt_BR.pm,1.43,1.44 ru.pm,1.36,1.37 sk_SK.pm,1.10,1.11 sv.pm,1.26,1.27
zh_CN.pm,1.17,1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/otrs/Kernel/Output/HTML/Standard
In directory lancelot:/tmp/cvs-serv11000/Kernel/Output/HTML/Standard
Modified Files:
Tag: rel-2_1
AdminNotificationForm.dtl
Log Message:
fixed tag quote
Index: AdminNotificationForm.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AdminNotificationForm.dtl,v
retrieving revision 1.14
retrieving revision 1.14.2.1
diff -C2 -r1.14 -r1.14.2.1
*** AdminNotificationForm.dtl 29 Aug 2006 16:56:06 -0000 1.14
--- AdminNotificationForm.dtl 9 Jan 2007 01:21:30 -0000 1.14.2.1
***************
*** 1,5 ****
# --
# AdminNotificationForm.dtl - provides HTML form for AdminNotification
! # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
# --
# $Id$
--- 1,5 ----
# --
# AdminNotificationForm.dtl - provides HTML form for AdminNotification
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
# --
# $Id$
***************
*** 104,146 ****
<tr>
<td class="contentkey"><OTRS_CONFIG_*></td>
! <td class="contentvalue">$Text{"Config options (e. g. <OTRS_CONFIG_HttpType>)"}</td>
</tr>
<tr>
<td class="contentkey"><OTRS_OWNER_*></td>
! <td class="contentvalue">$Text{"Ticket owner options (e. g. <OTRS_OWNER_USERFIRSTNAME>)"}</td>
</tr>
<tr>
<td class="contentkey"><OTRS_CURRENT_*></td>
! <td class="contentvalue">$Text{"Options of the current user who requested this action (e. g. <OTRS_CURRENT_USERFIRSTNAME>)"}</td>
</tr>
<tr>
<td class="contentkey"><OTRS_CUSTOMER_DATA_*></td>
! <td class="contentvalue">$Text{"Options of the current customer user data (e. g. <OTRS_CUSTOMER_DATA_USERFIRSTNAME>)"}</td>
</tr>
<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>
</p>
! <p>
! $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>
! </td>
! </tr>
! </table>
<!-- end note -->
--- 104,159 ----
<tr>
<td class="contentkey"><OTRS_CONFIG_*></td>
! <td class="contentvalue">$Text{"Config options (e. g. <OTRS_CONFIG_HttpType>)"}</td>
</tr>
<tr>
<td class="contentkey"><OTRS_OWNER_*></td>
! <td class="contentvalue">$Text{"Ticket owner options (e. g. <OTRS_OWNER_USERFIRSTNAME>)"}</td>
</tr>
<tr>
<td class="contentkey"><OTRS_CURRENT_*></td>
! <td class="contentvalue">$Text{"Options of the current user who requested this action (e. g. <OTRS_CURRENT_USERFIRSTNAME>)"}</td>
</tr>
<tr>
<td class="contentkey"><OTRS_CUSTOMER_DATA_*></td>
! <td class="contentvalue">$Text{"Options of the current customer user data (e. g. <OTRS_CUSTOMER_DATA_USERFIRSTNAME>)"}</td>
</tr>
<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>
</p>
! <p>
! $Text{"Example"}:
! <hr>
! <form action="/">
! <table>
! <tr>
! <td>$Text{"Subject"}:</td>
! <td><input type="text" name="Subject" value="New ticket notification! (<OTRS_CUSTOMER_SUBJECT[18]>)" size="80" maxlength="80"></td>
! </tr>
! <tr>
! <td>$Text{"Text"}:</td>
! <td><textarea rows="12" cols="70" name="Response">
! 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
! </textarea></td>
! </tr>
! </table>
! </form>
! <hr>
! </p>
! </td>
! </tr>
! </table>
<!-- end note -->
- Previous message: [otrs-cvs] CVS: otrs/Kernel/Language bg.pm, 1.49, 1.49.2.1 cz.pm,
1.35, 1.35.2.1 da.pm, 1.12, 1.12.2.1 de.pm, 1.122.2.1,
1.122.2.2 el.pm, 1.11, 1.11.2.1 es.pm, 1.48, 1.48.2.1 fa.pm,
1.15, 1.15.2.1 fi.pm, 1.49, 1.49.2.1 hu.pm, 1.28,
1.28.2.1 it.pm, 1.38, 1.38.2.1 nb_NO.pm, 1.31, 1.31.2.1 nl.pm,
1.51, 1.51.2.1 pl.pm, 1.37, 1.37.2.1 pt.pm, 1.36,
1.36.2.1 pt_BR.pm, 1.43, 1.43.2.1 ru.pm, 1.36,
1.36.2.1 sk_SK.pm, 1.10, 1.10.2.1 sv.pm, 1.26,
1.26.2.1 zh_CN.pm, 1.17, 1.17.2.1
- Next message: [otrs-cvs] CVS: otrs/Kernel/Language bg.pm, 1.49, 1.50 cz.pm, 1.35,
1.36
da.pm,1.12,1.13 de.pm,1.123,1.124 el.pm,1.11,1.12 es.pm,1.48,1.49
fa.pm,1.15,1.16 fi.pm,1.49,1.50 hu.pm,1.28,1.29 it.pm,1.38,1.39
nb_NO.pm,1.31,1.32 nl.pm,1.51,1.52 pl.pm,1.37,1.38 pt.pm,1.36,1.37
pt_BR.pm,1.43,1.44 ru.pm,1.36,1.37 sk_SK.pm,1.10,1.11 sv.pm,1.26,1.27
zh_CN.pm,1.17,1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs-log
mailing list