[otrs-cvs] CVS: otrs/Kernel/Output/HTML/Standard AdminAutoResponseForm.dtl,1.21.2.2,1.21.2.3 AdminNotificationForm.dtl,1.14.2.1,1.14.2.2 AdminResponseForm.dtl,1.19,1.19.2.1

cvs-log at otrs.org cvs-log at otrs.org
Tue Jan 9 04:21:39 CET 2007


Update of /home/cvs/otrs/Kernel/Output/HTML/Standard
In directory lancelot:/tmp/cvs-serv12420/Kernel/Output/HTML/Standard

Modified Files:
      Tag: rel-2_1
	AdminAutoResponseForm.dtl AdminNotificationForm.dtl 
	AdminResponseForm.dtl 
Log Message:
improved not of notification tags

Index: AdminAutoResponseForm.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AdminAutoResponseForm.dtl,v
retrieving revision 1.21.2.2
retrieving revision 1.21.2.3
diff -C2 -r1.21.2.2 -r1.21.2.3
*** AdminAutoResponseForm.dtl	9 Jan 2007 01:19:24 -0000	1.21.2.2
--- AdminAutoResponseForm.dtl	9 Jan 2007 03:21:36 -0000	1.21.2.3
***************
*** 122,150 ****
            $Text{"Useable options"}:
            <table>
!             <tr>
!               <td class="contentkey">&lt;OTRS_CUSTOMER_SUBJECT[20]&gt;</td>
!               <td class="contentvalue">$Text{"to get the first 20 character of the subject"}</td>
!             </tr>
!             <tr>
!               <td class="contentkey">&lt;OTRS_CUSTOMER_EMAIL[5]&gt;</td>
!               <td class="contentvalue">$Text{"to get the first 5 lines of the email"}</td>
!             </tr>
!             <tr>
!               <td class="contentkey">&lt;OTRS_CUSTOMER_FROM&gt;</td>
!               <td class="contentvalue">$Text{"to get the from line of the email"}</td>
!             </tr>
!             <tr>
!               <td class="contentkey">&lt;OTRS_CUSTOMER_REALNAME&gt;</td>
!               <td class="contentvalue">$Text{"to get the realname of the sender (if given)"}</td>
!             </tr>
!             <tr>
!               <td class="contentkey">&lt;OTRS_TICKET_*&gt;</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>
!             <tr>
!               <td class="contentkey">&lt;OTRS_CONFIG_*&gt;</td>
!               <td class="contentvalue">$Text{"Config options (e. g. <OTRS_CONFIG_HttpType>)"}</td>
!             </tr>
!           </table>
          </p>
          <p>
--- 122,162 ----
            $Text{"Useable options"}:
            <table>
!           <tr>
!             <td class="contentkey">&lt;OTRS_CUSTOMER_SUBJECT[20]&gt;</td>
!             <td class="contentvalue">$Text{"to get the first 20 character of the subject"}</td>
!           </tr>
!           <tr>
!             <td class="contentkey">&lt;OTRS_CUSTOMER_EMAIL[5]&gt;</td>
!             <td class="contentvalue">$Text{"to get the first 5 lines of the email"}</td>
!           </tr>
!           <tr>
!             <td class="contentkey">&lt;OTRS_CUSTOMER_REALNAME&gt;</td>
!             <td class="contentvalue">$Text{"to get the realname of the sender (if given)"}</td>
!           </tr>
!           <tr>
!             <td class="contentkey">&lt;OTRS_CUSTOMER_From&gt;</td>
!             <td class="contentvalue">$Text{"to get the from line of the email"} (&lt;OTRS_CUSTOMER_From&gt;, &lt;OTRS_CUSTOMER_To&gt;, &lt;OTRS_CUSTOMER_Cc&gt;, &lt;OTRS_CUSTOMER_Subject&gt;, &ltOTRS_CUSTOMER_Body&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. <OTRS_CUSTOMER_DATA_USERFIRSTNAME>)"}</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_TICKET_*&gt;</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>
!           <tr>
!             <td class="contentkey">&lt;OTRS_CONFIG_*&gt;</td>
!             <td class="contentvalue">$Text{"Config options (e. g. <OTRS_CONFIG_HttpType>)"}</td>
!           </tr>
!         </table>
          </p>
          <p>

Index: AdminNotificationForm.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AdminNotificationForm.dtl,v
retrieving revision 1.14.2.1
retrieving revision 1.14.2.2
diff -C2 -r1.14.2.1 -r1.14.2.2
*** AdminNotificationForm.dtl	9 Jan 2007 01:21:30 -0000	1.14.2.1
--- AdminNotificationForm.dtl	9 Jan 2007 03:21:37 -0000	1.14.2.2
***************
*** 103,108 ****
          <table>
            <tr>
