phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: news_admin/inc class.uiadmin.inc.php,1.16,1.17 c


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: news_admin/inc class.uiadmin.inc.php,1.16,1.17 class.uinews.inc.php,1.19,1.20
Date: Thu, 03 Oct 2002 19:15:14 -0400

Update of /cvsroot/phpgroupware/news_admin/inc
In directory subversions:/tmp/cvs-serv527

Modified Files:
        class.uiadmin.inc.php class.uinews.inc.php 
Log Message:
update to use xslt

Index: class.uiadmin.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/news_admin/inc/class.uiadmin.inc.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** class.uiadmin.inc.php       30 Apr 2002 01:16:27 -0000      1.16
--- class.uiadmin.inc.php       3 Oct 2002 23:15:12 -0000       1.17
***************
*** 39,43 ****
                {
                        $GLOBALS['phpgw']->common->phpgw_header();
!                       echo parse_navbar();
                }
  
--- 39,43 ----
                {
                        $GLOBALS['phpgw']->common->phpgw_header();
!                       //echo parse_navbar();
                }
  

Index: class.uinews.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/news_admin/inc/class.uinews.inc.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** class.uinews.inc.php        3 Oct 2002 21:37:51 -0000       1.19
--- class.uinews.inc.php        3 Oct 2002 23:15:12 -0000       1.20
***************
*** 37,41 ****
                        {
                                $GLOBALS['phpgw']->common->phpgw_header();
-                               echo parse_navbar();
                        }
  
--- 37,40 ----
***************
*** 127,131 ****
                                'title'     => $title,
                                'width'     => '100%',
-                               'outerborderwidth' => '0',
                                'header_background_image' => 
$GLOBALS['phpgw']->common->image('phpgwapi/templates/default','bg_filler')
                        ));
--- 126,129 ----
***************
*** 155,159 ****
                        foreach($newslist as $newsitem)
                        {
!                               $portalbox->data[] = array(
                                        'text'                                  
=> $newsitem['subject'] . ' - ' . lang('Submitted by') . ' ' . 
$GLOBALS['phpgw']->accounts->id2name($newsitem['submittedby']) . ' ' . 
lang('on') . ' ' . 
$GLOBALS['phpgw']->common->show_date($newsitem['submissiondate']),
                                        'link'                                  
=> 
$GLOBALS['phpgw']->link('/index.php','menuaction=news_admin.uinews.show_news&news_id='
 . $newsitem['id']),
--- 153,158 ----
                        foreach($newslist as $newsitem)
                        {
!                               $portalbox->data[] = array
!                               (
                                        'text'                                  
=> $newsitem['subject'] . ' - ' . lang('Submitted by') . ' ' . 
$GLOBALS['phpgw']->accounts->id2name($newsitem['submittedby']) . ' ' . 
lang('on') . ' ' . 
$GLOBALS['phpgw']->common->show_date($newsitem['submissiondate']),
                                        'link'                                  
=> 
$GLOBALS['phpgw']->link('/index.php','menuaction=news_admin.uinews.show_news&news_id='
 . $newsitem['id']),
***************
*** 161,171 ****
                                );
                        }
- 
-                       /*$tmp = "\r\n"
-                               . '<!-- start News Admin -->' . "\r\n"
-                               . $portalbox->draw()
-                               . '<!-- end News Admin -->'  . "\r\n";*/
- 
-                       //$portalbox->draw();
  
                        
$GLOBALS['phpgw']->template->set_var('phpgw_body',$portalbox->draw(),True);
--- 160,163 ----





reply via email to

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