[otrs-cvs] CVS: FAQ/Kernel/Output/HTML/Standard AgentFAQ.dtl, 1.4,
1.5
cvs-log at otrs.org
cvs-log at otrs.org
Wed Dec 13 13:51:51 CET 2006
- Previous message: [otrs-cvs] CVS: FAQ FAQ.sopm,1.14,1.15
- Next message: [otrs-cvs]
CVS: otrs/Kernel/Modules AgentTicketClose.pm, 1.18, 1.19
AgentTicketNote.pm, 1.18, 1.19 AgentTicketOwner.pm, 1.16, 1.17
AgentTicketPending.pm,1.21,1.22 AgentTicketPriority.pm,1.12,1.13
AgentTicketResponsible.pm,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/FAQ/Kernel/Output/HTML/Standard
In directory lancelot:/tmp/cvs-serv15563/Kernel/Output/HTML/Standard
Modified Files:
AgentFAQ.dtl
Log Message:
rename Text to JSText
Index: AgentFAQ.dtl
===================================================================
RCS file: /home/cvs/FAQ/Kernel/Output/HTML/Standard/AgentFAQ.dtl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** AgentFAQ.dtl 13 Dec 2006 12:45:54 -0000 1.4
--- AgentFAQ.dtl 13 Dec 2006 12:51:49 -0000 1.5
***************
*** 187,191 ****
{
if (parent.opener.closed) {
! alert('$Text{"The message being composed has been closed. Exiting."}');
this.close();
return;
--- 187,191 ----
{
if (parent.opener.closed) {
! alert('$JSText{"The message being composed has been closed. Exiting."}');
this.close();
return;
***************
*** 193,197 ****
if (!parent.opener.document.compose) {
! alert('$Text{"This window must be called from compose window"}');
this.close();
return;
--- 193,197 ----
if (!parent.opener.document.compose) {
! alert('$JSText{"This window must be called from compose window"}');
this.close();
return;
***************
*** 353,357 ****
{
if (document.compose.Title.value == "") {
! alert('$Text{"A article should have a title!"}');
document.compose.Title.focus();
return false;
--- 353,357 ----
{
if (document.compose.Title.value == "") {
! alert('$JSText{"A article should have a title!"}');
document.compose.Title.focus();
return false;
***************
*** 454,458 ****
{
if (document.compose.Title.value == "") {
! alert('$Text{"A article should have a title!"}');
document.compose.Title.focus();
return false;
--- 454,458 ----
{
if (document.compose.Title.value == "") {
! alert('$JSText{"A article should have a title!"}');
document.compose.Title.focus();
return false;
- Previous message: [otrs-cvs] CVS: FAQ FAQ.sopm,1.14,1.15
- Next message: [otrs-cvs]
CVS: otrs/Kernel/Modules AgentTicketClose.pm, 1.18, 1.19
AgentTicketNote.pm, 1.18, 1.19 AgentTicketOwner.pm, 1.16, 1.17
AgentTicketPending.pm,1.21,1.22 AgentTicketPriority.pm,1.12,1.13
AgentTicketResponsible.pm,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs-log
mailing list