phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.categories.inc.php,1.77,1.78


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.categories.inc.php,1.77,1.78
Date: Fri, 15 Mar 2002 22:30:05 -0500

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

Modified Files:
        class.categories.inc.php 
Log Message:
update img path

Index: class.categories.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.categories.inc.php,v
retrieving revision 1.77
retrieving revision 1.78
diff -C2 -r1.77 -r1.78
*** class.categories.inc.php    13 Mar 2002 16:30:10 -0000      1.77
--- class.categories.inc.php    16 Mar 2002 03:30:03 -0000      1.78
***************
*** 425,429 ****
                                        if ($cats[$i]['owner'] == '-1')
                                        {
!                                               $s .= '&lt;' . lang('Global') . 
'&nbsp;' . $GLOBALS['phpgw_info']['apps'][$this->app_name]['title'] . '&gt;';
                                        }
  
--- 425,429 ----
                                        if ($cats[$i]['owner'] == '-1')
                                        {
!                                               $s .= '&lt;' . lang('Global') . 
'&nbsp;' . lang($this->app_name) . '&gt;';
                                        }
  
***************
*** 447,456 ****
                                                if 
(in_array($cats[$i]['id'],$selected))
                                                {
!                                                       $image_set = '<img 
src="' . PHPGW_IMAGES_DIR . '/roter_pfeil.gif">';
                                                }
  
                                                if (($cats[$i]['level'] == 0) 
&& !in_array($cats[$i]['id'],$selected))
                                                {
!                                                       $image_set = '<img 
src="' . PHPGW_IMAGES_DIR . '/grauer_pfeil.gif">';
                                                }
  
--- 447,456 ----
                                                if 
(in_array($cats[$i]['id'],$selected))
                                                {
!                                                       $image_set = '<img 
src="' . $GLOBALS['phpgw']->common->image('phpgwapi','roter_pfeil') . '">';
                                                }
  
                                                if (($cats[$i]['level'] == 0) 
&& !in_array($cats[$i]['id'],$selected))
                                                {
!                                                       $image_set = '<img 
src="' . $GLOBALS['phpgw']->common->image('phpgwapi','grauer_pfeil') . '">';
                                                }
  




reply via email to

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