Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/arabic
In directory usw-pr-cvs1:/tmp/cvs-serv4229/chat/localization/arabic
Modified Files:
localized.tutorial.php3
Log Message:
The first dev. version that works! Still many things to do, of course...
Index: localized.tutorial.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/arabic/localized.tutorial.php3,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** localized.tutorial.php3 2001/03/28 22:29:06 1.1.1.1
--- localized.tutorial.php3 2001/04/03 20:12:51 1.2
***************
*** 65,69 ****
<script type="text/javascript" language="javascript1.1">
<!--
! function killPointer()
{
if (typeof(window.opener) != 'undefined' && !window.opener.closed)
--- 65,69 ----
<script type="text/javascript" language="javascript1.1">
<!--
! function pmcKillPointer()
{
if (typeof(window.opener) != 'undefined' && !window.opener.closed)
***************
*** 71,76 ****
with (window.opener)
{
! if (typeof(tutorialWin) != 'undefined')
! tutorialWin = null;
focus();
}
--- 71,76 ----
with (window.opener)
{
! if (typeof(jsTutorialWin) != 'undefined')
! jsTutorialWin = null;
focus();
}
***************
*** 82,86 ****
! <body bgcolor="#CCCCFF" onunload="killPointer()">
<p><a name="top"></a></p>
<table border="5" cellpadding="5">
--- 82,86 ----
! <body bgcolor="#CCCCFF" onunload="pmcKillPointer()">
<p><a name="top"></a></p>
<table border="5" cellpadding="5">
|