phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgroupware/notify.php, 1.13


From: nomail
Subject: [Phpgroupware-cvs] phpgroupware/notify.php, 1.13
Date: Thu, 30 Dec 2004 11:46:22 +0100

Update of /phpgroupware
Modified Files:
        Branch: 
          notify.php

date: 2004/12/30 10:46:22;  author: skwashd;  state: Exp;  lines: +2 -11

Log Message:
create new head
=====================================================================
Index: phpgroupware/notify.php
diff -u phpgroupware/notify.php:1.12 phpgroupware/notify.php:1.13
--- phpgroupware/notify.php:1.12        Wed Jan  2 14:33:02 2002
+++ phpgroupware/notify.php     Thu Dec 30 10:46:22 2004
@@ -24,21 +24,12 @@
 <head>
        <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">
 <table>
        <tr><td><a href="<?php echo $GLOBALS['phpgw']->link('/notify.php'); 
?>">Check Now</a></td></tr>
 <?php
-       $GLOBALS['phpgw']->hooks->process('notifywindow',array('email'));
+       $GLOBALS['phpgw']->hooks->process('notifywindow');
 ?>
 </table>
 </body>




reply via email to

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