phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpbrain/inc class.uikb.inc.php,1.7,1.8


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpbrain/inc class.uikb.inc.php,1.7,1.8
Date: Wed, 16 Apr 2003 04:58:41 -0400

Update of /cvsroot/phpgroupware/phpbrain/inc
In directory subversions:/tmp/cvs-serv26979

Modified Files:
        class.uikb.inc.php 
Log Message:
couple of fixes

Index: class.uikb.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpbrain/inc/class.uikb.inc.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** class.uikb.inc.php  22 Mar 2003 08:01:17 -0000      1.7
--- class.uikb.inc.php  16 Apr 2003 08:58:38 -0000      1.8
***************
*** 710,715 ****
                        if($header)
                        {
!                       $GLOBALS['phpgw']->common->phpgw_header();
!                       echo parse_navbar();
                        }
                        
--- 710,725 ----
                        if($header)
                        {
!                               $GLOBALS['phpgw']->common->phpgw_header();
!                               echo parse_navbar();
!                       }
!                       else
!                       {
!                               echo "<html>\n<head>\n";
!                               echo "<title>\n\t";
!                               echo 
$GLOBALS['phpgw_info']['server']['site_title'] .' ['. lang('phpbrain') . "]\n";
!                               echo "</title>\n";
!                               echo "<style type=\"text/css\">\n<!--";
!                               echo $this->css();
!                               echo "\n-->\n</style></head>\n<body>";
                        }
                        
***************
*** 754,757 ****
--- 764,772 ----
                                        );
                                        $lang['return_msg'] = 
lang('return_to_search %1', $search); 
+                               }
+                               elseif(!$header)
+                               {
+                                       $this->t->set_var('return_url', 
'javascript:window.close();');
+                                       $lang['return_msg'] = lang('close 
window');
                                }
                                else//no - they used the cat navigation to get 
here





reply via email to

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