phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: addressbook/inc hook_home.inc.php,1.18,1.19


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: addressbook/inc hook_home.inc.php,1.18,1.19
Date: Thu, 03 Oct 2002 19:14:57 -0400

Update of /cvsroot/phpgroupware/addressbook/inc
In directory subversions:/tmp/cvs-serv304

Modified Files:
        hook_home.inc.php 
Log Message:
update to use xslt

Index: hook_home.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/inc/hook_home.inc.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** hook_home.inc.php   3 Oct 2002 00:22:53 -0000       1.18
--- hook_home.inc.php   3 Oct 2002 23:14:55 -0000       1.19
***************
*** 43,47 ****
                                'title'     => $title,
                                'width'     => '100%',
-                               'outerborderwidth' => '0',
                                'header_background_image' => 
$GLOBALS['phpgw']->common->image('phpgwapi/templates/default','bg_filler')
                        )
--- 43,46 ----
***************
*** 66,72 ****
                while(list($key,$val) = @each($bdays))
                {
!                       $portalbox->data[] = array(
                                'text' => lang("Today is x's birthday!", 
$val['n_given'] . ' ' . $val['n_family']),
!                               'link' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiaddressbook.view&ab_id='
 .  $val['id'])
                        );
                }
--- 65,73 ----
                while(list($key,$val) = @each($bdays))
                {
!                       $portalbox->data[] = array
!                       (
                                'text' => lang("Today is x's birthday!", 
$val['n_given'] . ' ' . $val['n_family']),
!                               'link' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiaddressbook.view&ab_id='
 .  $val['id']),
!                               'lang_link_statustext'  => lang('show contact')
                        );
                }
***************
*** 78,84 ****
                while(list($key,$val) = @each($bdays))
                {
!                       $portalbox->data[] = array(
                                'text' => lang("Tomorrow is x's birthday.", 
$val['n_given'] . ' ' . $val['n_family']),
!                               'link' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiaddressbook.view&ab_id='.$val['id'])
                        );
                }
--- 79,87 ----
                while(list($key,$val) = @each($bdays))
                {
!                       $portalbox->data[] = array
!                       (
                                'text' => lang("Tomorrow is x's birthday.", 
$val['n_given'] . ' ' . $val['n_family']),
!                               'link' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiaddressbook.view&ab_id='.$val['id']),
!                               'lang_link_statustext'  => lang('show contact')
                        );
                }
***************
*** 88,92 ****
                }
                unset($portalbox);
!               $tmp .= "\n<!-- Birthday info -->\n";
                $GLOBALS['phpgw']->template->set_var('phpgw_body',$tmp,True);
                unset($tmp);
--- 91,95 ----
                }
                unset($portalbox);
! 
                $GLOBALS['phpgw']->template->set_var('phpgw_body',$tmp,True);
                unset($tmp);





reply via email to

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