phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: admin/inc class.uicategories.inc.php,1.29,1.30


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: admin/inc class.uicategories.inc.php,1.29,1.30
Date: Sat, 12 Oct 2002 18:32:13 -0400

Update of /cvsroot/phpgroupware/admin/inc
In directory subversions:/tmp/cvs-serv22765/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/admin/inc/class.uicategories.inc.php,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -r1.29 -r1.30
*** class.uicategories.inc.php  12 Oct 2002 22:03:22 -0000      1.29
--- class.uicategories.inc.php  12 Oct 2002 22:32:10 -0000      1.30
***************
*** 153,157 ****
                                if ($level > 0)
                                {
!                                       $space = '-';
                                        $spaceset = str_repeat($space,$level);
                                        $cat_name = $spaceset . $cat_name;
--- 153,157 ----
                                if ($level > 0)
                                {
!                                       $space = '&nbsp;.&nbsp;';
                                        $spaceset = str_repeat($space,$level);
                                        $cat_name = $spaceset . $cat_name;
***************
*** 169,173 ****
                                if ($GLOBALS['appname'] && 
$categories[$i]['app_name'] == 'phpgw')
                                {
!                                       $appendix = '&lt;' . lang('Global') . 
'&gt;';
                                }
                                else
--- 169,173 ----
                                if ($GLOBALS['appname'] && 
$categories[$i]['app_name'] == 'phpgw')
                                {
!                                       $appendix = '&nbsp;&lt;' . 
lang('Global') . '&gt;';
                                }
                                else





reply via email to

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