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.12,1.12.2


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: news_admin/inc class.uiadmin.inc.php,1.12,1.12.2.1
Date: Sat, 19 Jan 2002 23:26:08 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        class.uiadmin.inc.php 
Log Message:
fix icon

Index: class.uiadmin.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/news_admin/inc/class.uiadmin.inc.php,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -C2 -r1.12 -r1.12.2.1
*** class.uiadmin.inc.php       29 Dec 2001 12:53:22 -0000      1.12
--- class.uiadmin.inc.php       20 Jan 2002 04:26:06 -0000      1.12.2.1
***************
*** 63,67 ****
                        $fields = $bo->view($news_id);
  
!                       
$this->template->set_var('icon_dir',$GLOBALS['phpgw']->common->get_image_path('news_admin'));
                        $this->template->set_var('subject',$fields['subject']);
                        $this->template->set_var('submitedby','Submitted by ' . 
$GLOBALS['phpgw']->accounts->id2name($fields['submittedby']) . ' on ' . 
$fields['date']);
--- 63,67 ----
                        $fields = $bo->view($news_id);
  
!                       
$this->template->set_var('icon',$GLOBALS['phpgw']->common->get_image_path('news_admin')
 . '/news-corner.gif');
                        $this->template->set_var('subject',$fields['subject']);
                        $this->template->set_var('submitedby','Submitted by ' . 
$GLOBALS['phpgw']->accounts->id2name($fields['submittedby']) . ' on ' . 
$fields['date']);




reply via email to

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