[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


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;



More information about the cvs-log mailing list