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.28,1.29


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

Update of /cvsroot/phpgroupware/admin/inc
In directory subversions:/tmp/cvs-serv13164/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.28
retrieving revision 1.29
diff -C2 -r1.28 -r1.29
*** class.uicategories.inc.php  12 Oct 2002 21:17:43 -0000      1.28
--- class.uicategories.inc.php  12 Oct 2002 22:03:22 -0000      1.29
***************
*** 153,157 ****
                                if ($level > 0)
                                {
!                                       $space = '&nbsp;&nbsp;';
                                        $spaceset = str_repeat($space,$level);
                                        $cat_name = $spaceset . $cat_name;
--- 153,157 ----
                                if ($level > 0)
                                {
!                                       $space = '-';
                                        $spaceset = str_repeat($space,$level);
                                        $cat_name = $spaceset . $cat_name;





reply via email to

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