phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: email/inc hook_notifywindow.inc.php,1.7,1.7.2.1


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: email/inc hook_notifywindow.inc.php,1.7,1.7.2.1
Date: Mon, 11 Feb 2002 16:18:37 -0500

Update of /cvsroot/phpgroupware/email/inc
In directory subversions:/tmp/cvs-serv28190

Modified Files:
      Tag: Version-0_9_14-branch
        hook_notifywindow.inc.php 
Log Message:
moved email specific code from notify.php

Index: hook_notifywindow.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/inc/hook_notifywindow.inc.php,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -C2 -r1.7 -r1.7.2.1
*** hook_notifywindow.inc.php   28 Dec 2001 07:19:37 -0000      1.7
--- hook_notifywindow.inc.php   11 Feb 2002 21:18:35 -0000      1.7.2.1
***************
*** 20,26 ****
        unset($d1);
  
-       // is this still needed?
-       //$GLOBALS['phpgw_info']['server']['app_inc'] = PHPGW_SERVER_ROOT . SEP 
. 'email' . SEP . 'inc';
- 
        // NOTE: notify for email not available if the welcome screen show mail 
option if off
        // just wondering, where and when is this pref array data created prior 
to mail_msg object creation?
--- 20,23 ----
***************
*** 65,68 ****
--- 62,73 ----
                if ($inbox_data['alert_string'] != '')
                {
+                       echo '<script language="JavaScript">'."\n";
+                       echo '  <!-- Activate Cloaking Device'."\n";
+                       echo '  function CheckEmail()'."\n";
+                       echo '  {'."\n";
+                       echo '          
window.opener.document.location.href="'.$GLOBALS['phpgw']->link('/index.php','menuaction=email.uiindex.index').'";'."\n";
+                       echo '  }'."\n";
+                       echo '  //-->'."\n";
+                       echo '  </script>'."\n";
                        echo "\r\n" . '<tr><td align="left"><!-- Mailbox info 
X10 -->' . "\r\n";
  /*                    echo '<script language="JavaScript">'.chr(13).chr(10);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]