[otrs-cvs] CVS: otrs/Kernel/Output/HTML/Standard AdminAutoResponseForm.dtl,1.21.2.3,1.21.2.4 AdminNotificationForm.dtl,1.14.2.2,1.14.2.3

cvs-log at otrs.org cvs-log at otrs.org
Tue Jan 9 04:42:38 CET 2007


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

Modified Files:
      Tag: rel-2_1
	AdminAutoResponseForm.dtl AdminNotificationForm.dtl 
Log Message:
replaced USERFIRSTNAME with UserFirstname

Index: AdminAutoResponseForm.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AdminAutoResponseForm.dtl,v
retrieving revision 1.21.2.3
retrieving revision 1.21.2.4
diff -C2 -r1.21.2.3 -r1.21.2.4
*** AdminAutoResponseForm.dtl	9 Jan 2007 03:21:36 -0000	1.21.2.3
--- AdminAutoResponseForm.dtl	9 Jan 2007 03:42:35 -0000	1.21.2.4
***************
*** 140,152 ****
            <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>
--- 140,152 ----
            <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>

Index: AdminNotificationForm.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AdminNotificationForm.dtl,v
retrieving revision 1.14.2.2
retrieving revision 1.14.2.3
diff -C2 -r1.14.2.2 -r1.14.2.3
*** AdminNotificationForm.dtl	9 Jan 2007 03:21:37 -0000	1.14.2.2
--- AdminNotificationForm.dtl	9 Jan 2007 03:42:35 -0000	1.14.2.3
***************
*** 120,132 ****
            <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>
--- 120,132 ----
            <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>
***************
*** 152,156 ****
                  <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;"!
--- 152,156 ----
                  <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;"!



More information about the cvs-log mailing list