[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
- Previous message: [otrs-cvs] CVS: otrs/Kernel/Output/HTML/Standard
AdminResponseForm.dtl,1.19.2.1,1.19.2.2
- Next message: [otrs-cvs] CVS: otrs/Kernel/Language bg.pm, 1.50, 1.51 cz.pm, 1.36,
1.37
da.pm,1.13,1.14 de.pm,1.124,1.125 el.pm,1.12,1.13 es.pm,1.49,1.50
fa.pm,1.16,1.17 fi.pm,1.50,1.51 fr.pm,1.65,1.66 hu.pm,1.29,1.30
it.pm,1.39,1.40 nb_NO.pm,1.32,1.33 nl.pm,1.52,1.53 pl.pm,1.38,1.39
pt.pm,1.37,1.38 pt_BR.pm,1.44,1.45 ru.pm,1.37,1.38 sk_SK.pm,1.11,1.12
sv.pm,1.27,1.28 zh_CN.pm,1.18,1.19
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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"><OTRS_CUSTOMER_DATA_*></td>
! <td class="contentvalue">$Text{"Options of the current customer user data (e. g. <OTRS_CUSTOMER_DATA_USERFIRSTNAME>)."}</td>
</tr>
<tr>
<td class="contentkey"><OTRS_OWNER_*></td>
! <td class="contentvalue">$Text{"Ticket owner options (e. g. <OTRS_OWNER_USERFIRSTNAME>)."}</td>
</tr>
<tr>
<td class="contentkey"><OTRS_RESPONSIBLE_*></td>
! <td class="contentvalue">$Text{"Ticket responsible options (e. g. <OTRS_RESPONSIBLE_USERFIRSTNAME>)."}</td>
</tr>
<tr>
<td class="contentkey"><OTRS_CURRENT_*></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"><OTRS_CUSTOMER_DATA_*></td>
! <td class="contentvalue">$Text{"Options of the current customer user data (e. g. <OTRS_CUSTOMER_DATA_UserFirstname>)."}</td>
</tr>
<tr>
<td class="contentkey"><OTRS_OWNER_*></td>
! <td class="contentvalue">$Text{"Ticket owner options (e. g. <OTRS_OWNER_UserFirstname>)."}</td>
</tr>
<tr>
<td class="contentkey"><OTRS_RESPONSIBLE_*></td>
! <td class="contentvalue">$Text{"Ticket responsible options (e. g. <OTRS_RESPONSIBLE_UserFirstname>)."}</td>
</tr>
<tr>
<td class="contentkey"><OTRS_CURRENT_*></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"><OTRS_CUSTOMER_DATA_*></td>
! <td class="contentvalue">$Text{"Options of the current customer user data (e. g. <OTRS_CUSTOMER_DATA_USERFIRSTNAME>)."}</td>
</tr>
<tr>
<td class="contentkey"><OTRS_OWNER_*></td>
! <td class="contentvalue">$Text{"Ticket owner options (e. g. <OTRS_OWNER_USERFIRSTNAME>)."}</td>
</tr>
<tr>
<td class="contentkey"><OTRS_RESPONSIBLE_*></td>
! <td class="contentvalue">$Text{"Ticket responsible options (e. g. <OTRS_RESPONSIBLE_USERFIRSTNAME>)."}</td>
</tr>
<tr>
<td class="contentkey"><OTRS_CURRENT_*></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"><OTRS_CUSTOMER_DATA_*></td>
! <td class="contentvalue">$Text{"Options of the current customer user data (e. g. <OTRS_CUSTOMER_DATA_UserFirstname>)."}</td>
</tr>
<tr>
<td class="contentkey"><OTRS_OWNER_*></td>
! <td class="contentvalue">$Text{"Ticket owner options (e. g. <OTRS_OWNER_UserFirstname>)."}</td>
</tr>
<tr>
<td class="contentkey"><OTRS_RESPONSIBLE_*></td>
! <td class="contentvalue">$Text{"Ticket responsible options (e. g. <OTRS_RESPONSIBLE_UserFirstname>)."}</td>
</tr>
<tr>
<td class="contentkey"><OTRS_CURRENT_*></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 <OTRS_CURRENT_USERFIRSTNAME>,
there is a new ticket in "<OTRS_TICKET_Queue>"!
--- 159,163 ----
<td>$Text{"Text"}:</td>
<td><textarea rows="12" cols="70" name="Response">
! Hi <OTRS_CURRENT_UserFirstname>,
there is a new ticket in "<OTRS_TICKET_Queue>"!
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"><OTRS_OWNER_*></td>
! <td class="contentvalue">$Text{"Ticket owner options (e. g. <OTRS_OWNER_USERFIRSTNAME>)."}</td>
</tr>
<tr>
<td class="contentkey"><OTRS_RESPONSIBLE_*></td>
! <td class="contentvalue">$Text{"Ticket responsible options (e. g. <OTRS_RESPONSIBLE_USERFIRSTNAME>)."}</td>
</tr>
<tr>
<td class="contentkey"><OTRS_CURRENT_*></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"><OTRS_OWNER_*></td>
! <td class="contentvalue">$Text{"Ticket owner options (e. g. <OTRS_OWNER_UserFirstname>)."}</td>
</tr>
<tr>
<td class="contentkey"><OTRS_RESPONSIBLE_*></td>
! <td class="contentvalue">$Text{"Ticket responsible options (e. g. <OTRS_RESPONSIBLE_UserFirstname>)."}</td>
</tr>
<tr>
<td class="contentkey"><OTRS_CURRENT_*></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"><OTRS_CUSTOMER_DATA_*></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"><OTRS_CUSTOMER_DATA_*></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"}: "<OTRS_TICKET_STATE>"
$Text{"Your email address is new"}: "<OTRS_CUSTOMER_UserEmail>"
--- 158,162 ----
<textarea rows="12" cols="70" name="Response">
! $Text{"The current ticket state is"}: "<OTRS_TICKET_State>"
$Text{"Your email address is new"}: "<OTRS_CUSTOMER_UserEmail>"
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"><OTRS_OWNER_*></td>
! <td class="contentvalue">$Text{"Ticket owner options (e. g. <OTRS_OWNER_USERFIRSTNAME>)."}</td>
</tr>
<tr>
<td class="contentkey"><OTRS_RESPONSIBLE_*></td>
! <td class="contentvalue">$Text{"Ticket responsible options (e. g. <OTRS_RESPONSIBLE_USERFIRSTNAME>)."}</td>
</tr>
<tr>
<td class="contentkey"><OTRS_CURRENT_*></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"><OTRS_OWNER_*></td>
! <td class="contentvalue">$Text{"Ticket owner options (e. g. <OTRS_OWNER_UserFirstname>)."}</td>
</tr>
<tr>
<td class="contentkey"><OTRS_RESPONSIBLE_*></td>
! <td class="contentvalue">$Text{"Ticket responsible options (e. g. <OTRS_RESPONSIBLE_UserFirstname>)."}</td>
</tr>
<tr>
<td class="contentkey"><OTRS_CURRENT_*></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"><OTRS_CUSTOMER_DATA_*></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"><OTRS_CUSTOMER_DATA_*></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"><OTRS_OWNER_*></td>
! <td class="contentvalue">$Text{"Ticket owner options (e. g. <OTRS_OWNER_USERFIRSTNAME>)."}</td>
</tr>
<tr>
<td class="contentkey"><OTRS_RESPONSIBLE_*></td>
! <td class="contentvalue">$Text{"Ticket responsible options (e. g. <OTRS_RESPONSIBLE_USERFIRSTNAME>)."}</td>
</tr>
<tr>
<td class="contentkey"><OTRS_CURRENT_*></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"><OTRS_OWNER_*></td>
! <td class="contentvalue">$Text{"Ticket owner options (e. g. <OTRS_OWNER_UserFirstname>)."}</td>
</tr>
<tr>
<td class="contentkey"><OTRS_RESPONSIBLE_*></td>
! <td class="contentvalue">$Text{"Ticket responsible options (e. g. <OTRS_RESPONSIBLE_UserFirstname>)."}</td>
</tr>
<tr>
<td class="contentkey"><OTRS_CURRENT_*></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"><OTRS_CUSTOMER_DATA_*></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"><OTRS_CUSTOMER_DATA_*></td>
! <td class="contentvalue">$Text{"Options of the current customer user data (e. g. <OTRS_CUSTOMER_DATA_UserFirstname>)."}</td>
</tr>
<tr>
- Previous message: [otrs-cvs] CVS: otrs/Kernel/Output/HTML/Standard
AdminResponseForm.dtl,1.19.2.1,1.19.2.2
- Next message: [otrs-cvs] CVS: otrs/Kernel/Language bg.pm, 1.50, 1.51 cz.pm, 1.36,
1.37
da.pm,1.13,1.14 de.pm,1.124,1.125 el.pm,1.12,1.13 es.pm,1.49,1.50
fa.pm,1.16,1.17 fi.pm,1.50,1.51 fr.pm,1.65,1.66 hu.pm,1.29,1.30
it.pm,1.39,1.40 nb_NO.pm,1.32,1.33 nl.pm,1.52,1.53 pl.pm,1.38,1.39
pt.pm,1.37,1.38 pt_BR.pm,1.44,1.45 ru.pm,1.37,1.38 sk_SK.pm,1.11,1.12
sv.pm,1.27,1.28 zh_CN.pm,1.18,1.19
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs-log
mailing list