phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: preferences/inc class.uicategories.inc.php,1.21,


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: preferences/inc class.uicategories.inc.php,1.21,1.22
Date: Sat, 12 Oct 2002 18:31:59 -0400

Update of /cvsroot/phpgroupware/preferences/inc
In directory subversions:/tmp/cvs-serv22731/inc

Modified Files:
        class.uicategories.inc.php 
Log Message:
update edit_cats to move the subtree with the cat if the parent changes

Index: class.uicategories.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/inc/class.uicategories.inc.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** class.uicategories.inc.php  12 Oct 2002 22:03:35 -0000      1.21
--- class.uicategories.inc.php  12 Oct 2002 22:31:57 -0000      1.22
***************
*** 167,175 ****
                                if ($cats[$i]['app_name'] == 'phpgw')
                                {
!                                       $appendix = '&lt;' . lang('Global') . 
'&gt;';
                                }
                                elseif ($cats[$i]['owner'] == '-1')
                                {
!                                       $appendix = '&lt;' . lang('Global') . 
'&nbsp;' . $GLOBALS['phpgw_info']['apps'][$cats_app]['title'] . '&gt;';
                                }
                                else
--- 167,175 ----
                                if ($cats[$i]['app_name'] == 'phpgw')
                                {
!                                       $appendix = '&nbsp;&lt;' . 
lang('Global') . '&gt;';
                                }
                                elseif ($cats[$i]['owner'] == '-1')
                                {
!                                       $appendix = '&nbsp;&lt;' . 
lang('Global') . '&nbsp;' . $GLOBALS['phpgw_info']['apps'][$cats_app]['title'] 
. '&gt;';
                                }
                                else
***************
*** 182,186 ****
                                if ($level > 0)
                                {
!                                       $space = '-';
                                        $spaceset = str_repeat($space,$level);
                                        $name = $spaceset . 
$GLOBALS['phpgw']->strip_html($cats[$i]['name']) . $appendix;
--- 182,186 ----
                                if ($level > 0)
                                {
!                                       $space = '&nbsp;.&nbsp;';
                                        $spaceset = str_repeat($space,$level);
                                        $name = $spaceset . 
$GLOBALS['phpgw']->strip_html($cats[$i]['name']) . $appendix;





reply via email to

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