[otrs-cvs] CVS: otrs/Kernel/Output/HTML/Standard AdminAutoResponseForm.dtl,1.24,1.25 AdminNotificationForm.dtl,1.17,1.18 AdminResponseForm.dtl,1.21,1.22 AdminSalutationForm.dtl,1.24,1.25 AdminSignatureForm.dtl,1.23,1.24

cvs-log at otrs.org cvs-log at otrs.org
Tue Jan 9 04:51:06 CET 2007


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

Modified Files:
	AdminAutoResponseForm.dtl AdminNotificationForm.dtl 
	AdminResponseForm.dtl AdminSalutationForm.dtl 
	AdminSignatureForm.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.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** AdminAutoResponseForm.dtl	9 Jan 2007 03:22:18 -0000	1.24
--- AdminAutoResponseForm.dtl	9 Jan 2007 03:51:04 -0000	1.25
***************
*** 136,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_RESPONSIBLE_*&gt;</td>
!             <td class="contentvalue">$Text{"Ticket responsible options (e. g. <OTRS_RESPONSIBLE_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>
--- 136,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_RESPONSIBLE_*&gt;</td>
!             <td class="contentvalue">$Text{"Ticket responsible options (e. g. <OTRS_RESPONSIBLE_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.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** AdminNotificationForm.dtl	9 Jan 2007 03:22:18 -0000	1.17
--- AdminNotificationForm.dtl	9 Jan 2007 03:51:04 -0000	1.18
***************
*** 123,139 ****
            <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_RESPONSIBLE_*&gt;</td>
!             <td class="contentvalue">$Text{"Ticket responsible options (e. g. <OTRS_RESPONSIBLE_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>
--- 123,139 ----
            <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_RESPONSIBLE_*&gt;</td>
!             <td class="contentvalue">$Text{"Ticket responsible options (e. g. <OTRS_RESPONSIBLE_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>
***************
*** 159,163 ****
                  <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_TICKET_Queue&gt;"!
--- 159,163 ----
                  <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_TICKET_Queue&gt;"!

Index: AdminResponseForm.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AdminResponseForm.dtl,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** AdminResponseForm.dtl	9 Jan 2007 03:22:18 -0000	1.21
--- AdminResponseForm.dtl	9 Jan 2007 03:51:04 -0000	1.22
***************
*** 124,136 ****
            <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_RESPONSIBLE_*&gt;</td>
!             <td class="contentvalue">$Text{"Ticket responsible options (e. g. <OTRS_RESPONSIBLE_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>
--- 124,136 ----
            <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_RESPONSIBLE_*&gt;</td>
!             <td class="contentvalue">$Text{"Ticket responsible options (e. g. <OTRS_RESPONSIBLE_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,144 ****
            <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>
--- 140,144 ----
            <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>
***************
*** 158,162 ****
                  <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;"
--- 158,162 ----
                  <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;"

Index: AdminSalutationForm.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AdminSalutationForm.dtl,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** AdminSalutationForm.dtl	9 Jan 2007 03:22:18 -0000	1.24
--- AdminSalutationForm.dtl	9 Jan 2007 03:51:04 -0000	1.25
***************
*** 113,125 ****
            <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_RESPONSIBLE_*&gt;</td>
!             <td class="contentvalue">$Text{"Ticket responsible options (e. g. <OTRS_RESPONSIBLE_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>
--- 113,125 ----
            <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_RESPONSIBLE_*&gt;</td>
!             <td class="contentvalue">$Text{"Ticket responsible options (e. g. <OTRS_RESPONSIBLE_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>
***************
*** 129,133 ****
            <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>
--- 129,133 ----
            <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>

Index: AdminSignatureForm.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AdminSignatureForm.dtl,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** AdminSignatureForm.dtl	9 Jan 2007 03:22:18 -0000	1.23
--- AdminSignatureForm.dtl	9 Jan 2007 03:51:04 -0000	1.24
***************
*** 113,125 ****
            <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_RESPONSIBLE_*&gt;</td>
!             <td class="contentvalue">$Text{"Ticket responsible options (e. g. <OTRS_RESPONSIBLE_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>
--- 113,125 ----
            <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_RESPONSIBLE_*&gt;</td>
!             <td class="contentvalue">$Text{"Ticket responsible options (e. g. <OTRS_RESPONSIBLE_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>
***************
*** 129,133 ****
            <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>
--- 129,133 ----
            <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>



More information about the cvs-log mailing list