phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.portalbox.inc.php,1.23,1.24


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.portalbox.inc.php,1.23,1.24
Date: Tue, 29 Oct 2002 18:35:04 -0500

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv28095/phpgwapi/inc

Modified Files:
        class.portalbox.inc.php 
Log Message:
update

Index: class.portalbox.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.portalbox.inc.php,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** class.portalbox.inc.php     26 Oct 2002 00:27:46 -0000      1.23
--- class.portalbox.inc.php     29 Oct 2002 23:35:01 -0000      1.24
***************
*** 68,71 ****
--- 68,72 ----
                                $this->output = array();
                        }
+                       $GLOBALS['phpgw']->xslttpl->add_file('portal');
                }
  
***************
*** 103,111 ****
                        if ($extra && $this->app_name)
                        {
!                               
$GLOBALS['phpgw']->xslttpl->add_file(array('portal',$GLOBALS['phpgw']->common->get_tpl_dir($this->app_name,'default')
 . SEP . 'extrabox'));
!                       }
!                       else
!                       {
!                               $GLOBALS['phpgw']->xslttpl->add_file('portal');
                        }
                }
--- 104,108 ----
                        if ($extra && $this->app_name)
                        {
!                               
$GLOBALS['phpgw']->xslttpl->add_file($GLOBALS['phpgw']->common->get_tpl_dir($this->app_name,'default')
 . SEP . 'extrabox');
                        }
                }
***************
*** 178,197 ****
                                        'xextrabox'             => 
$this->xextrabox
                                );
- 
-                               for 
($i=0;$i<count($this->output['portal_data']);$i++)
-                               {
-                                       if 
($this->output['portal_data'][$i]['listbox'] == '')
-                                       {
-                                               
unset($this->output['portal_data'][$i]['listbox']);
-                                       }
-                                       if 
($this->output['portal_data'][$i]['extrabox'] == '')
-                                       {
-                                               
unset($this->output['portal_data'][$i]['extrabox']);
-                                       }
-                                       if 
($this->output['portal_data'][$i]['xextrabox'] == '')
-                                       {
-                                               
unset($this->output['portal_data'][$i]['xextrabox']);
-                                       }
-                               }
                        }
                }
--- 175,178 ----





reply via email to

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