[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">&lt;OTRS_TICKET_*&gt;</td>
!             <td class="contentvalue">$Text{"Options of the ticket data (e. g. &lt;OTRS_TICKET_Number&gt;, &lt;OTRS_TICKET_ID&gt;, &lt;OTRS_TICKET_Queue&gt;, &lt;OTRS_TICKET_State&gt;)"}</td>
            </tr>
          </table>
--- 120,124 ----
            <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>
***************
*** 127,142 ****
          $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>
--- 127,142 ----
          $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>



More information about the cvs-log mailing list