[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


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">&lt;OTRS_CONFIG_*&gt;</td>
!             <td class="contentvalue">$Text{"Config options (e. g. &lt;OTRS_CONFIG_HttpType&gt;)"}</td>
            </tr>
            <tr>
              <td class="contentkey">&lt;OTRS_OWNER_*&gt;</td>
!             <td class="contentvalue">$Text{"Ticket owner options (e. g. &lt;OTRS_OWNER_USERFIRSTNAME&gt;)"}</td>
            </tr>
            <tr>
              <td class="contentkey">&lt;OTRS_CURRENT_*&gt;</td>
!             <td class="contentvalue">$Text{"Options of the current user who requested this action (e. g. &lt;OTRS_CURRENT_USERFIRSTNAME&gt;)"}</td>
            </tr>
            <tr>
              <td class="contentkey">&lt;OTRS_CUSTOMER_DATA_*&gt;</td>
!             <td class="contentvalue">$Text{"Options of the current customer user data (e. g. &lt;OTRS_CUSTOMER_DATA_USERFIRSTNAME&gt;)"}</td>
            </tr>
            <tr>
              <td class="contentkey">&lt;OTRS_TICKET_*&gt;</td>
!             <td class="contentvalue">$Text{"Options of the ticket data (e. g. &lt;OTRS_TICKET_TicketNumber&gt;, &lt;OTRS_TICKET_ID&gt;, &lt;OTRS_TICKET_Queue&gt;, &lt;OTRS_TICKET_State&gt;)"}</td>
            </tr>
          </table>
        </p>
!       <p>
!         $Text{"Example"}:
!         <pre>
!           Hi &lt;OTRS_CURRENT_USERFIRSTNAME&gt;,
! 
!           there is a new ticket in "&lt;OTRS_QUEUE&gt;"!
! 
!           &lt;OTRS_CUSTOMER_FROM&gt; wrote:
!           &lt;snip&gt;
!           &lt;OTRS_CUSTOMER_EMAIL[16]&gt;
!           &lt;snip&gt;
  
!           &lt;OTRS_CONFIG_HttpType&gt;://&lt;OTRS_CONFIG_FQDN&gt;/&lt;OTRS_CONFIG_ScriptAlias&gt;index.pl?Action=AgentTicketZoom&TicketID=&lt;OTRS_TICKET_ID&gt;
  
!           Your OTRS Notification Master
!         </pre>
!       </p>
!     </td>
!   </tr>
! </table>
  <!-- end note -->
--- 104,159 ----
            <tr>
              <td class="contentkey">&lt;OTRS_CONFIG_*&gt;</td>
!             <td class="contentvalue">$Text{"Config options (e. g. <OTRS_CONFIG_HttpType>)"}</td>
            </tr>
            <tr>
              <td class="contentkey">&lt;OTRS_OWNER_*&gt;</td>
!             <td class="contentvalue">$Text{"Ticket owner options (e. g. <OTRS_OWNER_USERFIRSTNAME>)"}</td>
            </tr>
            <tr>
              <td class="contentkey">&lt;OTRS_CURRENT_*&gt;</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">&lt;OTRS_CUSTOMER_DATA_*&gt;</td>
!             <td class="contentvalue">$Text{"Options of the current customer user data (e. g. <OTRS_CUSTOMER_DATA_USERFIRSTNAME>)"}</td>
            </tr>
            <tr>
              <td class="contentkey">&lt;OTRS_TICKET_*&gt;</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! (&lt;OTRS_CUSTOMER_SUBJECT[18]&gt;)" size="80" maxlength="80"></td>
!               </tr>
!               <tr>
!                 <td>$Text{"Text"}:</td>
!                 <td><textarea rows="12" cols="70" name="Response">
! Hi &lt;OTRS_CURRENT_USERFIRSTNAME&gt;,
! 
! there is a new ticket in "&lt;OTRS_QUEUE&gt;"!
! 
! &lt;OTRS_CUSTOMER_FROM&gt; wrote:
! &lt;snip&gt;
! &lt;OTRS_CUSTOMER_EMAIL[16]&gt;
! &lt;snip&gt;
  
! &lt;OTRS_CONFIG_HttpType&gt;://&lt;OTRS_CONFIG_FQDN&gt;/&lt;OTRS_CONFIG_ScriptAlias&gt;index.pl?Action=AgentTicketZoom&TicketID=&lt;OTRS_TICKET_ID&gt;
  
! Your OTRS Notification Master
!                   </textarea></td>
!                 </tr>
!               </table>
!             </form>
!             <hr>
!           </p>
!         </td>
!       </tr>
!     </table>
  <!-- end note -->



More information about the cvs-log mailing list