phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgroupware notify.php,1.12,1.12.2.1


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgroupware notify.php,1.12,1.12.2.1
Date: Mon, 11 Feb 2002 16:26:05 -0500

Update of /cvsroot/phpgroupware/phpgroupware
In directory subversions:/tmp/cvs-serv28724

Modified Files:
      Tag: Version-0_9_14-branch
        notify.php 
Log Message:
moved email specific code to emails hook file

Index: notify.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgroupware/notify.php,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -C2 -r1.12 -r1.12.2.1
*** notify.php  2 Jan 2002 14:33:02 -0000       1.12
--- notify.php  11 Feb 2002 21:26:03 -0000      1.12.2.1
***************
*** 25,37 ****
        <meta http-equiv="Refresh" content="300">
        <title>Notify Window</title>
-       
-       <script language="JavaScript">
-       <!-- Activate Cloaking Device
-       function CheckEmail()
-       {
-               window.opener.document.location.href="<?php echo 
$GLOBALS['phpgw']->link('/index.php','menuaction=email.uiindex.index'); ?>";
-       }
-       //-->
-       </script>
  </head>
  <body bgcolor="<?php echo $GLOBALS['phpgw_info']['theme']['bg_color']; ?>" 
alink="blue" vlink="blue" link="blue">
--- 25,28 ----
***************
*** 39,43 ****
        <tr><td><a href="<?php echo $GLOBALS['phpgw']->link('/notify.php'); 
?>">Check Now</a></td></tr>
  <?php
!       $GLOBALS['phpgw']->hooks->process('notifywindow',array('email'));
  ?>
  </table>
--- 30,34 ----
        <tr><td><a href="<?php echo $GLOBALS['phpgw']->link('/notify.php'); 
?>">Check Now</a></td></tr>
  <?php
!       $GLOBALS['phpgw']->hooks->process('notifywindow');
  ?>
  </table>




reply via email to

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