!             <td class="contentkey">&lt;OTRS_CONFIG_*&gt;</td>
!             <td class="contentvalue">$Text{"Config options (e. g. <OTRS_CONFIG_HttpType>)"}</td>
            </tr>
            <tr>
--- 103,124 ----
          <table>
            <tr>
!             <td class="contentkey">&lt;OTRS_CUSTOMER_SUBJECT[20]&gt;</td>
!             <td class="contentvalue">$Text{"to get the first 20 character of the subject"}</td>
!           </tr>
!           <tr>
!             <td class="contentkey">&lt;OTRS_CUSTOMER_EMAIL[5]&gt;</td>
!             <td class="contentvalue">$Text{"to get the first 5 lines of the email"}</td>
!           </tr>
!           <tr>
!             <td class="contentkey">&lt;OTRS_CUSTOMER_REALNAME&gt;</td>
!             <td class="contentvalue">$Text{"to get the realname of the sender (if given)"}</td>
!           </tr>
!           <tr>
!             <td class="contentkey">&lt;OTRS_CUSTOMER_From&gt;</td>
!             <td class="contentvalue">$Text{"to get the from line of the email"} (&lt;OTRS_CUSTOMER_From&gt;, &lt;OTRS_CUSTOMER_To&gt;, &lt;OTRS_CUSTOMER_Cc&gt;, &lt;OTRS_CUSTOMER_Subject&gt;, &ltOTRS_CUSTOMER_Body&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. <OTRS_CUSTOMER_DATA_USERFIRSTNAME>)"}</td>
            </tr>
            <tr>
***************
*** 115,124 ****
            </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>
--- 131,140 ----
            </tr>
            <tr>
!             <td class="contentkey">&lt;OTRS_TICKET_*&gt;</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>
            <tr>
!             <td class="contentkey">&lt;OTRS_CONFIG_*&gt;</td>
!             <td class="contentvalue">$Text{"Config options (e. g. <OTRS_CONFIG_HttpType>)"}</td>
            </tr>
          </table>

Index: AdminResponseForm.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AdminResponseForm.dtl,v
retrieving revision 1.19
retrieving revision 1.19.2.1
diff -C2 -r1.19 -r1.19.2.1
*** AdminResponseForm.dtl	29 Aug 2006 16:56:06 -0000	1.19
--- AdminResponseForm.dtl	9 Jan 2007 03:21:37 -0000	1.19.2.1
***************
*** 1,5 ****
  # --
  # AdminResponseForm.dtl - provides HTML form for AdminResponse
! # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
  # --
  # $Id$
--- 1,5 ----
  # --
  # AdminResponseForm.dtl - provides HTML form for AdminResponse
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
  # --
  # $Id$
***************
*** 123,147 ****
            $Text{"Useable options"}:
            <table>
!             <tr>
!               <td><b>&lt;OTRS_TICKET_STATE&gt;</b></td>
!               <td>$Text{"Next state"}</td>
!             </tr>
!             <tr>
!               <td><b>&lt;OTRS_CUSTOMER_*&gt;</b></td>
!               <td>$Text{"All Customer variables like defined in config option CustomerUser."}</td>
!             </tr>
            </table>
          </p>
          <p>
            $Text{"Example"}:
!           <pre>
  $Text{"The current ticket state is"}: "&lt;OTRS_TICKET_STATE&gt;"
  
! $Text{"Your email address is new"} "&lt;OTRS_CUSTOMER_UserEmail&gt;"
!           </pre>
!         </p>
! 
!       </td>
!     </tr>
!   </table>
  <!-- end note -->
--- 123,162 ----
            $Text{"Useable options"}:
            <table>
!           <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_TicketID>, <OTRS_TICKET_Queue>, <OTRS_TICKET_State>)."}</td>
!           </tr>
!           <tr>
!             <td class="contentkey">&lt;OTRS_CUSTOMER_*&gt;</td>
!             <td class="contentvalue">$Text{"All Customer variables like defined in config option CustomerUser."}</td>
!           </tr>
!           <tr>
!             <td class="contentkey">&lt;OTRS_CONFIG_*&gt;</td>
!             <td class="contentvalue">$Text{"Config options (e. g. <OTRS_CONFIG_HttpType>)."}</td>
!           </tr>
            </table>
          </p>
          <p>
            $Text{"Example"}:
!         <hr>
!         <form action="/">
!           <table>
!             <tr>
!               <td class="contentkey">$Text{"Response"}:</td>
!               <td class="contentvalue">
!                 <textarea rows="12" cols="70" name="Response">
  $Text{"The current ticket state is"}: "&lt;OTRS_TICKET_STATE&gt;"
  
! $Text{"Your email address is new"}: "&lt;OTRS_CUSTOMER_UserEmail&gt;"
!                 </textarea>
!                   </td>
!                 </tr>
!               </table>
!             </form>
!             <hr>
!           </p>
! 
!         </td>
!       </tr>
!     </table>
  <!-- end note -->



More information about the cvs-log mailing list